mercurial/mergestate.py
changeset 45714 ecf6d7aa874b
parent 45586 9f14bb4d59ea
child 45715 0428978bca22
--- a/mercurial/mergestate.py	Fri Oct 09 00:33:50 2020 -0400
+++ b/mercurial/mergestate.py	Tue Oct 06 19:11:34 2020 +0530
@@ -160,6 +160,7 @@
     r: resolved conflict
     pu: unresolved path conflict (file conflicts with directory)
     pr: resolved path conflict
+    o: file was merged in favor of other parent of merge (DEPRECATED)
 
     The resolve command transitions between 'u' and 'r' for conflicts and
     'pu' and 'pr' for path conflicts.