Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 40116:b049499fb0ba
help: document about "status" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Oct 2018 23:12:04 +0900 |
parents | 5cde774f7244 |
children | b99e91b2d39c |
comparison
equal
deleted
inserted
replaced
40115:5cde774f7244 | 40116:b049499fb0ba |
---|---|
5227 | 5227 |
5228 You can skip displaying some of these states by setting | 5228 You can skip displaying some of these states by setting |
5229 ``commands.status.skipstates`` to one or more of: 'bisect', 'graft', | 5229 ``commands.status.skipstates`` to one or more of: 'bisect', 'graft', |
5230 'histedit', 'merge', 'rebase', or 'unshelve'. | 5230 'histedit', 'merge', 'rebase', or 'unshelve'. |
5231 | 5231 |
5232 Template: | |
5233 | |
5234 The following keywords are supported in addition to the common template | |
5235 keywords and functions. See also :hg:`help templates`. | |
5236 | |
5237 :path: String. Repository-absolute path of the file. | |
5238 :source: String. Repository-absolute path of the file originated from. | |
5239 Available if ``--copies`` is specified. | |
5240 :status: String. Character denoting file's status. | |
5241 | |
5232 Examples: | 5242 Examples: |
5233 | 5243 |
5234 - show changes in the working directory relative to a | 5244 - show changes in the working directory relative to a |
5235 changeset:: | 5245 changeset:: |
5236 | 5246 |