[Updated] D11832: chistedit: explain which order the commits are presented in

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Dec 1 10:43:49 UTC 2021


Closed by commit rHG9503e15dc588: chistedit: explain which order the commits are presented in (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11832?vs=31221&id=31234

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11832/new/

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

AFFECTED FILES
  hgext/histedit.py

CHANGE DETAILS

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -1324,6 +1324,10 @@
 d: drop, e: edit, f: fold, m: mess, p: pick, r: roll
 pgup/K: move patch up, pgdn/J: move patch down, c: commit, q: abort
 """
+            if self.later_on_top:
+                help += b"Newer commits are shown above older commits.\n"
+            else:
+                help += b"Older commits are shown above newer commits.\n"
         return help.splitlines()
 
     def render_help(self, win):



To: martinvonz, durin42, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211201/94b50564/attachment-0002.html>


More information about the Mercurial-patches mailing list