##// END OF EJS Templates
tests: make sure no ambiguities remains after the commit...
marmoute -
r49197:a4a5d123 default
parent child Browse files
Show More
@@ -19,6 +19,12 b" outside of hg's control."
19 $ hg commit -qAm _
19 $ hg commit -qAm _
20 $ echo aa > a
20 $ echo aa > a
21 $ hg commit -m _
21 $ hg commit -m _
22 # this sleep is there to ensure current time has -at-least- one second away
23 # from the current time. It ensure the mtime is not ambiguous. If the test
24 # "sleep" longer this will be fine.
25 # It is not used to synchronise parallele operation so it is "fine" to use it.
26 $ sleep 1
27 $ hg status
22
28
23 $ hg debugdirstate --no-dates
29 $ hg debugdirstate --no-dates
24 n 644 3 (set |unset) a (re)
30 n 644 3 (set |unset) a (re)
General Comments 0
You need to be logged in to leave comments. Login now