diff mercurial/commands.py @ 35751:6d65cef5b038

merge with stable
author Augie Fackler <augie@google.com>
date Fri, 19 Jan 2018 16:28:11 -0500
parents e5b6ba786d83 f39cf992216f
children 854a7315603e
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Jan 12 10:59:58 2018 +0100
+++ b/mercurial/commands.py	Fri Jan 19 16:28:11 2018 -0500
@@ -2712,7 +2712,8 @@
     a list of tags, and a list of bookmarks.
 
     When REV is not given, print a summary of the current state of the
-    repository.
+    repository including the working directory. Specify -r. to get information
+    of the working directory parent without scanning uncommitted changes.
 
     Specifying a path to a repository root or Mercurial bundle will
     cause lookup to operate on that repository/bundle.