comparison hgext/censor.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 56b2bcea2529
children 525d9b3f0a31
comparison
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``,