[PATCH 2 of 5] test-import: fix output on Windows

Matt Harbison mharbison72 at gmail.com
Tue Apr 12 00:55:18 EDT 2016


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1458092863 14400
#      Tue Mar 15 21:47:43 2016 -0400
# Node ID 0a320b6379b884448db45af0b23d573d32da586d
# Parent  b456cb18ff7fd5000cf514fd26bfb195b2e17233
test-import: fix output on Windows

There's a symlink conditionalized test above this that causes the rev to be 1.
It isn't important to this test, so ignore it.

diff --git a/tests/test-import-git.t b/tests/test-import-git.t
--- a/tests/test-import-git.t
+++ b/tests/test-import-git.t
@@ -838,7 +838,7 @@
   > EOF
   applying patch from stdin
   $ hg --encoding utf-8 log -r .
-  changeset:   2:* (glob)
+  changeset:   *:* (glob)
   tag:         tip
   user:        Rapha\xc3\xabl Hertzog <hertzog at debian.org> (esc)
   date:        * (glob)


More information about the Mercurial-devel mailing list