mercurial/commands.py
changeset 35751 6d65cef5b038
parent 35746 e5b6ba786d83
parent 35538 f39cf992216f
child 35774 854a7315603e
--- 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.