[PATCH] amend: new extension providing the amend command

2017-07-11 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1499831635 25200 # Tue Jul 11 20:53:55 2017 -0700 # Node ID 906655cf953a84750642abd93d8c42663e808561 # Parent 26e4ba058215e536d3827befbea99ff6203d35f8 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

Re: [PATCH] amend: new extension providing the amend command

2017-07-11 Thread Martin von Zweigbergk via Mercurial-devel
On Tue, Jul 11, 2017 at 9:01 PM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1499831635 25200 > # Tue Jul 11 20:53:55 2017 -0700 > # Node ID 906655cf953a84750642abd93d8c42663e808561 > # Parent 26e4ba058215e536d3827befbea99ff6203d35f8 > # Available At https://bitbucket.org/

Re: [PATCH] amend: new extension providing the amend command

2017-07-12 Thread Jun Wu
Excerpts from Martin von Zweigbergk's message of 2017-07-11 23:18:21 -0700: > I use "hg amend -e" quite often. Would be nice to have that too. > > Comparing this to evolve's version, there are a few differences: > > * Missing support for --edit and --logfile (as noted above, I > personally often u