##// END OF EJS Templates
Update test-help for bundle/unbundle
mpm@selenic.com -
r1223:8d43f8c0 default
parent child Browse files
Show More
@@ -39,6 +39,7 b' list of commands (use "hg help -v" to sh'
39 add add the specified files on the next commit
39 add add the specified files on the next commit
40 addremove add all new files, delete all missing files
40 addremove add all new files, delete all missing files
41 annotate show changeset information per file line
41 annotate show changeset information per file line
42 bundle create a changegroup file
42 cat output the latest or given revision of a file
43 cat output the latest or given revision of a file
43 clone make a copy of an existing repository
44 clone make a copy of an existing repository
44 commit commit the specified files or all outstanding changes
45 commit commit the specified files or all outstanding changes
@@ -71,6 +72,7 b' list of commands (use "hg help -v" to sh'
71 tag add a tag for the current tip or a given revision
72 tag add a tag for the current tip or a given revision
72 tags list repository tags
73 tags list repository tags
73 tip show the tip revision
74 tip show the tip revision
75 unbundle apply a changegroup file
74 undo undo the last commit or pull
76 undo undo the last commit or pull
75 update update or merge working directory
77 update update or merge working directory
76 verify verify the integrity of the repository
78 verify verify the integrity of the repository
@@ -78,6 +80,7 b' list of commands (use "hg help -v" to sh'
78 add add the specified files on the next commit
80 add add the specified files on the next commit
79 addremove add all new files, delete all missing files
81 addremove add all new files, delete all missing files
80 annotate show changeset information per file line
82 annotate show changeset information per file line
83 bundle create a changegroup file
81 cat output the latest or given revision of a file
84 cat output the latest or given revision of a file
82 clone make a copy of an existing repository
85 clone make a copy of an existing repository
83 commit commit the specified files or all outstanding changes
86 commit commit the specified files or all outstanding changes
@@ -110,6 +113,7 b' list of commands (use "hg help -v" to sh'
110 tag add a tag for the current tip or a given revision
113 tag add a tag for the current tip or a given revision
111 tags list repository tags
114 tags list repository tags
112 tip show the tip revision
115 tip show the tip revision
116 unbundle apply a changegroup file
113 undo undo the last commit or pull
117 undo undo the last commit or pull
114 update update or merge working directory
118 update update or merge working directory
115 verify verify the integrity of the repository
119 verify verify the integrity of the repository
General Comments 0
You need to be logged in to leave comments. Login now