mercurial/shelve.py
changeset 44407 f5c006621f07
parent 44317 f546d2170b0f
parent 44186 69b091cdc506
child 44458 f0021fbedea9
--- a/mercurial/shelve.py	Thu Feb 13 22:51:17 2020 -0500
+++ b/mercurial/shelve.py	Mon Feb 24 13:50:55 2020 -0500
@@ -996,7 +996,7 @@
         stats = merge.graft(
             repo,
             shelvectx,
-            labels=[b'shelve', b'working-copy'],
+            labels=[b'working-copy', b'shelve'],
             keepconflictparent=True,
         )
         if stats.unresolvedcount: