~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-04-25 10:18:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050425101800-9c350333f0c45735
- List rename and move in help

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      Make files versioned.
43
43
  bzr log
44
44
      Show revision history.
 
45
  bzr rename FROM TO
 
46
      Rename one file.
 
47
  bzr move FROM... DESTDIR
 
48
      Move one or more files to a different directory.
45
49
  bzr diff [FILE...]
46
50
      Show changes from last revision to working copy.
47
51
  bzr commit -m 'MESSAGE'