Diff for "HitchHiker"

Not logged in - Log In / Register

Differences between revisions 3 and 4
Revision 3 as of 2009-12-02 19:52:42
Size: 580
Editor: beuno
Comment:
Revision 4 as of 2009-12-02 20:08:57
Size: 477
Editor: abentley
Comment: Shorten hitchhiker deletion
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
$ ./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
$ ./hitchhiker lp:~myuser/some-project/my-branch/ rmtree .bzr

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 lp:~myuser/some-project/my-branch/ rmtree .bzr
$ cd my-branch
$ bzr push --use-existing-dir

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