##// END OF EJS Templates
cat: remove incorrect reference to tip
Matt Mackall -
r19400:61c93ef8 default
parent child Browse files
Show More
@@ -1135,8 +1135,7 b' def cat(ui, repo, file1, *pats, **opts):'
1135 """output the current or given revision of files
1135 """output the current or given revision of files
1136
1136
1137 Print the specified files as they were at the given revision. If
1137 Print the specified files as they were at the given revision. If
1138 no revision is given, the parent of the working directory is used,
1138 no revision is given, the parent of the working directory is used.
1139 or tip if no revision is checked out.
1140
1139
1141 Output may be to a file, in which case the name of the file is
1140 Output may be to a file, in which case the name of the file is
1142 given using a format string. The formatting rules are the same as
1141 given using a format string. The formatting rules are the same as
General Comments 0
You need to be logged in to leave comments. Login now