~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-20 08:10:24 UTC
  • mfrom: (2637.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070720081024-5xhlp7r8ufwxt6nf
(Kent Gibson) Update update's help

Show diffs side-by-side

added added

removed removed

Lines of Context:
1014
1014
    'bzr revert' instead of 'bzr commit' after the update.
1015
1015
    """
1016
1016
 
1017
 
    _see_also = ['pull', 'working-trees']
 
1017
    _see_also = ['pull', 'working-trees', 'status-flags']
1018
1018
    takes_args = ['dir?']
1019
1019
    aliases = ['up']
1020
1020