[PATCH] run-tests: automatically add (glob) to "saved backup bundle to" lines

Matt Mackall mpm at selenic.com
Fri Jan 2 15:44:26 CST 2015


On Fri, 2015-01-02 at 03:25 +0100, Mads Kiilerich wrote:
> # HG changeset patch
> # User Mads Kiilerich <madski at unity3d.com>
> # Date 1417050270 -3600
> #      Thu Nov 27 02:04:30 2014 +0100
> # Node ID cad71687625a2776ee098ed399c2ed2ae774d130
> # Parent  9a02f75179390b109da0b9e2af6a7506c087f762
> run-tests: automatically add (glob) to "saved backup bundle to" lines
> 
> Avoid spending too much time adding (glob) after running run-tests -i. This
> doesn't handle all cases but it helps.

This breaks a bunch of tests here, with or without my simplification:

@@ -207,7 +207,7 @@
 
   $ hg strip . --config extensions.strip=
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
-  saved backup bundle to $TESTTMP/a/.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/a/.hg/strip-backup/ad531e1a2556-backup.hg (glob)
 
 Graft again:
 

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list