##// END OF EJS Templates
change default strftime format for better portability...
change default strftime format for better portability On some systems, such as Solaris and HP-UX, "%c" format give output without the leading zero on the single-digit month-day.

File last commit:

r1933:7544700f default
r1953:379ab45b default
Show More
test-basic
12 lines | 127 B | text/plain | TextLexer
#!/bin/sh
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest
hg cat a
hg verify