Wed, 13 Nov 2019 09:09:42 +0100 |
Denis Laxalde |
py3: pass a bytes value for "msg" to nouideprecwarn()
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 13:23:55 +0100 |
Pierre-Yves David |
revlog: deprecate direct `nodemap` access
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 13:23:51 +0100 |
Pierre-Yves David |
index: add a `get_rev` method (API)
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 13:23:51 +0100 |
Pierre-Yves David |
index: add a `rev` method (API)
|
file |
diff |
annotate
|
Sun, 03 Nov 2019 00:01:09 +0100 |
Pierre-Yves David |
index: add a `has_node` method (API)
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 05:54:22 +0100 |
Pierre-Yves David |
revlog: deal with nodemap deletion within the index
|
file |
diff |
annotate
|
Sun, 03 Nov 2019 00:15:12 +0100 |
Pierre-Yves David |
revlog: move nodemap update within the index code
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 14:13:19 +0100 |
Pierre-Yves David |
revlog: move the nodemap into the index object (for pure)
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sun, 19 Aug 2018 22:30:32 -0700 |
Martin von Zweigbergk |
index: rename _fix_index() since it no longer fixes the index
|
file |
diff |
annotate
|
Sat, 18 Aug 2018 00:01:31 -0700 |
Martin von Zweigbergk |
index: don't include nullid in boundary check in pure code
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 13:13:16 -0400 |
Augie Fackler |
parsers: adjust pure-python version to mimic a3dacabd476b
|
file |
diff |
annotate
|
Fri, 20 Jul 2018 08:10:32 -0700 |
Martin von Zweigbergk |
index: don't include nullid in len()
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 10:57:14 -0700 |
Martin von Zweigbergk |
index: replace insert(-1, e) method by append(e) method
|
file |
diff |
annotate
|
Fri, 20 Jul 2018 10:02:05 -0700 |
Martin von Zweigbergk |
index: drop support for negative indexes into the index
|
file |
diff |
annotate
|
Fri, 20 Jul 2018 09:53:54 -0700 |
Martin von Zweigbergk |
index: handle index[-1] as nullid more explicitly
|
file |
diff |
annotate
|
Wed, 14 Mar 2018 11:52:35 -0700 |
Gregory Szorc |
util: prefer "bytesio" to "stringio"
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 15:49:43 +0000 |
Alex Gaynor |
style: always use `x is not None` instead of `not x is None`
|
file |
diff |
annotate
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 21:40:28 -0700 |
Martin von Zweigbergk |
pure: use int instead of long
|
file |
diff |
annotate
|
Wed, 08 Mar 2017 00:45:19 +0530 |
Pulkit Goyal |
parsers: alias long to int on Python 3
|
file |
diff |
annotate
|
Sun, 24 Apr 2016 14:21:38 +0300 |
Maciej Fijalkowski |
pure: write a really lazy version of pure indexObject
|
file |
diff |
annotate
|
Sun, 10 Apr 2016 20:55:37 +0000 |
timeless |
pycompat: switch to util.stringio for py3 compat
|
file |
diff |
annotate
|
Sat, 12 Dec 2015 13:39:29 -0500 |
Gregory Szorc |
parsers: use absolute_import
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 13:59:36 -0700 |
Drew Gottlieb |
parsers: remove unused dependency on util
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 17:00:42 -0600 |
Matt Mackall |
manifest: move pure parsing code out of pure
|
file |
diff |
annotate
|
Tue, 27 May 2014 14:27:41 -0700 |
Siddharth Agarwal |
parsers: inline fields of dirstate values in C version
|
file |
diff |
annotate
|
Sat, 17 Aug 2013 20:48:49 -0700 |
Siddharth Agarwal |
pack_dirstate: only invalidate mtime for files written in the last second
|
file |
diff |
annotate
|