Show More
@@ -19,6 +19,12 b" outside of hg's control." | |||
|
19 | 19 | $ hg commit -qAm _ |
|
20 | 20 | $ echo aa > a |
|
21 | 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 | 29 | $ hg debugdirstate --no-dates |
|
24 | 30 | n 644 3 (set |unset) a (re) |
General Comments 0
You need to be logged in to leave comments.
Login now