hgext/evolve.py
changeset 1042 86bd794f6037
parent 1041 7632f1f79946
child 1043 6a7d34010f8f
--- a/hgext/evolve.py	Fri Aug 08 18:01:02 2014 -0700
+++ b/hgext/evolve.py	Fri Aug 08 18:06:08 2014 -0700
@@ -2656,12 +2656,12 @@
         return None # remote opted out of obsolescence marker exchange
     tr = None
     ui = pullop.repo.ui
-    obsexcmsg(ui, "pull obsolescence markers\n", True)
     boundaries = _buildpullobsmerkersboundaries(pullop)
     if not set(boundaries['heads']) - set(boundaries['common']):
         obsexcmsg(ui, "nothing to pull\n")
         return None
 
+    obsexcmsg(ui, "pull obsolescence markers\n", True)
     new = 0
 
     if b2xpull: