[Request] [++ ] D12584: censor: demonstrate a bug
aalekseyev (Arseniy Alekseyev)
phabricator at mercurial-scm.org
Fri Apr 22 13:41:08 UTC 2022
aalekseyev created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D12584
AFFECTED FILES
tests/test-censor2.t
CHANGE DETAILS
diff --git a/tests/test-censor2.t b/tests/test-censor2.t
new file mode 100644
--- /dev/null
+++ b/tests/test-censor2.t
@@ -0,0 +1,23 @@
+ $ cat >> $HGRCPATH <<EOF
+ > [censor]
+ > policy=ignore
+ > EOF
+
+ $ mkdir r
+ $ cd r
+ $ hg init
+ $ echo secret > target
+ $ hg commit -Am "secret"
+ adding target
+ $ touch bystander
+ $ hg commit -Am "innocent"
+ adding bystander
+ $ echo erased-secret > target
+ $ hg commit -m "erased secret"
+ $ hg censor target --config extensions.censor= -r .^^
+ $ hg update .^
+ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ $ cat target
+ $ hg update tip
+ abort: file censored data/target:b1c12cf98dc8 (known-bad-output !)
+ [255]
To: aalekseyev, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220422/1e68879b/attachment-0001.html>
More information about the Mercurial-patches
mailing list