comparison tests/test-amend.t @ 3296:b834cb64f779 stable

amend: fix a typo in amend help text related to the extract option s/extra/extract/
author Boris Feld <boris.feld@octobus.net>
date Thu, 14 Dec 2017 00:53:55 +0100
parents 73b4e84df0bd
children 85cdce113c2c 1f0c88a9dd1c
comparison
equal deleted inserted replaced
3295:64aedeb30625 3296:b834cb64f779
134 134
135 See 'hg commit' for details about committing changes. 135 See 'hg commit' for details about committing changes.
136 136
137 If you don't specify -m, the parent's message will be reused. 137 If you don't specify -m, the parent's message will be reused.
138 138
139 If --extra is specified, the behavior of 'hg amend' is reversed: Changes 139 If --extract is specified, the behavior of 'hg amend' is reversed: Changes
140 to selected files in the checked out revision appear again as uncommitted 140 to selected files in the checked out revision appear again as uncommitted
141 changed in the working directory. 141 changed in the working directory.
142 142
143 Returns 0 on success, 1 if nothing changed. 143 Returns 0 on success, 1 if nothing changed.
144 144