identify: document -r. explicitly how to disable wdir scanning (issue5622) stable
authorYuya Nishihara <yuya@tcha.org>
Sun, 07 Jan 2018 15:56:58 +0900
branchstable
changeset 35538 f39cf992216f
parent 35430 058c725925e3
child 35539 d1aae6d4efc5
identify: document -r. explicitly how to disable wdir scanning (issue5622)
mercurial/commands.py
--- a/mercurial/commands.py	Sun Dec 17 18:43:05 2017 +0900
+++ b/mercurial/commands.py	Sun Jan 07 15:56:58 2018 +0900
@@ -2690,7 +2690,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.