/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: 2006-07-21 03:37:53 UTC
  • mfrom: (1873.1.1 bzr.mbp.update)
  • Revision ID: pqm@pqm.ubuntu.com-20060721033753-193c788f37dd5004
(metze) add bzr up as synonym for update

Show diffs side-by-side

added added

removed removed

Lines of Context:
809
809
    'bzr revert' instead of 'bzr commit' after the update.
810
810
    """
811
811
    takes_args = ['dir?']
 
812
    aliases = ['up']
812
813
 
813
814
    def run(self, dir='.'):
814
815
        tree = WorkingTree.open_containing(dir)[0]