Mercurial > evolve
comparison tests/test-evolve.t @ 445:52b5e14c63d5
obsolete: enforce pdiff and pstatus alias in the extension
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 07 Aug 2012 18:46:38 +0200 |
parents | aedb6b8ace86 |
children | 9d47474d2582 |
comparison
equal
deleted
inserted
replaced
444:aedb6b8ace86 | 445:52b5e14c63d5 |
---|---|
210 | 210 |
211 $ sed -i'' -e s/Zwie/Zwei/ main-file-1 | 211 $ sed -i'' -e s/Zwie/Zwei/ main-file-1 |
212 | 212 |
213 and **amend**:: | 213 and **amend**:: |
214 | 214 |
215 $ hg status | |
216 $ hg pstatus | |
217 $ hg diff | |
218 $ hg pdiff | |
215 $ hg amend --note "fix spelling of Zwei" | 219 $ hg amend --note "fix spelling of Zwei" |
216 | 220 |
217 The `--note` is our commit message for the *update* only. So its only purpose | 221 The `--note` is our commit message for the *update* only. So its only purpose |
218 is to document the evolution of the changeset. If we use `--message` with | 222 is to document the evolution of the changeset. If we use `--message` with |
219 `amend`, it replaces the commit message of the changeset itself. | 223 `amend`, it replaces the commit message of the changeset itself. |