Mercurial > hgbook
comparison 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 |
comparison
equal
deleted
inserted
replaced
812:6b7818eb3d8e | 813:f3f901cfbfc7 |
---|---|
20 | 20 |
21 hg qnew good.patch | 21 hg qnew good.patch |
22 echo a > a | 22 echo a > a |
23 hg add a | 23 hg add a |
24 hg qrefresh -m 'Good change' | 24 hg qrefresh -m 'Good change' |
25 hg qdelete -r tip | 25 hg qfinish tip |
26 hg qapplied | 26 hg qapplied |
27 hg tip --style=compact | 27 hg tip --style=compact |
28 | 28 |
29 #$ name: import | 29 #$ name: import |
30 | 30 |