equal
deleted
inserted
replaced
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 |