-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support bazaar checkout and bazaar branch
Config: [ghq] vcs = bazaar-checkout or [ghq] vcs = bazaar-branch Examples: # checkout $ ghq get https://launchpad.net/terminator clone https://launchpad.net/terminator -> /path/to/launchpad.net/terminator bzr checkout https://launchpad.net/terminator /path/to/launchpad.net/terminator $ ghq get -u https://launchpad.net/terminator update /path/to/launchpad.net/terminator bzr update Tree is up to date at revision 1779 of branch http://bazaar.launchpad.net/~gnome-terminator/terminator/gtk3 # checkout lightweight $ ghq get --shallow https://launchpad.net/terminator clone https://launchpad.net/terminator -> /path/to/launchpad.net/terminator bzr checkout --lightweight https://launchpad.net/terminator /path/to/launchpad.net/terminator $ ghq get -u https://launchpad.net/terminator update /path/to/launchpad.net/terminator bzr update Tree is up to date at revision 1779 of branch http://bazaar.launchpad.net/~gnome-terminator/terminator/gtk3 # branch $ ghq get https://launchpad.net/terminator clone https://launchpad.net/terminator -> /path/to/launchpad.net/terminator bzr branch https://launchpad.net/terminator /path/to/launchpad.net/terminator Branched 1779 revisions. $ ghq get -u https://launchpad.net/terminator update /path/to/launchpad.net/terminator bzr pull Using saved parent location: http://bazaar.launchpad.net/~gnome-terminator/terminator/gtk3/ No revisions or tags to pull.
- Loading branch information
Showing
4 changed files
with
156 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters