Created
November 23, 2011 13:24
-
-
Save dex4er/1388650 to your computer and use it in GitHub Desktop.
Bazaar
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
# Tracking upstream source | |
bzr init-repo . | |
bzr init upstream | |
touch upstream/.bzrignore | |
bzr commit upstream | |
bzr import-upstream 1.22 XML-Compile-1.22.tar.gz upstream | |
bzr merge upstream -r tag:upstream-1.22 | |
bzr commit -m upstream-1.22 upstream | |
bzr import-upstream 1.23 XML-Compile-1.23.tar.gz upstream | |
bzr merge upstream -r tag:upstream-1.23 | |
bzr commit -m upstream-1.23 upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment