Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Created November 2, 2012 13:45
Show Gist options
  • Save rvalyi/4001449 to your computer and use it in GitHub Desktop.
Save rvalyi/4001449 to your computer and use it in GitHub Desktop.
#creation of an empty common ancestor branch:
bzr branch lp:~sebastien.beau/+junk/empty-extra
cd empty-extra
bzr uncommit --force
rm README
#replaying revisions for a set of extra-addons:
/home/rvalyi/Downloads/bzr-super-replay /opt/openerp/branch/ref/61/extra-trunk 3200 -m account_payment_extension purchase_payment sale_payment pxgo_bank_statement_analytic pxgo_cash_statement pxgo_bank_statement_running_balance paydays nan_account_bank_statement --hide-translation
#it will scan the bzr history to find out the commits to replay and them.
#answer Y to the final clean up questions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment