##// END OF EJS Templates
cat: don't prefetch files unless the output requires it...
cat: don't prefetch files unless the output requires it It's a waste to cache lfs blobs when cat'ing the raw data at best, but a hassle debugging when the blob is missing. I'm not sure if there are other commands that have '{data}' for output, and if there's a general way to prefetch on that keyword. It's interesting that the verbose output seems to leak into the JSON output, but that seems like an existing bug.

File last commit:

r40918:bcf70058 default
r42678:561cd02c default
Show More
narrow-library.sh
8 lines | 122 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]
Pulkit Goyal
tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh...
r40918 ssh=python "$RUNTESTDIR/dummyssh"
Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5...
r36096 [experimental]
changegroup3 = True
EOF