##// END OF EJS Templates
censor: mention that we check the heads in the help...
marmoute -
r52159:51056bed default
parent child Browse files
Show More
@@ -22,7 +22,9 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 "censor.policy=ignore" config option.
25 As having a censored version in a checkout is impractical. The current head
26 revisions of the repository are checked. If the revision to be censored is in
27 any of them the command will abort.
26
28
27 A few informative commands such as ``hg grep`` will unconditionally
29 A few informative commands such as ``hg grep`` will unconditionally
28 ignore censored data and merely report that it was encountered.
30 ignore censored data and merely report that it was encountered.
General Comments 0
You need to be logged in to leave comments. Login now