Commit Graph

2 Commits

Author SHA1 Message Date
Matt Harbison
5c542a74e6 test-check-help: fix to work on Windows
The initial problem was `hg files` prints paths with '\', which gets removed
when piped (scanhelptopics.py failed to open 'hgext__init__.py').  Then, xargs
was invoking `hg help` with 'backout\r (esc)', which setting binary mode
prevents.
2017-03-19 14:42:45 -04:00
Yuya Nishihara
e2db88af41 help: test if "hg help TOPIC" reference is valid
It's quite easy to make a reference invalid by mistake.
2017-01-25 22:39:17 +09:00