mercurial/__init__.py
author Mike Edgar <adgar@google.com>
Sun, 15 Mar 2015 21:52:17 -0400
changeset 24347 1bcfecbbf569
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
censor: add censor command to hgext with basic client-side tests The censor command is a core extension which can replace the contents of a historical file revision with a censor "tombstone" which can be exchanged with older clients in place of the real revision data. The command rewrites the filelog by copying revision-by-revision. Care must be taken to expand the fulltext of the children of the censored revision before copying them to the new filelog; they might be stored as deltas against the uncensored revision, and those deltas will be invalidated. For more background on the censorship feature design, see: http://mercurial.selenic.com/wiki/CensorPlan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: