D6663: tests: glob over some timing numbers in test-shelve.t

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Sun Jul 21 10:34:39 EDT 2019


Closed by commit rHG944604118c0f: tests: glob over some timing numbers in test-shelve.t (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6663?vs=15980&id=15983

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6663/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6663

AFFECTED FILES
  tests/test-shelve.t

CHANGE DETAILS

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 @@
   $ 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



To: mharbison72, #hg-reviewers, martinvonz
Cc: mercurial-devel


More information about the Mercurial-devel mailing list