##// END OF EJS Templates
revert: note that added files are left as is
Adrian Buehlmann -
r13855:3c43dd85 default
parent child Browse files
Show More
@@ -3370,8 +3370,9 b' def revert(ui, repo, *pats, **opts):'
3370 directory, the reverted files will thus appear modified
3370 directory, the reverted files will thus appear modified
3371 afterwards.
3371 afterwards.
3372
3372
3373 If a file has been deleted, it is restored. If the executable mode
3373 If a file has been deleted, it is restored. Files scheduled for
3374 of a file was changed, it is reset.
3374 addition are just unscheduled and left as they are. If the
3375 executable mode of a file was changed, it is reset.
3375
3376
3376 If names are given, all files matching the names are reverted.
3377 If names are given, all files matching the names are reverted.
3377 If no arguments are given, no files are reverted.
3378 If no arguments are given, no files are reverted.
General Comments 0
You need to be logged in to leave comments. Login now