[PATCH 2 of 4] test-fileset: glob away hash differences

Matt Harbison mharbison72 at gmail.com
Sat Apr 8 22:37:46 EDT 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1491677744 14400
#      Sat Apr 08 14:55:44 2017 -0400
# Node ID d236dca9355d6af70f20ba7966ccf903657a61c8
# Parent  c6379326f01a27b12a8bd6c90c6a5995dfe70edf
test-fileset: glob away hash differences

There are various files committed above that can't be used on Windows because of
the name, or being a symlink.

diff --git a/tests/test-fileset.t b/tests/test-fileset.t
--- a/tests/test-fileset.t
+++ b/tests/test-fileset.t
@@ -403,15 +403,15 @@
 small reminder of the repository state
 
   $ hg log -G
-  @  changeset:   4:160936123545
+  @  changeset:   4:* (glob)
   |  tag:         tip
   |  user:        test
   |  date:        Thu Jan 01 00:00:00 1970 +0000
   |  summary:     subrepo
   |
-  o    changeset:   3:9d594e11b8c9
+  o    changeset:   3:* (glob)
   |\   parent:      2:55b05bdebf36
-  | |  parent:      1:830839835f98
+  | |  parent:      1:* (glob)
   | |  user:        test
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     merge
@@ -422,7 +422,7 @@
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     diverging
   | |
-  o |  changeset:   1:830839835f98
+  o |  changeset:   1:* (glob)
   |/   user:        test
   |    date:        Thu Jan 01 00:00:00 1970 +0000
   |    summary:     manychanges


More information about the Mercurial-devel mailing list