Created
November 2, 2012 13:45
-
-
Save rvalyi/4001449 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#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