D7553: tests: fix command name in test-blackbox.t to be bytes

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Fri Dec 6 10:38:12 EST 2019


Closed by commit rHGc6b4c348360e: tests: fix command name in test-blackbox.t to be bytes (authored by spectral).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7553?vs=18478&id=18492

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7553/new/

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

AFFECTED FILES
  tests/test-blackbox.t

CHANGE DETAILS

diff --git a/tests/test-blackbox.t b/tests/test-blackbox.t
--- a/tests/test-blackbox.t
+++ b/tests/test-blackbox.t
@@ -390,7 +390,7 @@
   > from mercurial import registrar, scmutil
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('noop')
+  > @command(b'noop')
   > def noop(ui, repo):
   >     pass
   > EOF



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


More information about the Mercurial-devel mailing list