mercurial/commands.py
changeset 4803 7db38bfb307e
parent 4798 452d171a1b39
child 4819 616a5adbf402
child 4864 fc8b3e7cbf6b
equal deleted inserted replaced
4802:7549cd526b7f 4803: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.