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
|