##// END OF EJS Templates
Fix up tests for command name changes...
mpm@selenic.com -
r440:22b5aaeb default
parent child Browse files
Show More
@@ -13,7 +13,7 b' mkdir test2'
13 cd test2
13 cd test2
14
14
15 hg init
15 hg init
16 hg merge ../test1
16 hg pull ../test1
17 hg co
17 hg co
18 chmod +x a
18 chmod +x a
19 hg ci -t "chmod +x a" -u test -d "0 0"
19 hg ci -t "chmod +x a" -u test -d "0 0"
@@ -22,7 +22,7 b' cd ../test1'
22 echo 123 >>a
22 echo 123 >>a
23 hg ci -t "a updated" -u test -d "0 0"
23 hg ci -t "a updated" -u test -d "0 0"
24
24
25 hg merge ../test2
25 hg pull ../test2
26 hg heads
26 hg heads
27 hg history
27 hg history
28
28
@@ -14,11 +14,11 b' hg commands:'
14 help show help for a given command or all commands
14 help show help for a given command or all commands
15 history show the changelog history
15 history show the changelog history
16 identify print information about the working copy
16 identify print information about the working copy
17 import import an ordered set of patches
17 init create a new repository or copy an existing one
18 init create a new repository or copy an existing one
18 log show the revision history of a single file
19 log show the revision history of a single file
19 manifest output the latest or given revision of the project manifest
20 manifest output the latest or given revision of the project manifest
20 parents show the parents of the current working dir
21 parents show the parents of the current working dir
21 patch import an ordered set of patches
22 pull pull changes from the specified source
22 pull pull changes from the specified source
23 push push changes to the specified destination
23 push push changes to the specified destination
24 rawcommit raw commit interface
24 rawcommit raw commit interface
@@ -63,11 +63,11 b' hg commands:'
63 help show help for a given command or all commands
63 help show help for a given command or all commands
64 history show the changelog history
64 history show the changelog history
65 identify print information about the working copy
65 identify print information about the working copy
66 import import an ordered set of patches
66 init create a new repository or copy an existing one
67 init create a new repository or copy an existing one
67 log show the revision history of a single file
68 log show the revision history of a single file
68 manifest output the latest or given revision of the project manifest
69 manifest output the latest or given revision of the project manifest
69 parents show the parents of the current working dir
70 parents show the parents of the current working dir
70 patch import an ordered set of patches
71 pull pull changes from the specified source
71 pull pull changes from the specified source
72 push push changes to the specified destination
72 push push changes to the specified destination
73 rawcommit raw commit interface
73 rawcommit raw commit interface
General Comments 0
You need to be logged in to leave comments. Login now