##// END OF EJS Templates
cmdutil: don't use repr on paths in pathauditor - it looks strange on windows
cmdutil: don't use repr on paths in pathauditor - it looks strange on windows

File last commit:

r15423:ea5b3460 default
r15436:18f1bb70 default
Show More
test-phases.t
10 lines | 178 B | text/troff | Tads3Lexer
$ alias hglog='hg log --template "{rev} {phase} {desc}\n"'
$ hg init initialrepo
$ cd initialrepo
$ touch sam
$ hg add sam
$ hg ci -m 'first'
$ hglog
0 0 first