Commit Graph

8 Commits

Author SHA1 Message Date
Pulkit Goyal
8ceac3e1b6 py3: make doc/docchecker use print_function 2016-05-13 02:41:35 +05:30
Pulkit Goyal
5e47f5d746 py3: make doc/docchecker use absolute_import 2016-05-13 02:40:39 +05:30
timeless
6f6caafe41 docchecker: try to reject single quotes 2016-01-12 09:30:57 +00:00
timeless
052bc178fc docchecker: report context line at most once 2016-03-03 03:32:44 +00:00
FUJIWARA Katsunori
357c04e06b docchecker: use indentation of 4 spaces
This is fixing for 'must indent 4 spaces' check-code rule.

check-code has overlooked this, because a file isn't recognized as one
to be checked (this problem is fixed by subsequent patch).
2016-02-10 22:44:29 +09:00
FUJIWARA Katsunori
c26e9ad792 docchecker: remove naked except clause
This is fixing for 'naked except clause' check-code rule.

check-code has overlooked this, because a file isn't recognized as one
to be checked (this problem is fixed by subsequent patch).
2016-02-10 22:44:29 +09:00
timeless
81962ef57d docchecker: scan for missing space before :hg: 2016-01-06 20:05:18 +00:00
timeless
70bec9473a docchecker: introduce a way to check for poor markup
Specifically, :hg:`foo 'bar baz'` when rendered by `hg help`
results in:

  'hg foo 'bar baz''

... which is hard to read.

We encourage :hg:`foo "bar baz"` instead.
2016-01-06 19:47:14 +00:00