# HG changeset patch # User Matt Harbison # Date 2019-07-21 02:18:22 # Node ID 944604118c0f6aaa2c56b48d334b6e1e028eaf5b # Parent 01a503aacc5130e38d891e24555d539224a3af10 tests: glob over some timing numbers in test-shelve.t The Windows bot is slow enough that it was 2s in the first hunk. Differential Revision: https://phab.mercurial-scm.org/D6663 diff --git a/tests/test-shelve.t b/tests/test-shelve.t --- a/tests/test-shelve.t +++ b/tests/test-shelve.t @@ -1178,7 +1178,7 @@ Abort unshelve while merging (issue5123) $ hg add e $ hg ci -m e $ hg shelve --patch - default (1s ago) changes to: b + default (*s ago) changes to: b (glob) diff --git a/c b/c new file mode 100644 @@ -1226,7 +1226,7 @@ Abort unshelve while merging (issue5123) e -- shelve should not contain `c` now $ hg shelve --patch - default (1s ago) changes to: b + default (*s ago) changes to: b (glob) diff --git a/d b/d new file mode 100644 @@ -1300,7 +1300,7 @@ Abort unshelve while merging (issue5123) A B $ hg shelve --patch - default (1s ago) changes to: add B to foo + default (*s ago) changes to: add B to foo (glob) diff --git a/foo b/foo --- a/foo