##// END OF EJS Templates
doc string fix: hg cat and manifest default to current parent revision.
Thomas Arendsen Hein -
r3914:283ee897 default
parent child Browse files
Show More
@@ -339,7 +339,7 b' def bundle(ui, repo, fname, dest=None, *'
339 changegroup.writebundle(cg, fname, "HG10BZ")
339 changegroup.writebundle(cg, fname, "HG10BZ")
340
340
341 def cat(ui, repo, file1, *pats, **opts):
341 def cat(ui, repo, file1, *pats, **opts):
342 """output the latest or given revisions of files
342 """output the current or given revision of files
343
343
344 Print the specified files as they were at the given revision.
344 Print the specified files as they were at the given revision.
345 If no revision is given then working dir parent is used, or tip
345 If no revision is given then working dir parent is used, or tip
@@ -1741,9 +1741,11 b' def log(ui, repo, *pats, **opts):'
1741 count += 1
1741 count += 1
1742
1742
1743 def manifest(ui, repo, rev=None):
1743 def manifest(ui, repo, rev=None):
1744 """output the latest or given revision of the project manifest
1744 """output the current or given revision of the project manifest
1745
1745
1746 Print a list of version controlled files for the given revision.
1746 Print a list of version controlled files for the given revision.
1747 If no revision is given then working dir parent is used, or tip
1748 if no revision is checked out.
1747
1749
1748 The manifest is the list of files being version controlled. If no revision
1750 The manifest is the list of files being version controlled. If no revision
1749 is given then the first parent of the working directory is used.
1751 is given then the first parent of the working directory is used.
@@ -125,7 +125,7 b' list of commands (use "hg help -v" to sh'
125 branch set or show the current branch name
125 branch set or show the current branch name
126 branches list repository named branches
126 branches list repository named branches
127 bundle create a changegroup file
127 bundle create a changegroup file
128 cat output the latest or given revisions of files
128 cat output the current or given revision of files
129 clone make a copy of an existing repository
129 clone make a copy of an existing repository
130 commit commit the specified files or all outstanding changes
130 commit commit the specified files or all outstanding changes
131 copy mark files as copied for the next commit
131 copy mark files as copied for the next commit
@@ -140,7 +140,7 b' list of commands (use "hg help -v" to sh'
140 init create a new repository in the given directory
140 init create a new repository in the given directory
141 locate locate files matching specific patterns
141 locate locate files matching specific patterns
142 log show revision history of entire repository or files
142 log show revision history of entire repository or files
143 manifest output the latest or given revision of the project manifest
143 manifest output the current or given revision of the project manifest
144 merge Merge working directory with another revision
144 merge Merge working directory with another revision
145 outgoing show changesets not found in destination
145 outgoing show changesets not found in destination
146 parents show the parents of the working dir or revision
146 parents show the parents of the working dir or revision
@@ -175,7 +175,7 b' list of commands (use "hg help -v" to sh'
175 branch set or show the current branch name
175 branch set or show the current branch name
176 branches list repository named branches
176 branches list repository named branches
177 bundle create a changegroup file
177 bundle create a changegroup file
178 cat output the latest or given revisions of files
178 cat output the current or given revision of files
179 clone make a copy of an existing repository
179 clone make a copy of an existing repository
180 commit commit the specified files or all outstanding changes
180 commit commit the specified files or all outstanding changes
181 copy mark files as copied for the next commit
181 copy mark files as copied for the next commit
@@ -190,7 +190,7 b' list of commands (use "hg help -v" to sh'
190 init create a new repository in the given directory
190 init create a new repository in the given directory
191 locate locate files matching specific patterns
191 locate locate files matching specific patterns
192 log show revision history of entire repository or files
192 log show revision history of entire repository or files
193 manifest output the latest or given revision of the project manifest
193 manifest output the current or given revision of the project manifest
194 merge Merge working directory with another revision
194 merge Merge working directory with another revision
195 outgoing show changesets not found in destination
195 outgoing show changesets not found in destination
196 parents show the parents of the working dir or revision
196 parents show the parents of the working dir or revision
@@ -46,7 +46,7 b' list of commands (use "hg help -v" to sh'
46 branch set or show the current branch name
46 branch set or show the current branch name
47 branches list repository named branches
47 branches list repository named branches
48 bundle create a changegroup file
48 bundle create a changegroup file
49 cat output the latest or given revisions of files
49 cat output the current or given revision of files
50 clone make a copy of an existing repository
50 clone make a copy of an existing repository
51 commit commit the specified files or all outstanding changes
51 commit commit the specified files or all outstanding changes
52 copy mark files as copied for the next commit
52 copy mark files as copied for the next commit
@@ -61,7 +61,7 b' list of commands (use "hg help -v" to sh'
61 init create a new repository in the given directory
61 init create a new repository in the given directory
62 locate locate files matching specific patterns
62 locate locate files matching specific patterns
63 log show revision history of entire repository or files
63 log show revision history of entire repository or files
64 manifest output the latest or given revision of the project manifest
64 manifest output the current or given revision of the project manifest
65 merge Merge working directory with another revision
65 merge Merge working directory with another revision
66 outgoing show changesets not found in destination
66 outgoing show changesets not found in destination
67 parents show the parents of the working dir or revision
67 parents show the parents of the working dir or revision
@@ -92,7 +92,7 b' list of commands (use "hg help -v" to sh'
92 branch set or show the current branch name
92 branch set or show the current branch name
93 branches list repository named branches
93 branches list repository named branches
94 bundle create a changegroup file
94 bundle create a changegroup file
95 cat output the latest or given revisions of files
95 cat output the current or given revision of files
96 clone make a copy of an existing repository
96 clone make a copy of an existing repository
97 commit commit the specified files or all outstanding changes
97 commit commit the specified files or all outstanding changes
98 copy mark files as copied for the next commit
98 copy mark files as copied for the next commit
@@ -107,7 +107,7 b' list of commands (use "hg help -v" to sh'
107 init create a new repository in the given directory
107 init create a new repository in the given directory
108 locate locate files matching specific patterns
108 locate locate files matching specific patterns
109 log show revision history of entire repository or files
109 log show revision history of entire repository or files
110 manifest output the latest or given revision of the project manifest
110 manifest output the current or given revision of the project manifest
111 merge Merge working directory with another revision
111 merge Merge working directory with another revision
112 outgoing show changesets not found in destination
112 outgoing show changesets not found in destination
113 parents show the parents of the working dir or revision
113 parents show the parents of the working dir or revision
General Comments 0
You need to be logged in to leave comments. Login now