Skip to content

Instantly share code, notes, and snippets.

@dex4er
Created November 23, 2011 13:24
Show Gist options
  • Save dex4er/1388650 to your computer and use it in GitHub Desktop.
Save dex4er/1388650 to your computer and use it in GitHub Desktop.
Bazaar
# 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