##// END OF EJS Templates
identify: document -r. explicitly how to disable wdir scanning (issue5622)
Yuya Nishihara -
r35576:f39cf992 stable
parent child Browse files
Show More
@@ -2690,7 +2690,8 b' def identify(ui, repo, source=None, rev='
2690 a list of tags, and a list of bookmarks.
2690 a list of tags, and a list of bookmarks.
2691
2691
2692 When REV is not given, print a summary of the current state of the
2692 When REV is not given, print a summary of the current state of the
2693 repository.
2693 repository including the working directory. Specify -r. to get information
2694 of the working directory parent without scanning uncommitted changes.
2694
2695
2695 Specifying a path to a repository root or Mercurial bundle will
2696 Specifying a path to a repository root or Mercurial bundle will
2696 cause lookup to operate on that repository/bundle.
2697 cause lookup to operate on that repository/bundle.
General Comments 0
You need to be logged in to leave comments. Login now