[PATCH] histedit: make actions toggleables

Feng Yu rainwoodman at gmail.com
Sun May 12 23:17:53 EDT 2019


Hi Anton,
To clarify, the change I propose is in the ncurses based _chistedit UI,
which does display the graph.
It does not change the behaviour of TUI version of _histedit.

The behaviour change is to consistently redefine the keypress actions from
set-a-rule to toggle-a-rule.
I can imagine in scenarios, one (even myself) may smash the keyboard
repeatedly in order to set the rule list,
so I do agree with you the definition of 'responsive' is subjective in this
situation.

I will look into adding a config option for this and file a new patch.

Thanks!

On Sat, May 11, 2019 at 1:56 AM Anton Shestakov <av6 at dwimlabs.net> wrote:

> On Fri, 10 May 2019 10:15:31 -0700
> Yu Feng <rainwoodman at gmail.com> wrote:
>
> > # HG changeset patch
> > # User feyu at google.com
> > # Date 1557508115 25200
> > #      Fri May 10 10:08:35 2019 -0700
> > # Node ID 23bc04dc2d149829133db571f6a922e95843c9f9
> > # Parent  458dc948aff9f1217718b7679f890fea510d54f7
> > histedit: make actions toggleables.
> >
> > If the same action is applied twice, revert to pick.
> >
> > For example, the current state
> > #0  pick   104:xxxxxxxxx   Collect progress
> >
> > pressing e once
> > #0  edit   104:xxxxxxxxx   Collect progress
> >
> > pressing e again toggles it back to pick.
> > Instead of keeping at e (behavior before this patch)
> > #0  pick   104:xxxxxxxxx   Collect progress
> >
> > The rationale is that giving a response when a key is pressed
> > makes happy users. Toggling seems to be a reasonable response in
> > this scenario.
>
> This rationale may be good for GUI, but text-based interfaces don't
> traditionally react to every possible key press. And one way to see
> this patch is that it makes histedit do pretty much the opposite to what
> it's told to do: I press e and it goes back to "pick". That's
> surprising because action field is not a toggle, it's a choice.
>
> Also, users don't have to change histedit plan in one go, they can
> leave it waiting for input for days on end, or open another window to
> see the graph and mentally think up the list of actions to mechanically
> punch it in on the keyboard without looking at the current state of
> histedit plan. If they know that commits A+B+C need to be edited, it
> makes sense to let them press (e, down)x3 on A without making sure that
> any of the actions wasn't already on "edit" because of their previous
> input.
>
> This could be a config option, that would make people knowingly opt-in
> and not be surprised by the behavior.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20190512/b9d8991f/attachment.html>


More information about the Mercurial-devel mailing list