~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Marius Kruger
  • Date: 2007-04-14 12:40:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2455.
  • Revision ID: amanic@gmail.com-20070414124037-ewx6hp70tw4vdtdb
minor text cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1065
1065
 
1066
1066
 
1067
1067
class cmd_remove(Command):
1068
 
    """Remove files or directories..
 
1068
    """Remove files or directories.
1069
1069
 
1070
1070
    This makes bzr stop tracking changes to the specified files and
1071
1071
    delete them if they can easily be recovered using revert.