##// END OF EJS Templates
status: add support for log-like template keywords and functions...
status: add support for log-like template keywords and functions It's bound to ctx2 since "hg status" can be considered to show the status of the files at ctx2 given ctx1 as the base.

File last commit:

r36175:2405ca78 default
r38563:85e3aa21 @67 default
Show More
narrow-library.sh
8 lines | 119 B | application/x-sh | BashLexer
/ tests / narrow-library.sh
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 cat >> $HGRCPATH <<EOF
[extensions]
narrow=
[ui]
ssh=python "$TESTDIR/dummyssh"
[experimental]
changegroup3 = True
EOF