diff en/examples/ch11/qdelete @ 813:f3f901cfbfc7

Describe the qfinish command in preference to qdelete -r.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 24 Apr 2009 17:00:00 -0700
parents ef53d025f410
children
line wrap: on
line diff
--- a/en/examples/ch11/qdelete	Fri Apr 24 00:31:21 2009 -0700
+++ b/en/examples/ch11/qdelete	Fri Apr 24 17:00:00 2009 -0700
@@ -22,7 +22,7 @@
 echo a > a
 hg add a
 hg qrefresh -m 'Good change'
-hg qdelete -r tip
+hg qfinish tip
 hg qapplied
 hg tip --style=compact