##// END OF EJS Templates
minor docstring fix for revert
TK Soh -
r3016:2b255c34 default
parent child Browse files
Show More
@@ -2272,8 +2272,8 b' def revert(ui, repo, *pats, **opts):'
2272 Modified files are saved with a .orig suffix before reverting.
2272 Modified files are saved with a .orig suffix before reverting.
2273 To disable these backups, use --no-backup.
2273 To disable these backups, use --no-backup.
2274
2274
2275 Using the -r option, revert the given files or directories to
2275 Using the -r option, revert the given files or directories to their
2276 their contents as of a specific revision. This can be helpful to"roll
2276 contents as of a specific revision. This can be helpful to "roll
2277 back" some or all of a change that should not have been committed.
2277 back" some or all of a change that should not have been committed.
2278
2278
2279 Revert modifies the working directory. It does not commit any
2279 Revert modifies the working directory. It does not commit any
General Comments 0
You need to be logged in to leave comments. Login now