hgext/censor.py
changeset 26781 1aee2ab0f902
parent 26587 56b2bcea2529
child 27290 525d9b3f0a31
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
    11 remain valid while preventing future clones/pulls from receiving the erased
    11 remain valid while preventing future clones/pulls from receiving the erased
    12 data.
    12 data.
    13 
    13 
    14 Typical uses for censor are due to security or legal requirements, including::
    14 Typical uses for censor are due to security or legal requirements, including::
    15 
    15 
    16  * Passwords, private keys, crytographic material
    16  * Passwords, private keys, cryptographic material
    17  * Licensed data/code/libraries for which the license has expired
    17  * Licensed data/code/libraries for which the license has expired
    18  * Personally Identifiable Information or other private data
    18  * Personally Identifiable Information or other private data
    19 
    19 
    20 Censored nodes can interrupt mercurial's typical operation whenever the excised
    20 Censored nodes can interrupt mercurial's typical operation whenever the excised
    21 data needs to be materialized. Some commands, like ``hg cat``/``hg revert``,
    21 data needs to be materialized. Some commands, like ``hg cat``/``hg revert``,