comparison tests/test-help.t @ 14540:944d9088da96

revert: rewrite help summary New users have a tendency to mistake 'revert' as the command to use to check out old revisions. They also occasionally mistake revert for a generalized undo (compare rollback). This version intentionally aims to avoid mentioning 'earlier' and thus intentionally no longer alludes to the (secondary) -r behavior (which in fact is not actually limited to 'earlier'). Instead, we mention checkout state, to convey that we can restore things to the way they were when checked out.
author Matt Mackall <mpm@selenic.com>
date Mon, 06 Jun 2011 17:38:32 -0500
parents 0528b69f8db4
children 6ab8b17adc03
comparison
equal deleted inserted replaced
14539:558ec14ba6be 14540:944d9088da96
84 push push changes to the specified destination 84 push push changes to the specified destination
85 recover roll back an interrupted transaction 85 recover roll back an interrupted transaction
86 remove remove the specified files on the next commit 86 remove remove the specified files on the next commit
87 rename rename files; equivalent of copy + remove 87 rename rename files; equivalent of copy + remove
88 resolve redo merges or set/view the merge status of files 88 resolve redo merges or set/view the merge status of files
89 revert restore individual files or directories to an earlier state 89 revert restore files to their checkout state
90 rollback roll back the last transaction (dangerous) 90 rollback roll back the last transaction (dangerous)
91 root print the root (top) of the current working directory 91 root print the root (top) of the current working directory
92 serve start stand-alone webserver 92 serve start stand-alone webserver
93 showconfig show combined config settings from all hgrc files 93 showconfig show combined config settings from all hgrc files
94 status show changed files in the working directory 94 status show changed files in the working directory
158 push push changes to the specified destination 158 push push changes to the specified destination
159 recover roll back an interrupted transaction 159 recover roll back an interrupted transaction
160 remove remove the specified files on the next commit 160 remove remove the specified files on the next commit
161 rename rename files; equivalent of copy + remove 161 rename rename files; equivalent of copy + remove
162 resolve redo merges or set/view the merge status of files 162 resolve redo merges or set/view the merge status of files
163 revert restore individual files or directories to an earlier state 163 revert restore files to their checkout state
164 rollback roll back the last transaction (dangerous) 164 rollback roll back the last transaction (dangerous)
165 root print the root (top) of the current working directory 165 root print the root (top) of the current working directory
166 serve start stand-alone webserver 166 serve start stand-alone webserver
167 showconfig show combined config settings from all hgrc files 167 showconfig show combined config settings from all hgrc files
168 status show changed files in the working directory 168 status show changed files in the working directory
671 push push changes to the specified destination 671 push push changes to the specified destination
672 recover roll back an interrupted transaction 672 recover roll back an interrupted transaction
673 remove remove the specified files on the next commit 673 remove remove the specified files on the next commit
674 rename rename files; equivalent of copy + remove 674 rename rename files; equivalent of copy + remove
675 resolve redo merges or set/view the merge status of files 675 resolve redo merges or set/view the merge status of files
676 revert restore individual files or directories to an earlier state 676 revert restore files to their checkout state
677 rollback roll back the last transaction (dangerous) 677 rollback roll back the last transaction (dangerous)
678 root print the root (top) of the current working directory 678 root print the root (top) of the current working directory
679 serve start stand-alone webserver 679 serve start stand-alone webserver
680 showconfig show combined config settings from all hgrc files 680 showconfig show combined config settings from all hgrc files
681 status show changed files in the working directory 681 status show changed files in the working directory