D2503: py3: add a missing b'' in tests/bruterebase.py

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Mar 1 09:35:48 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1b76940c1a43: py3: add a missing b'' in tests/bruterebase.py (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2503?vs=6203&id=6235

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

AFFECTED FILES
  tests/bruterebase.py

CHANGE DETAILS

diff --git a/tests/bruterebase.py b/tests/bruterebase.py
--- a/tests/bruterebase.py
+++ b/tests/bruterebase.py
@@ -65,7 +65,7 @@
                             desc += getdesc(prev)
                     descs.append(desc)
                 descs.sort()
-                summary = ' '.join(descs)
+                summary = b' '.join(descs)
             ui.popbuffer()
             repo.vfs.tryunlink(b'rebasestate')
 



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


More information about the Mercurial-devel mailing list