[Updated] D12584: censor: demonstrate a bug

aalekseyev (Arseniy Alekseyev) phabricator at mercurial-scm.org
Mon May 9 16:16:00 UTC 2022


Closed by commit rHG72936be2a21b: censor: demonstrate a bug (authored by aalekseyev).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12584?vs=33357&id=33386

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12584/new/

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, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220509/00b16746/attachment-0002.html>


More information about the Mercurial-patches mailing list