tests/test-topic.t
branchmercurial-4.2
changeset 2798 2280461343e5
parent 2747 9fd6c8efda5b
child 2800 13c4d518327a
child 3001 67b59d1657cf
--- a/tests/test-topic.t	Tue Jul 25 05:52:14 2017 +0200
+++ b/tests/test-topic.t	Tue Jul 25 03:41:15 2017 +0200
@@ -826,7 +826,7 @@
   t0^ Add file delta (base)
 
   $ hg topics --age
-   * changewut (1970-01-01)
+   * changewut (*) (glob)
 
   $ cd ..
 
@@ -869,10 +869,10 @@
   changed topic on 1 changes
   $ hg add b
   $ hg topic topic1990
-  $ hg ci -m "Added b" --config devel.default-date="631152000 0"
+  $ hg ci -m "Added b" --config devel.default-date="631152000 0" --date "631152000 0"
   $ hg add c
   $ hg topic topic2010
-  $ hg ci -m "Added c" --config devel.default-date="1262304000 0"
+  $ hg ci -m "Added c" --config devel.default-date="1262304000 0" --date "1262304000 0"
   $ hg log
   changeset:   3:9048b194797d
   tag:         tip
@@ -899,15 +899,15 @@
      topic1990
    * topic2010
   $ hg topics --age
+     topic1970 (*) (glob)
    * topic2010 (2010-01-01)
      topic1990 (1990-01-01)
-     topic1970 (1970-01-01)
   $ hg up topic1970
   switching to topic topic1970
   0 files updated, 0 files merged, 2 files removed, 0 files unresolved
   $ hg topics --age
+   * topic1970 (*) (glob)
      topic2010 (2010-01-01)
      topic1990 (1990-01-01)
-   * topic1970 (1970-01-01)
 
   $ cd ..