JordiGH added inline comments.

INLINE COMMENTS

> crecord.py:1471
> +                      g : go to the first hunk line
> +                      G : go to the last hunk line
>                        f : fold / unfold item, hiding/revealing its children

We should find a better way to phrase this, since it's not about hunk. Maybe 
just "first line" and "last line".

> crecord.py:1766
> +        elif keypressed in ["G"]:
> +            self.handlelastlineevent()
>          elif keypressed in ["?"]:

It would be nice to map these to Home and End (which by the way, also map on 
`less`).

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6178

To: arun, #hg-reviewers
Cc: JordiGH, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to