Diff for "HitchHiker"

Not logged in - Log In / Register

Differences between revisions 2 and 3
Revision 2 as of 2009-11-09 21:32:11
Size: 579
Editor: mars
Comment:
Revision 3 as of 2009-12-02 19:52:42
Size: 580
Editor: beuno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
$ bzr branch lp:hitchiker $ bzr branch lp:hitchhiker

HitchHiker is a tool that allows you to access locations using Bazaar transports. Basically, it is SFTP for Launchpad.net branches.

HitchHiker is useful for deleting branches that you have uploaded to the LP bzr hosting service.

Getting it

$ bzr branch lp:hitchhiker

Deleting a branch that hasn't been upgraded cleanly

$ ./hitchhiker 
(Cmd) open lp:~myuser/some-project/my-branch/
Opened bzr+ssh://bazaar.launchpad.net/~myuser/some-project/my-branch/
(Cmd) rmtree .bzr
(Cmd) ^D

$ cd my-branch
$ bzr push --use-existing-dir

HitchHiker (last edited 2009-12-02 20:08:57 by abentley)