hgext/acl.py
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
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
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Tue, 04 Sep 2018 17:19:30 +0300 Pulkit Goyal py3: handle keyword arguments correctly in hgext/acl.py
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Fri, 15 Jun 2018 14:07:13 -0400 Sandu Turcan acl: add bookmarks support
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Sun, 25 Feb 2018 11:13:01 +0900 Yuya Nishihara acl: replace bare getpass.getuser() by platform function
Fri, 23 Feb 2018 18:04:33 +0530 Pulkit Goyal py3: pass ctx.rev() instead of ctx in range()
Fri, 23 Feb 2018 17:15:36 +0530 Pulkit Goyal py3: fix keyword arguments handling in hgext/acl.py
Fri, 23 Feb 2018 17:14:25 +0530 Pulkit Goyal py3: use pycompat.bytestr to convert str returned by getpass.getuser to bytes
Sat, 14 Oct 2017 01:16:03 +0200 Boris Feld acl: make sure the extensions is enabled when the acl-hooks run
Sat, 14 Oct 2017 01:15:01 +0200 Boris Feld configitems: register acl config section
Sun, 02 Jul 2017 23:10:33 +0200 Pierre-Yves David configitem: create a new list of each 'acl.sources' access
Sat, 01 Jul 2017 20:58:34 +0200 Pierre-Yves David acl: use configlist to retrieve the source config
Fri, 30 Jun 2017 03:27:07 +0200 Pierre-Yves David configitems: register the 'acl.sources' config
Fri, 30 Jun 2017 03:26:57 +0200 Pierre-Yves David configitems: register the 'acl.config' config
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Tue, 09 Feb 2016 17:29:39 -0800 Gregory Szorc acl: use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Thu, 25 Jun 2015 17:36:46 -0500 Matt Mackall acl: mark deprecated config option
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: don't/do not
Wed, 25 Jul 2012 16:40:38 +0900 FUJIWARA Katsunori doc: unify section level between help topics stable
Wed, 30 May 2012 21:47:51 -0300 Elifarley Callado Coelho Cruz acl: user docs for the "!" prefix in user or group names
Mon, 28 May 2012 19:45:15 -0300 Elifarley Callado Coelho Cruz acl: use of "!" prefix in user or group names
Fri, 18 May 2012 13:50:02 -0300 Elifarley Callado Coelho Cruz acl: 'util.never' can be used instead of a more complex expression
Fri, 18 May 2012 13:47:44 -0300 Elifarley Callado Coelho Cruz acl: perform some computations earlier, so that returned lambda functions are simpler
Fri, 18 May 2012 12:48:24 -0300 Elifarley Callado Coelho Cruz acl: added some comments to easily identify branch- and path-based verifications
Fri, 18 May 2012 12:40:04 -0300 Elifarley Callado Coelho Cruz acl: 'util.never' used
Fri, 18 May 2012 12:37:23 -0300 Elifarley Callado Coelho Cruz acl: cleanup
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Mon, 23 Apr 2012 00:29:04 +0900 FUJIWARA Katsunori doc: fix explanation comment in acl extension stable
Thu, 06 Oct 2011 19:45:26 -0300 Elifarley Callado Coelho Cruz acl: more descriptive error messages
Tue, 19 Oct 2010 13:39:34 +0200 Erik Zielke help: different section separators
Sun, 20 Jun 2010 19:48:28 +0200 Martin Geisler acl: delete trailing whitespace in docstring
Mon, 10 May 2010 21:44:00 +0200 Patrick Mezard acl: improve undefined group error handling
Mon, 10 May 2010 21:09:48 +0200 Patrick Mezard acl: grp module is not available on windows
Sun, 09 May 2010 20:12:45 +0200 Patrick Mezard acl: clarify acl.sources, fix typo
Thu, 06 May 2010 15:14:40 -0300 Elifarley Callado Coelho Cruz acl: update docstring to describe section [acl.groups]
Thu, 06 May 2010 14:23:14 -0300 Elifarley Callado Coelho Cruz acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Wed, 05 May 2010 09:25:09 +0200 Martin Geisler acl: more consistent docstring
Wed, 05 May 2010 09:18:05 +0200 Martin Geisler acl: fix reST syntax
Tue, 04 May 2010 08:37:20 -0300 Elifarley Callado Coelho Cruz acl: add support for branch-based access control
Sat, 01 May 2010 14:32:50 +0200 Martin Geisler acl: cleanup module docstring
Sat, 01 May 2010 14:20:17 +0200 Martin Geisler acl: fix ReST syntax in docstring
Tue, 27 Apr 2010 19:02:11 -0300 Elifarley Callado Coelho Cruz acl: updated doc string to reflect recent changes
Mon, 26 Apr 2010 10:55:57 -0300 Elifarley Callado Coelho Cruz acl: add support for OS-level groups using @group syntax
Tue, 06 Apr 2010 22:15:43 -0300 Elifarley Callado Coelho Cruz Added support for 'pretxncommit', so that one can call the ACL hook at
Mon, 29 Mar 2010 09:15:08 -0300 Elifarley Callado Coelho Cruz Added support for 'everybody ' (using an asterisk) in user list. stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 22 Dec 2009 00:50:03 +0100 Martin Geisler hgext: enable extensions without "hgext." prefix in help texts stable
less more (0) -60 tip