##// END OF EJS Templates
merge with stable
merge with stable

File last commit:

r15483:9ae766f2 default
r15693:54f2205d merge 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 1 first