Mercurial > hg-stable
changeset 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 | db74d95299af |
children | 906a1c8a75fd |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 30 18:40:34 2016 -0700 +++ b/mercurial/commands.py Wed May 04 10:46:27 2016 -0500 @@ -6297,7 +6297,10 @@ related method. Modified files are saved with a .orig suffix before reverting. - To disable these backups, use --no-backup. + To disable these backups, use --no-backup. It is possible to store + the backup files in a custom directory relative to the root of the + repository by setting the ``ui.origbackuppath`` configuration + option. See :hg:`help dates` for a list of formats valid for -d/--date.