Wed, 14 Feb 2018 16:37:46 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr to convert str to bytes
|
Mon, 05 Feb 2018 18:04:40 +0100 |
Boris Feld |
revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
|
Tue, 06 Feb 2018 11:08:41 +0100 |
Boris Feld |
changelog: add the missing 'closed' property on 'appender' object
|
Mon, 05 Feb 2018 20:36:51 +0100 |
Boris Feld |
changelog: implement context manager method for 'appender' object
|
Thu, 04 May 2017 02:24:04 +0200 |
Boris Feld |
changelog: use 'tiprev()' in 'tip()'
|
Thu, 04 May 2017 02:23:21 +0200 |
Boris Feld |
changelog: introduce a 'tiprev' method
|
Fri, 08 Dec 2017 01:23:34 +0100 |
Joerg Sonnenberger |
transaction: build changes['revs'] as range instead of a set
|
Mon, 02 Oct 2017 11:03:53 +0100 |
Gregory Szorc |
changelog: use a Factory for default value for files
|
Sun, 01 Oct 2017 03:24:20 -0700 |
Siddharth Agarwal |
changelog: use attrs instead of namedtuple
|
Wed, 13 Sep 2017 17:26:26 +0000 |
Mark Thomas |
revlog: add option to mmap revlog index
|
Sun, 03 Sep 2017 14:37:25 +0900 |
Yuya Nishihara |
doctest: replace chr() with pycompat.bytechr()
|
Sun, 03 Sep 2017 14:35:37 +0900 |
Yuya Nishihara |
doctest: replace .iteritems() with .items()
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Wed, 30 Aug 2017 09:21:31 -0700 |
Martin von Zweigbergk |
revlog: move check for wdir from changelog to revlog
|
Fri, 25 Aug 2017 22:05:10 -0700 |
Martin von Zweigbergk |
changelog: abort on attempt to write wdir revision
|
Wed, 17 May 2017 19:52:18 -0700 |
Gregory Szorc |
revlog: rename constants (API)
|
Wed, 17 May 2017 20:14:27 -0700 |
Jun Wu |
changelog: make sure datafile is 00changelog.d (API)
|
Sat, 13 May 2017 16:26:43 -0700 |
Gregory Szorc |
changelog: load pending file directly
|
Tue, 02 May 2017 18:45:51 +0200 |
Pierre-Yves David |
transaction: track newly introduced revisions
|
Fri, 05 May 2017 01:26:13 +0530 |
Pulkit Goyal |
py3: slice over bytes to prevent getting ascii values
|
Sun, 26 Mar 2017 16:31:01 +0900 |
Yuya Nishihara |
py3: use bytes() to cast to immutable bytes in changelog.appender.write()
|
Fri, 17 Mar 2017 23:42:46 +0900 |
Yuya Nishihara |
util: wrap s.decode('string_escape') calls for future py3 compatibility
|
Thu, 15 Dec 2016 11:00:18 -0800 |
Durham Goode |
changelog: keep track of file end in appender (issue5444)
|
Fri, 14 Oct 2016 02:25:08 +0200 |
Pierre-Yves David |
revlog: make 'storedeltachains' a "public" attribute
|
Thu, 13 Oct 2016 12:50:27 +0200 |
Gregory Szorc |
changelog: disable delta chains
|
Thu, 22 Sep 2016 21:51:59 +0900 |
FUJIWARA Katsunori |
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
|
Thu, 22 Sep 2016 21:51:59 +0900 |
FUJIWARA Katsunori |
changelog: specify checkambig=True to avoid ambiguity around truncation
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
revlog: specify checkambig at writing to avoid file stat ambiguity
|
Thu, 04 Aug 2016 00:15:39 +0530 |
Pulkit Goyal |
py3: use unicode literals in changelog.py
|
Sun, 06 Mar 2016 15:40:20 -0800 |
Gregory Szorc |
changelog: avoid slicing raw data until needed
|