Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 4804:7db38bfb307e
Fix issue589 wording problem
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Thu, 05 Jul 2007 19:13:08 +0200 |
parents | 452d171a1b39 |
children | 616a5adbf402 fc8b3e7cbf6b |
comparison
equal
deleted
inserted
replaced
4803:7549cd526b7f | 4804:7db38bfb307e |
---|---|
2252 changes, or change the parent of the working directory. If you | 2252 changes, or change the parent of the working directory. If you |
2253 revert to a revision other than the parent of the working | 2253 revert to a revision other than the parent of the working |
2254 directory, the reverted files will thus appear modified | 2254 directory, the reverted files will thus appear modified |
2255 afterwards. | 2255 afterwards. |
2256 | 2256 |
2257 If a file has been deleted, it is recreated. If the executable | 2257 If a file has been deleted, it is restored. If the executable |
2258 mode of a file was changed, it is reset. | 2258 mode of a file was changed, it is reset. |
2259 | 2259 |
2260 If names are given, all files matching the names are reverted. | 2260 If names are given, all files matching the names are reverted. |
2261 | 2261 |
2262 If no arguments are given, no files are reverted. | 2262 If no arguments are given, no files are reverted. |