Mercurial > evolve
comparison docs/from-mq.rst @ 1697:093c445fd86a mercurial-3.6
merge with stable through 3.7 branch
dropped the topic test and updated output with some minor difference
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 05 May 2016 23:51:35 +0200 |
parents | d1c5d80b2ace |
children | 5a796d753427 |
comparison
equal
deleted
inserted
replaced
1604:61dd08f4dc62 | 1697:093c445fd86a |
---|---|
83 .. explicit amending commit before rewriting a changeset.:: | 83 .. explicit amending commit before rewriting a changeset.:: |
84 .. | 84 .. |
85 .. $ hg record -m 'feature A' | 85 .. $ hg record -m 'feature A' |
86 .. # oups, I forgot some stuff | 86 .. # oups, I forgot some stuff |
87 .. $ hg record babar.py | 87 .. $ hg record babar.py |
88 .. $ hg amend -c .^ # .^ refer to "working directoy parent, here 'feature A' | 88 .. $ hg amend -c .^ # .^ refer to "working directory parent, here 'feature A' |
89 | 89 |
90 .. note: refresh is an alias for amend | 90 .. note: refresh is an alias for amend |
91 | 91 |
92 hg qref --exclude | 92 hg qref --exclude |
93 ````````````````` | 93 ````````````````` |