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
|
Sat, 04 Apr 2009 23:19:52 +0200 |
Martin Geisler |
win32text: word-wrap help texts at 70 characters
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 10 Apr 2008 14:08:38 +0200 |
Dirkjan Ochtman |
win32text: actually import util so util.binary() can be used
|
Wed, 09 Apr 2008 15:49:20 -0700 |
Bryan O'Sullivan |
Get rid of reimplementations of util.binary
|
Sat, 05 Apr 2008 19:33:34 +0200 |
Patrick Mezard |
Merge with macencode branch
|
Sat, 05 Apr 2008 19:06:16 +0200 |
Patrick Mezard |
win32text: rename forbidcrlforcr() function
|
Thu, 03 Apr 2008 20:41:31 +0900 |
OHASHI Hideya |
win32text: Add macencode/macdecode
|
Fri, 04 Apr 2008 23:09:54 +0200 |
Patrick Mezard |
Backed out changeset 7f4257b5cbfc
|
Thu, 13 Mar 2008 10:42:46 +0100 |
Christian Ebert |
win32text: use util.binary to detect \0
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 21 Dec 2007 23:21:17 -0500 |
Jesse Glick |
Provide better context for custom Python encode/decode filters.
|
Mon, 28 Jan 2008 21:39:47 +0100 |
Patrick Mezard |
Register data filters in a localrepo instead of util
|
Wed, 19 Dec 2007 17:02:31 -0500 |
Jesse Glick |
Issue 882: add standard hook to reject text files with CRLF.
|
Mon, 09 Jul 2007 10:59:49 -0700 |
Lee Cantey |
Correct inadvertent line ending change.
|
Mon, 09 Jul 2007 10:46:41 -0700 |
Lee Cantey |
Fix for win32text corrupting files that have CRLF line endings. (issue302)
|
Wed, 21 Sep 2005 15:17:24 -0700 |
Bryan O'Sullivan |
Rename mercurial.ext to hgext.
base
mercurial/ext/win32text.py@d80aa1bbf058
|