##// END OF EJS Templates
censor: document that some commands simply ignore censored data...
Jordi Gutiérrez Hermoso -
r43623:bec73401 default
parent child Browse files
Show More
@@ -23,6 +23,9 b' simply fail when asked to produce censor'
23 23 ``hg update``, must be capable of tolerating censored data to continue to
24 24 function in a meaningful way. Such commands only tolerate censored file
25 25 revisions if they are allowed by the "censor.policy=ignore" config option.
26
27 A few informative commands such as ``hg grep`` will unconditionally
28 ignore censored data and merely report that it was encountered.
26 29 """
27 30
28 31 from __future__ import absolute_import
General Comments 0
You need to be logged in to leave comments. Login now