Support hg commit --amend

Oliver Zhou August 19, 2012

amend option for hg commit is introduced in Mercurial 2.2.

The --amend flag can be used to amend the parent of the working directory

with a new commit that contains the changes in the parent in addition to

those currently reported by "hg status", if there are any. The old commit

is stored in a backup bundle in ".hg/strip-backup" (see "hg help bundle"

and "hg help unbundle" on how to restore it).

Is it possible to support this flag in sourceTree?

1 answer

2 votes
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 19, 2012

On the list, but you can already do it by using the existing 'strip' command with the '--keep' option, which SourceTree exposes already: right-click the latest commit, Strip from Here, check the box to keep working copy. This actually lets you strip & re-combine multiple commits which --amend doesn't.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events