D6964: tests: conditionalize output for Python 3

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Oct 6 15:06:31 UTC 2019


Closed by commit rHG9cc55b743713: tests: conditionalize output for Python 3 (authored by indygreg).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6964?vs=16804&id=16896

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

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

AFFECTED FILES
  tests/test-upgrade-repo.t

CHANGE DETAILS

diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -617,7 +617,8 @@
 Check that the repo still works fine
 
   $ hg log -G --stat
-  @  changeset:   2:76d4395f5413
+  @  changeset:   2:76d4395f5413 (no-py3 !)
+  @  changeset:   2:fca376863211 (py3 !)
   |  tag:         tip
   |  parent:      0:ba592bf28da2
   |  user:        test



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


More information about the Mercurial-devel mailing list