Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
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, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Wed, 17 Jan 2018 13:02:42 +0100 |
Boris Feld |
win32text: use 'tiprev' when appropriate
|
Fri, 30 Jun 2017 03:45:56 +0200 |
Boris Feld |
configitems: register the 'win32text.warn' config
|
Wed, 08 Mar 2017 16:52:57 -0800 |
Pierre-Yves David |
win32text: directly use repo.vfs.join
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Wed, 30 Sep 2015 15:31:07 -0500 |
Matt Mackall |
urls: bulk-change BTS urls to new location
|
Thu, 25 Jun 2015 17:42:45 -0500 |
Matt Mackall |
win32text: mark deprecated extension option deprecated
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Sat, 01 Mar 2014 19:51:22 -0600 |
Matt Mackall |
extensions: mark win32text deprecated
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
win32text: lowercase warning message
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Mon, 25 Oct 2010 11:29:32 -0500 |
Steve Borho |
win32text: give deprecation warning
stable
|
Wed, 02 Jun 2010 14:54:25 +0200 |
Martin Geisler |
win32text: mark this extension as deprecated
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 23 Dec 2009 20:31:35 +0100 |
Martin Geisler |
win32text: do not mention hgext in warning
stable
|
Tue, 22 Dec 2009 00:50:03 +0100 |
Martin Geisler |
hgext: enable extensions without "hgext." prefix in help texts
stable
|
Thu, 23 Jul 2009 00:26:26 +0200 |
Martin Geisler |
win32text: use reST syntax for literal blocks
|
Wed, 24 Jun 2009 15:32:37 +0200 |
Dirkjan Ochtman |
change wiki/bts URLs to point to new hostname
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sun, 21 Jun 2009 16:45:47 +0200 |
Dirkjan Ochtman |
help: add/fix docstrings for a bunch of extensions
|
Sun, 26 Apr 2009 01:49:12 +0200 |
Martin Geisler |
win32text: add copyright header
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Fri, 24 Apr 2009 00:06:01 -0700 |
Bryan O'Sullivan |
win32text: be more careful about rejecting violating changesets
|