<div dir="ltr">Thanks, pushed to the clowncopter.<br></div><br><div class="gmail_quote">On Thu, May 7, 2015 at 3:02 PM Pierre-Yves David <<a href="mailto:pierre-yves.david@ens-lyon.org">pierre-yves.david@ens-lyon.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Pierre-Yves David <<a href="mailto:pierre-yves.david@fb.com" target="_blank">pierre-yves.david@fb.com</a>><br>
# Date 1431035822 25200<br>
#      Thu May 07 14:57:02 2015 -0700<br>
# Node ID 5990eda556f80e1a2cd94fda826e92311f9c5b50<br>
# Parent  17ba4ccd20b48511b3d06ab47fb1b2faf31410d7<br>
test-subrepo-recursion: glob out all the date listed by unzip -l<br>
<br>
This date output is unstable (01-01-1980 vs 1980-01-01). As the test is not<br>
about the modification date, we glob the data out.<br>
<br>
Caught by buildbot.<br>
<br>
diff --git a/tests/test-subrepo-recursion.t b/tests/test-subrepo-recursion.t<br>
--- a/tests/test-subrepo-recursion.t<br>
+++ b/tests/test-subrepo-recursion.t<br>
@@ -337,22 +337,25 @@ Test archiving to zip file (unzip output<br>
   archiving (foo/bar) [                                 ] 0/1\r (no-eol) (glob) (esc)<br>
   archiving (foo/bar) [                                 ] 0/1\r (no-eol) (glob) (esc)<br>
   archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)<br>
   archiving (foo/bar) [================================>] 1/1\r (no-eol) (glob) (esc)<br>
                                                               \r (no-eol) (esc)<br>
+<br>
+(unzip date formating is unstable, we do not care about it and glob it out)<br>
+<br>
   $ unzip -l ../archive.zip<br>
   Archive:  ../archive.zip<br>
     Length      Date    Time    Name<br>
   ---------  ---------- -----   ----<br>
-        172  01-01-1980 00:00   .hg_archival.txt<br>
-         10  01-01-1980 00:00   .hgsub<br>
-         45  01-01-1980 00:00   .hgsubstate<br>
-          3  01-01-1980 00:00   x.txt<br>
-         10  01-01-1980 00:00   foo/.hgsub<br>
-         45  01-01-1980 00:00   foo/.hgsubstate<br>
-          9  01-01-1980 00:00   foo/y.txt<br>
-          9  01-01-1980 00:00   foo/bar/z.txt<br>
+        172  ?????????? 00:00   .hg_archival.txt (glob)<br>
+         10  ?????????? 00:00   .hgsub (glob)<br>
+         45  ?????????? 00:00   .hgsubstate (glob)<br>
+          3  ?????????? 00:00   x.txt (glob)<br>
+         10  ?????????? 00:00   foo/.hgsub (glob)<br>
+         45  ?????????? 00:00   foo/.hgsubstate (glob)<br>
+          9  ?????????? 00:00   foo/y.txt (glob)<br>
+          9  ?????????? 00:00   foo/bar/z.txt (glob)<br>
   ---------                     -------<br>
         303                     8 files<br>
<br>
 Test archiving a revision that references a subrepo that is not yet<br>
 cloned:<br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@selenic.com" target="_blank">Mercurial-devel@selenic.com</a><br>
<a href="http://selenic.com/mailman/listinfo/mercurial-devel" target="_blank">http://selenic.com/mailman/listinfo/mercurial-devel</a><br>
</blockquote></div>