# HG changeset patch # User Yuya Nishihara # Date 1515308218 -32400 # Node ID f39cf992216fc4aa6b6df0401e86485ef07d07b0 # Parent 058c725925e33d70020f590dc44b94e945205c61 identify: document -r. explicitly how to disable wdir scanning (issue5622) diff -r 058c725925e3 -r f39cf992216f 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.