[PATCH 2 of 2] mq: flag as deprecated

Jordi Gutiérrez Hermoso jordigh at octave.org
Wed Jul 9 08:49:05 CDT 2014


On Jun 7, 2014, at 6:28 PM, Angel Ezquerra <angel.ezquerra at gmail.com> wrote:
> TortoiseHg supports "commit --amend" but that does not fully match
> what you can do with QRefresh (you cannot easily remove files from
> a commit with "hg commit --amend", for example).

hg rm thefile && hg commit --amend? Is this too difficult?

On Sat, 2014-06-07 at 19:02 -0400, Augie Fackler wrote:
> I consider evolve and histedit to be complementary. histedit will
> use evolution, but evolution won't ever (I think) be able to replace
> histedit's workflow for nd-line users.

It already does for me. The only time I use histedit instead of evolve
now is when I need to reorder commits. For this case, I'm preparing an
`hg reorder` command. 

Other than that, I update to past commits, `hg amend` them, sometimes
I `hg fold` the result, I `hg rebase` stuff around... Evolve really
can provide a complete CLI and thus *scriptable* alternative to
histedit.

- Jordi G. H.







More information about the Mercurial-devel mailing list