~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Andrew Bennetts
  • Date: 2010-12-08 10:19:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5565.
  • Revision ID: andrew.bennetts@canonical.com-20101208101959-tngr07xid60qsn98
Fix double dash, highlight the significant '.' param.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4208
4208
    last committed revision is used.
4209
4209
 
4210
4210
    To remove only some changes, without reverting to a prior version, use
4211
 
    merge instead.  For example, "merge . --r -2..-3" will remove the changes
4212
 
    introduced by the second last commit (-2), without affecting the changes
4213
 
    introduced by the last commit (-1).  To remove certain changes on a
4214
 
    hunk-by-hunk basis, see the shelve command.
 
4211
    merge instead.  For example, "merge . -r -2..-3" (don't forget the ".")
 
4212
    will remove the changes introduced by the second last commit (-2), without
 
4213
    affecting the changes introduced by the last commit (-1).  To remove
 
4214
    certain changes on a hunk-by-hunk basis, see the shelve command.
4215
4215
 
4216
4216
    By default, any files that have been manually changed will be backed up
4217
4217
    first.  (Files changed only by merge are not backed up.)  Backup files have