##// END OF EJS Templates
Fixed tests for changed help output
Thomas Arendsen Hein -
r2217:f72c438c default
parent child Browse files
Show More
@@ -14,7 +14,7 b' basic commands (use "hg help" for the fu'
14 pull pull changes from the specified source
14 pull pull changes from the specified source
15 push push changes to the specified destination
15 push push changes to the specified destination
16 remove remove the specified files on the next commit
16 remove remove the specified files on the next commit
17 revert revert files or dirs to their states as of some revision
17 revert revert modified files or dirs to their states as of some revision
18 serve export the repository via HTTP
18 serve export the repository via HTTP
19 status show changed files in the working directory
19 status show changed files in the working directory
20 update update or merge working directory
20 update update or merge working directory
@@ -30,7 +30,7 b' basic commands (use "hg help" for the fu'
30 pull pull changes from the specified source
30 pull pull changes from the specified source
31 push push changes to the specified destination
31 push push changes to the specified destination
32 remove remove the specified files on the next commit
32 remove remove the specified files on the next commit
33 revert revert files or dirs to their states as of some revision
33 revert revert modified files or dirs to their states as of some revision
34 serve export the repository via HTTP
34 serve export the repository via HTTP
35 status show changed files in the working directory
35 status show changed files in the working directory
36 update update or merge working directory
36 update update or merge working directory
@@ -68,7 +68,7 b' list of commands (use "hg help -v" to sh'
68 recover roll back an interrupted transaction
68 recover roll back an interrupted transaction
69 remove remove the specified files on the next commit
69 remove remove the specified files on the next commit
70 rename rename files; equivalent of copy + remove
70 rename rename files; equivalent of copy + remove
71 revert revert files or dirs to their states as of some revision
71 revert revert modified files or dirs to their states as of some revision
72 root print the root (top) of the current working dir
72 root print the root (top) of the current working dir
73 serve export the repository via HTTP
73 serve export the repository via HTTP
74 status show changed files in the working directory
74 status show changed files in the working directory
@@ -110,7 +110,7 b' list of commands (use "hg help -v" to sh'
110 recover roll back an interrupted transaction
110 recover roll back an interrupted transaction
111 remove remove the specified files on the next commit
111 remove remove the specified files on the next commit
112 rename rename files; equivalent of copy + remove
112 rename rename files; equivalent of copy + remove
113 revert revert files or dirs to their states as of some revision
113 revert revert modified files or dirs to their states as of some revision
114 root print the root (top) of the current working dir
114 root print the root (top) of the current working dir
115 serve export the repository via HTTP
115 serve export the repository via HTTP
116 status show changed files in the working directory
116 status show changed files in the working directory
@@ -226,7 +226,7 b' basic commands (use "hg help" for the fu'
226 pull pull changes from the specified source
226 pull pull changes from the specified source
227 push push changes to the specified destination
227 push push changes to the specified destination
228 remove remove the specified files on the next commit
228 remove remove the specified files on the next commit
229 revert revert files or dirs to their states as of some revision
229 revert revert modified files or dirs to their states as of some revision
230 serve export the repository via HTTP
230 serve export the repository via HTTP
231 status show changed files in the working directory
231 status show changed files in the working directory
232 update update or merge working directory
232 update update or merge working directory
@@ -247,7 +247,7 b' basic commands (use "hg help" for the fu'
247 pull pull changes from the specified source
247 pull pull changes from the specified source
248 push push changes to the specified destination
248 push push changes to the specified destination
249 remove remove the specified files on the next commit
249 remove remove the specified files on the next commit
250 revert revert files or dirs to their states as of some revision
250 revert revert modified files or dirs to their states as of some revision
251 serve export the repository via HTTP
251 serve export the repository via HTTP
252 status show changed files in the working directory
252 status show changed files in the working directory
253 update update or merge working directory
253 update update or merge working directory
General Comments 0
You need to be logged in to leave comments. Login now