##// END OF EJS Templates
Fix tests for new init command
mpm@selenic.com -
r908:fcd34a95 default
parent child Browse files
Show More
@@ -9,7 +9,7 b' basic commands (use "hg help" for the fu'
9 9 commit commit the specified files or all outstanding changes
10 10 diff diff working directory (or selected files)
11 11 export dump the header and diffs for one or more changesets
12 init create a new repository in the current directory
12 init create a new repository in the given directory
13 13 log show the revision history of the repository or a single file
14 14 pull pull changes from the specified source
15 15 push push changes to the specified destination
@@ -25,7 +25,7 b' basic commands (use "hg help" for the fu'
25 25 commit commit the specified files or all outstanding changes
26 26 diff diff working directory (or selected files)
27 27 export dump the header and diffs for one or more changesets
28 init create a new repository in the current directory
28 init create a new repository in the given directory
29 29 log show the revision history of the repository or a single file
30 30 pull pull changes from the specified source
31 31 push push changes to the specified destination
@@ -53,7 +53,7 b' list of commands (use "hg help -v" to sh'
53 53 help show help for a given command or all commands
54 54 identify print information about the working copy
55 55 import import an ordered set of patches
56 init create a new repository in the current directory
56 init create a new repository in the given directory
57 57 locate locate files matching specific patterns
58 58 log show the revision history of the repository or a single file
59 59 manifest output the latest or given revision of the project manifest
@@ -90,7 +90,7 b' list of commands (use "hg help -v" to sh'
90 90 help show help for a given command or all commands
91 91 identify print information about the working copy
92 92 import import an ordered set of patches
93 init create a new repository in the current directory
93 init create a new repository in the given directory
94 94 locate locate files matching specific patterns
95 95 log show the revision history of the repository or a single file
96 96 manifest output the latest or given revision of the project manifest
@@ -189,7 +189,7 b' basic commands (use "hg help" for the fu'
189 189 commit commit the specified files or all outstanding changes
190 190 diff diff working directory (or selected files)
191 191 export dump the header and diffs for one or more changesets
192 init create a new repository in the current directory
192 init create a new repository in the given directory
193 193 log show the revision history of the repository or a single file
194 194 pull pull changes from the specified source
195 195 push push changes to the specified destination
@@ -210,7 +210,7 b' basic commands (use "hg help" for the fu'
210 210 commit commit the specified files or all outstanding changes
211 211 diff diff working directory (or selected files)
212 212 export dump the header and diffs for one or more changesets
213 init create a new repository in the current directory
213 init create a new repository in the given directory
214 214 log show the revision history of the repository or a single file
215 215 pull pull changes from the specified source
216 216 push push changes to the specified destination
General Comments 0
You need to be logged in to leave comments. Login now