Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 20:17:41 -0700 |
Martin von Zweigbergk |
py3: delete b'' prefix from safehasattr arguments
|
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
|
Mon, 04 Feb 2019 08:54:30 -0800 |
Gregory Szorc |
global: use raw strings for regular expressions with escapes
|
Mon, 27 Aug 2018 16:03:00 -0400 |
Valentin Gatien-Baron |
commitextras: no need to special case extras=[]
|
Mon, 27 Aug 2018 16:01:55 -0400 |
Valentin Gatien-Baron |
commitextras: work nicely with other extensions
|
Sun, 25 Feb 2018 22:28:52 -0500 |
Augie Fackler |
commitextras: fix on Python 3 by using sysstrs for __dict__ ops
|
Mon, 23 Oct 2017 00:01:45 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/commitextras.py
|
Sun, 30 Jul 2017 12:19:46 +0530 |
Pulkit Goyal |
commitextras: make sure keys are not empty
stable
|
Fri, 28 Jul 2017 07:42:55 +0530 |
Pulkit Goyal |
commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only
stable
|
Tue, 18 Jul 2017 00:10:44 +0530 |
Pulkit Goyal |
commitextras: mark the extension as ADVANCED
|
Wed, 12 Jul 2017 16:10:10 +0530 |
Pulkit Goyal |
commitextras: check the format of the arguments and no internal key is used
|
Wed, 12 Jul 2017 00:23:45 +0530 |
Pulkit Goyal |
commitextras: move fb extension to core which add extras to a commit
|