Mercurial > hg
changeset 35538:f39cf992216f stable
identify: document -r. explicitly how to disable wdir scanning (issue5622)
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Jan 2018 15:56:58 +0900 |
parents | 058c725925e3 |
children | d1aae6d4efc5 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.