mercurial/exchange.py
changeset 22033 342e7c428e47
parent 22020 311979b773fb
child 22034 5f57bc77657c
--- a/mercurial/exchange.py	Mon Aug 04 16:32:41 2014 -0700
+++ b/mercurial/exchange.py	Fri Jul 04 19:31:49 2014 +0200
@@ -590,7 +590,7 @@
     if (obsolete._enabled and repo.obsstore and
         'obsolete' in remote.listkeys('namespaces')):
         rslts = []
-        remotedata = repo.listkeys('obsolete')
+        remotedata = obsolete._pushkeyescape(repo.obsstore)
         for key in sorted(remotedata, reverse=True):
             # reverse sort to ensure we end with dump0
             data = remotedata[key]