##// END OF EJS Templates
censor: fix incorrect configuration name for ignoring error at censored file...
FUJIWARA Katsunori -
r24890:cba84b06 stable
parent child Browse files
Show More
@@ -22,8 +22,7 b' data needs to be materialized. Some comm'
22 simply fail when asked to produce censored data. Others, like ``hg verify`` and
22 simply fail when asked to produce censored data. Others, like ``hg verify`` and
23 ``hg update``, must be capable of tolerating censored data to continue to
23 ``hg update``, must be capable of tolerating censored data to continue to
24 function in a meaningful way. Such commands only tolerate censored file
24 function in a meaningful way. Such commands only tolerate censored file
25 revisions if they are allowed by the policy specified by the "censor.allow"
25 revisions if they are allowed by the "censor.policy=ignore" config option.
26 config option.
27 """
26 """
28
27
29 from mercurial.node import short
28 from mercurial.node import short
General Comments 0
You need to be logged in to leave comments. Login now