##// 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 help show help for a given command or all commands
50 help show help for a given command or all commands
51 identify print information about the working copy
51 identify print information about the working copy
52 import import an ordered set of patches
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 init create a new repository in the given directory
54 init create a new repository in the given directory
55 locate locate files matching specific patterns
55 locate locate files matching specific patterns
56 log show the revision history of the repository or a single file
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 help show help for a given command or all commands
88 help show help for a given command or all commands
89 identify print information about the working copy
89 identify print information about the working copy
90 import import an ordered set of patches
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 init create a new repository in the given directory
92 init create a new repository in the given directory
93 locate locate files matching specific patterns
93 locate locate files matching specific patterns
94 log show the revision history of the repository or a single file
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