Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
8534e670
Commit
8534e670
authored
10 years ago
by
Yuya Nishihara
Browse files
Options
Downloads
Patches
Plain Diff
help: use --template to specify existing style
--style is deprecated since
3a35ba2681ec
and
870d60294b04
.
parent
64fe488b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mercurial/help/templates.txt
+3
-4
3 additions, 4 deletions
mercurial/help/templates.txt
with
3 additions
and
4 deletions
mercurial/help/templates.txt
+
3
−
4
View file @
8534e670
Mercurial allows you to customize output of commands through
templates. You can either pass in a template from the command
line, via the --template option, or select an existing
template-style (--style).
templates. You can either pass in a template or select an existing
template-style from the command line, via the --template option.
You can customize output for any "log-like" command: log,
outgoing, incoming, tip, parents, heads and glog.
...
...
@@ -11,7 +10,7 @@
and xml.
Usage::
$ hg log -r1 --
styl
e changelog
$ hg log -r1 --
templat
e changelog
A template is a piece of text, with markup to invoke variable
expansion::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment