Mercurial > hg-website
annotate hgscm/templates/tricks/01 @ 77:fb737a306703
templatetags: Add mercurial_tricks templatetag
mercurial_tricks displays a random 'trick' from the templates/tricks/ directory.
The intention is to show the visitor various tricks around mercurial, how to
do certain things during browsing.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 20 Feb 2009 15:12:33 +0100 |
parents | |
children | fa0ed1574400 |
rev | line source |
---|---|
77
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
1 <strong>Reedit last commit message</strong> |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
2 <pre> |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
3 $ hg qimport -r tip |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
4 $ hg qrefresh -e |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
5 .. edit .. |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
6 $ hg qfinish -a |
fb737a306703
templatetags: Add mercurial_tricks templatetag
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
7 </pre> |