comparison tests/test-amend.t @ 3419:1e2f683e11e7 mercurial-4.2

test-compat: merge mercurial-4.3 into mercurial-4.2
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 16 Jan 2018 04:38:04 +0100
parents b714709afe6a 85cdce113c2c
children 7a5c3175015e
comparison
equal deleted inserted replaced
3381:16b4f0e32d9d 3419:1e2f683e11e7
137 137
138 See 'hg commit' for details about committing changes. 138 See 'hg commit' for details about committing changes.
139 139
140 If you don't specify -m, the parent's message will be reused. 140 If you don't specify -m, the parent's message will be reused.
141 141
142 If --extra is specified, the behavior of 'hg amend' is reversed: Changes 142 If --extract is specified, the behavior of 'hg amend' is reversed: Changes
143 to selected files in the checked out revision appear again as uncommitted 143 to selected files in the checked out revision appear again as uncommitted
144 changed in the working directory. 144 changed in the working directory.
145 145
146 Returns 0 on success, 1 if nothing changed. 146 Returns 0 on success, 1 if nothing changed.
147 147