# HG changeset patch # User Matt Mackall # Date 2013-07-12 00:28:01 # Node ID 61c93ef8302e70341344da5aee53b6323c88f8b9 # Parent 02465cafb0a9cdb363b08f3e59c2bc8d13b5f3be cat: remove incorrect reference to tip diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1135,8 +1135,7 @@ def cat(ui, repo, file1, *pats, **opts): """output the current or given revision of files Print the specified files as they were at the given revision. If - no revision is given, the parent of the working directory is used, - or tip if no revision is checked out. + no revision is given, the parent of the working directory is used. Output may be to a file, in which case the name of the file is given using a format string. The formatting rules are the same as