# HG changeset patch # User TK Soh # Date 1156267224 18000 # Node ID 2b255c3478dce14ae0d1d36a939e3e50827fa001 # Parent fa4229c60dd7e1d0aa26a1bb57617eadd6315d39 minor docstring fix for revert diff -r fa4229c60dd7 -r 2b255c3478dc mercurial/commands.py --- a/mercurial/commands.py Mon Aug 21 10:46:58 2006 -0700 +++ b/mercurial/commands.py Tue Aug 22 12:20:24 2006 -0500 @@ -2272,8 +2272,8 @@ Modified files are saved with a .orig suffix before reverting. To disable these backups, use --no-backup. - Using the -r option, revert the given files or directories to - their contents as of a specific revision. This can be helpful to"roll + Using the -r option, revert the given files or directories to their + contents as of a specific revision. This can be helpful to "roll back" some or all of a change that should not have been committed. Revert modifies the working directory. It does not commit any