# HG changeset patch # User Nathan Goldbaum # Date 1462376787 18000 # Node ID fc88a942fe8d66e025867a3e0939a5f33b9a1ffe # Parent db74d95299af2787314668bbba1e124b32949087 revert: mention ui.origbackuppath in the command help diff -r db74d95299af -r fc88a942fe8d mercurial/commands.py --- 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.