mercurial/commands.py
changeset 29061 fc88a942fe8d
parent 29057 add26c663aad
child 29070 29a7d591ff42
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.