mercurial/changegroup.py
changeset 27690 8b01558d5d23
parent 27433 12f727a5b434
child 27691 b0d23a55f91e
--- a/mercurial/changegroup.py	Mon Dec 28 17:48:40 2015 +0000
+++ b/mercurial/changegroup.py	Fri Jan 08 14:33:13 2016 -0800
@@ -298,7 +298,6 @@
         # no new manifest will be created and the manifest group will
         # be empty during the pull
         self.manifestheader()
-        repo.manifest.narrowdebug = repo.ui.warn
         repo.manifest.addgroup(self, revmap, trp)
         repo.ui.progress(_('manifests'), None)