Show More
@@ -5229,6 +5229,16 def status(ui, repo, *pats, **opts): | |||
|
5229 | 5229 | ``commands.status.skipstates`` to one or more of: 'bisect', 'graft', |
|
5230 | 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 | 5242 | Examples: |
|
5233 | 5243 | |
|
5234 | 5244 | - show changes in the working directory relative to a |
General Comments 0
You need to be logged in to leave comments.
Login now