diff -r 7632f1f79946 -r 86bd794f6037 hgext/evolve.py --- 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: