log hgext/censor.py @ 51700:7f0cb9ee0534

age author description
Fri, 01 Dec 2023 22:56:08 +0100 Pierre-Yves David censor: accept multiple revision in a single call
Fri, 01 Dec 2023 22:46:46 +0100 Pierre-Yves David censor: be more verbose about the other steps too
Fri, 01 Dec 2023 22:44:33 +0100 Pierre-Yves David censor: add a command flag to skip the head checks
Fri, 01 Dec 2023 22:33:35 +0100 Pierre-Yves David censor: inform the user that we are spending time checking heads
Fri, 01 Dec 2023 22:25:52 +0100 Pierre-Yves David censor: mention that we check the heads in the help
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 28 Sep 2021 15:11:22 -0700 Martin von Zweigbergk errors: raise InputError from revsingle() iff revset provided by the user
Tue, 22 Oct 2019 10:01:48 -0400 Jordi GutiƩrrez Hermoso censor: document that some commands simply ignore censored data
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Tue, 18 Sep 2018 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Sat, 15 Sep 2018 10:35:00 +0900 Yuya Nishihara censor: rename loop variable to silence pyflakes warning
Thu, 13 Sep 2018 16:22:53 -0400 Valentin Gatien-Baron censor: use a reasonable amount of memory
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()