diff hgscm/templates/tricks/01 @ 145:fa0ed1574400

Moved the current tricks to tricks_advanced and added a basic trick
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 07:19:20 +0200
parents fb737a306703
children
line wrap: on
line diff
--- a/hgscm/templates/tricks/01	Tue May 12 06:30:18 2009 +0200
+++ b/hgscm/templates/tricks/01	Tue May 12 07:19:20 2009 +0200
@@ -1,7 +1,4 @@
-<strong>Reedit last commit message</strong>
+<strong>shorthand for commit</strong>
 <pre>
-$ hg qimport -r tip
-$ hg qrefresh -e
-.. edit ..
-$ hg qfinish -a
+$ hg ci -m "message"
 </pre>