mercurial/bundle2.py
changeset 35466 7906354cbc68
parent 35266 496154e41968
child 35655 2f54a3e228ff
--- a/mercurial/bundle2.py	Mon Dec 18 17:33:08 2017 -0800
+++ b/mercurial/bundle2.py	Mon Dec 18 17:33:43 2017 -0800
@@ -2056,7 +2056,7 @@
     # The mergemarkers call will crash if marker creation is not enabled.
     # we want to avoid this if the part is advisory.
     if not inpart.mandatory and op.repo.obsstore.readonly:
-        op.repo.ui.debug('ignoring obsolescence markers, feature not enabled')
+        op.repo.ui.debug('ignoring obsolescence markers, feature not enabled\n')
         return
     new = op.repo.obsstore.mergemarkers(tr, markerdata)
     op.repo.invalidatevolatilesets()