Show More
@@ -354,8 +354,9 b' configured as GMT.' | |||||
354 | $ hg -R repo add repo/a |
|
354 | $ hg -R repo add repo/a | |
355 | $ hg -R repo commit -m '#0' -d '456789012 21600' |
|
355 | $ hg -R repo commit -m '#0' -d '456789012 21600' | |
356 | $ cat > show_mtime.py <<EOF |
|
356 | $ cat > show_mtime.py <<EOF | |
357 | > from __future__ import print_function |
|
357 | > from __future__ import absolute_import, print_function | |
358 |
> import |
|
358 | > import os | |
|
359 | > import sys | |||
359 | > print(int(os.stat(sys.argv[1]).st_mtime)) |
|
360 | > print(int(os.stat(sys.argv[1]).st_mtime)) | |
360 | > EOF |
|
361 | > EOF | |
361 |
|
362 |
General Comments 0
You need to be logged in to leave comments.
Login now