/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-19 07:26:06 UTC
  • mfrom: (1551.13.3 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070319072606-0b45228c7ad6e0ae
Remove the merge-revert alias

Show diffs side-by-side

added added

removed removed

Lines of Context:
2728
2728
    """
2729
2729
    takes_options = ['revision', 'no-backup']
2730
2730
    takes_args = ['file*']
2731
 
    aliases = ['merge-revert']
2732
2731
 
2733
2732
    def run(self, revision=None, no_backup=False, file_list=None):
2734
2733
        if file_list is not None: