[PATCH] Branch and pull-- now with remote

Aaron Bentley aaron.bentley at utoronto.ca
Sun May 29 05:19:58 BST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As it turns out, there's not much more to be done to support remote
branches.

This updated patch adds the ability to branch and pull from remote
branches.  So now, this does work:
$ bzr branch http://www.bazaar-ng.org/bzr/bzr.dev

It's just that it works pretty slowly, because it's not pipelined.

More interesting is bzr pull.  This will allow you to pull the latest
changes in, without clobbering local changes.

Me, I do some development at home, some at work.  I keep a third branch
alive on a central server that I push/pull from.  So now, I can do

# home:
$ bzr commit
$ bzr-push

# work:
$ bzr pull
$ bzr commit
$ bzr-push

# home:
$ bzr pull
$ bzr commit
$ bzr-push

etc....

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCmULu0F+nu1YWqI0RAvqRAJ9XyxgJB/djnWMCUEu2uRpTpY9KbQCdFMDV
dFCJUR9Meto0MgIo+2v89Ng=
=wjf3
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pullbranch2.patch
Type: text/x-patch
Size: 10777 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050529/e1e1b807/attachment.bin 


More information about the bazaar mailing list