HitchHiker

Not logged in - Log In / Register

Revision 2 as of 2009-11-09 21:32:11

Clear message

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:hitchiker

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