log mercurial/changelog.py @ 32164:29e286fa4db0

age author description
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
Sun, 06 Mar 2016 13:13:54 -0800 Gregory Szorc changelog: parse description last
Sun, 06 Mar 2016 14:31:06 -0800 Gregory Szorc changelog: lazily parse files
Sun, 06 Mar 2016 14:30:25 -0800 Gregory Szorc changelog: lazily parse date/extra field
Sun, 06 Mar 2016 14:29:46 -0800 Gregory Szorc changelog: lazily parse user
Sun, 06 Mar 2016 14:29:13 -0800 Gregory Szorc changelog: lazily parse manifest node
Sun, 06 Mar 2016 14:28:46 -0800 Gregory Szorc changelog: lazily parse description
Sun, 06 Mar 2016 14:28:02 -0800 Gregory Szorc changelog: add class to represent parsed changelog revisions
Wed, 02 Mar 2016 16:05:30 -0600 Matt Mackall changelog: backed out changeset 86de91c56355
Wed, 02 Mar 2016 12:46:54 -0600 Matt Mackall changelog: backed out changeset 1778770e1982
Sat, 27 Feb 2016 22:34:18 -0800 Gregory Szorc changelog: lazy decode user (API)
Sat, 27 Feb 2016 22:25:14 -0800 Gregory Szorc changelog: lazy decode description (API)
Sat, 27 Feb 2016 22:25:47 -0800 Gregory Szorc changelog: remove redundant parentheses
Fri, 18 Dec 2015 13:45:55 -0800 Laurent Charignon changelog: add a new method to get files modified by a changeset
Fri, 28 Aug 2015 11:14:24 +0900 Yuya Nishihara reachableroots: construct and sort baseset in revset module
Thu, 20 Aug 2015 17:23:21 -0700 Pierre-Yves David reachableroots: use baseset lazy sorting
Fri, 14 Aug 2015 15:43:29 +0900 Yuya Nishihara reachableroots: use internal "revstates" array to test if rev is a root
Tue, 11 Aug 2015 15:06:02 -0400 Augie Fackler changelog: trust C implementation of reachableroots more
Thu, 06 Aug 2015 22:10:31 -0700 Laurent Charignon changelog: add way to call the reachableroots C implementation
Sat, 08 Aug 2015 00:26:49 -0700 Gregory Szorc changelog: use absolute_import