~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2007-07-13 05:36:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2780.
  • Revision ID: mbp@sourcefrog.net-20070713053656-2pp1tur9c71piba4
Doc for revert, #87548

Show diffs side-by-side

added added

removed removed

Lines of Context:
2879
2879
    from the target revision.  So you can use revert to "undelete" a file by
2880
2880
    name.  If you name a directory, all the contents of that directory will be
2881
2881
    reverted.
 
2882
 
 
2883
    Any files that have been newly added since that revision will be deleted,
 
2884
    with a backup kept if appropriate.  Directories containing unknown files
 
2885
    will not be deleted.
2882
2886
    """
2883
2887
 
2884
2888
    _see_also = ['cat', 'export']