comparison mercurial/commands.py @ 29061:fc88a942fe8d

revert: mention ui.origbackuppath in the command help
author Nathan Goldbaum <ngoldbau@illinois.edu>
date Wed, 04 May 2016 10:46:27 -0500
parents add26c663aad
children 29a7d591ff42
comparison
equal deleted inserted replaced
29060:db74d95299af 29061:fc88a942fe8d
6295 cause these files to appear modified. This can be helpful to "back 6295 cause these files to appear modified. This can be helpful to "back
6296 out" some or all of an earlier change. See :hg:`backout` for a 6296 out" some or all of an earlier change. See :hg:`backout` for a
6297 related method. 6297 related method.
6298 6298
6299 Modified files are saved with a .orig suffix before reverting. 6299 Modified files are saved with a .orig suffix before reverting.
6300 To disable these backups, use --no-backup. 6300 To disable these backups, use --no-backup. It is possible to store
6301 the backup files in a custom directory relative to the root of the
6302 repository by setting the ``ui.origbackuppath`` configuration
6303 option.
6301 6304
6302 See :hg:`help dates` for a list of formats valid for -d/--date. 6305 See :hg:`help dates` for a list of formats valid for -d/--date.
6303 6306
6304 See :hg:`help backout` for a way to reverse the effect of an 6307 See :hg:`help backout` for a way to reverse the effect of an
6305 earlier changeset. 6308 earlier changeset.