##// END OF EJS Templates
Fix incoming help test again
mpm@selenic.com -
r930:0c4a6ad6 default
parent child Browse files
Show More
@@ -50,7 +50,7 b' list of commands (use "hg help -v" to sh'
50 50 help show help for a given command or all commands
51 51 identify print information about the working copy
52 52 import import an ordered set of patches
53 incoming show changesets not found in source
53 incoming show new changesets found in source
54 54 init create a new repository in the given directory
55 55 locate locate files matching specific patterns
56 56 log show the revision history of the repository or a single file
@@ -88,7 +88,7 b' list of commands (use "hg help -v" to sh'
88 88 help show help for a given command or all commands
89 89 identify print information about the working copy
90 90 import import an ordered set of patches
91 incoming show changesets not found in source
91 incoming show new changesets found in source
92 92 init create a new repository in the given directory
93 93 locate locate files matching specific patterns
94 94 log show the revision history of the repository or a single file
General Comments 0
You need to be logged in to leave comments. Login now