D4691: bundle2: grab kwarg using sysstr

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Sep 21 11:46:38 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4a8bfec90ae6: bundle2: grab kwarg using sysstr (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4691?vs=11258&id=11260

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

AFFECTED FILES
  mercurial/bundle2.py

CHANGE DETAILS

diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py
--- a/mercurial/bundle2.py
+++ b/mercurial/bundle2.py
@@ -1672,7 +1672,7 @@
     return params
 
 def addpartbundlestream2(bundler, repo, **kwargs):
-    if not kwargs.get('stream', False):
+    if not kwargs.get(r'stream', False):
         return
 
     if not streamclone.allowservergeneration(repo):



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


More information about the Mercurial-devel mailing list