##// END OF EJS Templates
debugobsolete: also issue the "new obsmarkers" messsage...
debugobsolete: also issue the "new obsmarkers" messsage We are going to improve the way this message is issued in the core codebase. This will make it appears for `hg debugobsolete` too. Since this seems like a good idea, we make the output change in a previous changesets to clarify the next changeset.

File last commit:

r41041:69c99898 default
r43163:34a46d48 default
Show More
check-gendoc
11 lines | 343 B | text/plain | TextLexer
timeless
tests: splitting test-gendoc.t into per file tests...
r28809 #!/bin/sh
HGENCODING=UTF-8
export HGENCODING
echo ".. -*- coding: utf-8 -*-" > gendoc.txt
echo "" >> gendoc.txt
Matt Harbison
py3: replace hard coded `python` with $PYTHON in check-gendoc
r41041 LANGUAGE=$1 "$PYTHON" "$TESTDIR/../doc/gendoc.py" >> gendoc.txt 2> /dev/null || exit
timeless
tests: splitting test-gendoc.t into per file tests...
r28809
echo "checking for parse errors"
Matt Harbison
py3: replace hard coded `python` with $PYTHON in check-gendoc
r41041 "$PYTHON" "$TESTDIR/../doc/docchecker" gendoc.txt
"$PYTHON" "$TESTDIR/../doc/runrst" html gendoc.txt /dev/null