##// END OF EJS Templates
tests: update to match "hg help resolve" output from 53fdc0989047
Martin Geisler -
r11840:3f838abf stable
parent child Browse files
Show More
@@ -184,7 +184,7 b' list of commands:'
184 recover roll back an interrupted transaction
184 recover roll back an interrupted transaction
185 remove remove the specified files on the next commit
185 remove remove the specified files on the next commit
186 rename rename files; equivalent of copy + remove
186 rename rename files; equivalent of copy + remove
187 resolve various operations to help finish a merge
187 resolve redo merges or set/view the merge status of files
188 revert restore individual files or directories to an earlier state
188 revert restore individual files or directories to an earlier state
189 rollback roll back the last transaction (dangerous)
189 rollback roll back the last transaction (dangerous)
190 root print the root (top) of the current working directory
190 root print the root (top) of the current working directory
@@ -256,7 +256,7 b' list of commands:'
256 recover roll back an interrupted transaction
256 recover roll back an interrupted transaction
257 remove remove the specified files on the next commit
257 remove remove the specified files on the next commit
258 rename rename files; equivalent of copy + remove
258 rename rename files; equivalent of copy + remove
259 resolve various operations to help finish a merge
259 resolve redo merges or set/view the merge status of files
260 revert restore individual files or directories to an earlier state
260 revert restore individual files or directories to an earlier state
261 rollback roll back the last transaction (dangerous)
261 rollback roll back the last transaction (dangerous)
262 root print the root (top) of the current working directory
262 root print the root (top) of the current working directory
@@ -77,7 +77,7 b' list of commands:'
77 recover roll back an interrupted transaction
77 recover roll back an interrupted transaction
78 remove remove the specified files on the next commit
78 remove remove the specified files on the next commit
79 rename rename files; equivalent of copy + remove
79 rename rename files; equivalent of copy + remove
80 resolve various operations to help finish a merge
80 resolve redo merges or set/view the merge status of files
81 revert restore individual files or directories to an earlier state
81 revert restore individual files or directories to an earlier state
82 rollback roll back the last transaction (dangerous)
82 rollback roll back the last transaction (dangerous)
83 root print the root (top) of the current working directory
83 root print the root (top) of the current working directory
@@ -145,7 +145,7 b' use "hg -v help" to show aliases and glo'
145 recover roll back an interrupted transaction
145 recover roll back an interrupted transaction
146 remove remove the specified files on the next commit
146 remove remove the specified files on the next commit
147 rename rename files; equivalent of copy + remove
147 rename rename files; equivalent of copy + remove
148 resolve various operations to help finish a merge
148 resolve redo merges or set/view the merge status of files
149 revert restore individual files or directories to an earlier state
149 revert restore individual files or directories to an earlier state
150 rollback roll back the last transaction (dangerous)
150 rollback roll back the last transaction (dangerous)
151 root print the root (top) of the current working directory
151 root print the root (top) of the current working directory
@@ -601,7 +601,7 b' list of commands:'
601 recover roll back an interrupted transaction
601 recover roll back an interrupted transaction
602 remove remove the specified files on the next commit
602 remove remove the specified files on the next commit
603 rename rename files; equivalent of copy + remove
603 rename rename files; equivalent of copy + remove
604 resolve various operations to help finish a merge
604 resolve redo merges or set/view the merge status of files
605 revert restore individual files or directories to an earlier state
605 revert restore individual files or directories to an earlier state
606 rollback roll back the last transaction (dangerous)
606 rollback roll back the last transaction (dangerous)
607 root print the root (top) of the current working directory
607 root print the root (top) of the current working directory
General Comments 0
You need to be logged in to leave comments. Login now