comparison mercurial/commands.py @ 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 02845f7441af
children 6d65cef5b038
comparison
equal deleted inserted replaced
35430:058c725925e3 35538:f39cf992216f
2688 two parent hash identifiers, followed by a "+" if the working 2688 two parent hash identifiers, followed by a "+" if the working
2689 directory has uncommitted changes, the branch name (if not default), 2689 directory has uncommitted changes, the branch name (if not default),
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.
2697 2698
2698 .. container:: verbose 2699 .. container:: verbose