D2368: narrowbundle2: this dict contains native strings, look kws up as such

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Feb 21 22:10:42 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf3b9377d6aea: narrowbundle2: this dict contains native strings, look kws up as such (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2368?vs=5948&id=5974

REVISION DETAIL
  https://phab.mercurial-scm.org/D2368

AFFECTED FILES
  hgext/narrow/narrowbundle2.py

CHANGE DETAILS

diff --git a/hgext/narrow/narrowbundle2.py b/hgext/narrow/narrowbundle2.py
--- a/hgext/narrow/narrowbundle2.py
+++ b/hgext/narrow/narrowbundle2.py
@@ -479,7 +479,7 @@
         if repo.ui.has_section(_NARROWACL_SECTION):
             getbundlechangegrouppart_narrow(
                 *args, **applyacl_narrow(repo, kwargs))
-        elif kwargs.get('narrow', False):
+        elif kwargs.get(r'narrow', False):
             getbundlechangegrouppart_narrow(*args, **kwargs)
         else:
             origcgfn(*args, **kwargs)



To: durin42, #hg-reviewers, indygreg
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list