D5427: py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Dec 14 14:49:12 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG288c554e33ae: py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5427?vs=12857&id=12858

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

AFFECTED FILES
  contrib/python3-whitelist
  tests/test-remotefilelog-pull-noshallow.t

CHANGE DETAILS

diff --git a/tests/test-remotefilelog-pull-noshallow.t b/tests/test-remotefilelog-pull-noshallow.t
--- a/tests/test-remotefilelog-pull-noshallow.t
+++ b/tests/test-remotefilelog-pull-noshallow.t
@@ -11,7 +11,7 @@
   $ cat > setupremotefilelog.py << EOF
   > from mercurial import extensions
   > def extsetup(ui):
-  >     remotefilelog = extensions.find('remotefilelog')
+  >     remotefilelog = extensions.find(b'remotefilelog')
   >     remotefilelog.onetimeclientsetup(ui)
   > EOF
 
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -531,6 +531,7 @@
 test-remotefilelog-keepset.t
 test-remotefilelog-partial-shallow.t
 test-remotefilelog-prefetch.t
+test-remotefilelog-pull-noshallow.t
 test-remotefilelog-share.t
 test-remotefilelog-tags.t
 test-remove.t



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


More information about the Mercurial-devel mailing list