merge: combine the two "can't happen" cases in docstring table
authorMartin von Zweigbergk <martinvonz@google.com>
Mon, 27 Feb 2017 15:02:36 -0800
changeset 31162 e72ed22713ab
parent 31161 351207bfdde9
child 31163 f21a77fe7637
merge: combine the two "can't happen" cases in docstring table
mercurial/merge.py
--- a/mercurial/merge.py	Mon Feb 27 15:00:13 2017 -0800
+++ b/mercurial/merge.py	Mon Feb 27 15:02:36 2017 -0800
@@ -1470,10 +1470,9 @@
 
     -c  -C  dirty  rev  linear  |  result
      y   y    *     *     *     |    (1)
-     n   n    n     n     n     |     x
+     n   n    *     n     n     |     x
      n   n    n     n     y     |    ok
      n   n    n     y     *     |    ok
-     n   n    y     n     n     |     x
      n   n    y     n     y     |   merge
      n   n    y     y     n     |    (2)
      n   n    y     y     y     |   merge