Mercurial > hg
changeset 42626:944604118c0f
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
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 20 Jul 2019 22:18:22 -0400 |
parents | 01a503aacc51 |
children | 55d8329ba509 |
files | tests/test-shelve.t |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-shelve.t Thu Jul 18 14:18:20 2019 -0400 +++ b/tests/test-shelve.t Sat Jul 20 22:18:22 2019 -0400 @@ -1178,7 +1178,7 @@ $ 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 @@ 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 @@ 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