[Updated] D8649: help: document meaning of '%' in graphlog output

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jun 23 10:13:56 UTC 2020


Closed by commit rHG3d41172f2ac9: help: document meaning of '%' in graphlog output (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/D8649?vs=21686&id=21688

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

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

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4596,7 +4596,8 @@
 
     With --graph the revisions are shown as an ASCII art DAG with the most
     recent changeset at the top.
-    'o' is a changeset, '@' is a working directory parent, '_' closes a branch,
+    'o' is a changeset, '@' is a working directory parent, '%' is a changeset
+    involved in an unresolved merge conflict, '_' closes a branch,
     'x' is obsolete, '*' is unstable, and '+' represents a fork where the
     changeset from the lines below is a parent of the 'o' merge on the same
     line.



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200623/e4737499/attachment-0002.html>


More information about the Mercurial-patches mailing list