hgext/obsolete.py
branchstable
changeset 344 9bbcd2746898
parent 341 7653f80fd7a4
child 348 afbe4fc8de42
child 350 b836862d48b4
--- a/hgext/obsolete.py	Fri Jul 06 17:15:30 2012 +0200
+++ b/hgext/obsolete.py	Fri Jul 06 18:32:10 2012 +0200
@@ -1134,7 +1134,7 @@
             """wrapper around pull that pull obsolete relation"""
             self._turn_extinct_secret()
             result = opush(remote, *args, **opts)
-            if 'obsolete' in self.listkeys('namespaces') and self.obsstore:
+            if 'obsolete' in remote.listkeys('namespaces') and self.obsstore:
                 data = self.obsstore._writemarkers()
                 r = remote.pushkey('obsolete', 'dump', '',
                                    base85.b85encode(data))