mercurial/changelog.py
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
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
Fri, 17 Jul 2015 15:53:56 +0200 Pierre-Yves David changelog: update read pending documentation
Sun, 28 Sep 2014 20:18:43 -0700 Pierre-Yves David changelog: document the 'readpending' method
Sun, 10 May 2015 11:39:01 -0500 Yuya Nishihara changelog: drop unnecessary override of "hasnode"
Mon, 20 Apr 2015 17:16:22 +0200 Pierre-Yves David changelog: fix readpending if no pending data exist (issue4609) stable
Sat, 04 Apr 2015 22:30:59 +0900 Yuya Nishihara changelog: inline revlog.__contains__ in case it is used in hot loop
Wed, 04 Feb 2015 21:25:57 +0900 Yuya Nishihara revlog: add __contains__ for fast membership test
Sat, 08 Nov 2014 17:08:09 +0000 Pierre-Yves David changelog: register changelog.i.a as a temporary file
Sat, 08 Nov 2014 16:31:38 +0000 Pierre-Yves David transaction: pass the transaction to 'finalize' callback
Sat, 08 Nov 2014 16:27:50 +0000 Pierre-Yves David transaction: pass the transaction to 'pending' callback
Sat, 18 Oct 2014 01:09:41 -0700 Pierre-Yves David changelog: rely on transaction for finalization
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Sat, 18 Oct 2014 01:12:18 -0700 Pierre-Yves David changelog: rework the delayupdate mechanism
Sun, 26 Oct 2014 12:14:12 +0100 Mads Kiilerich changelog: use headrevsfiltered stable
Thu, 16 Oct 2014 02:05:06 -0700 Pierre-Yves David repoview: add a FilteredLookupError class
Wed, 15 Oct 2014 17:02:44 -0700 Pierre-Yves David repoview: add a FilteredIndexError class
Tue, 16 Sep 2014 16:03:21 -0700 Durham Goode obsolete: use C code for headrevs calculation
Tue, 20 May 2014 13:55:08 -0700 Pierre-Yves David changelog: ensure changelog._delaybuf is initialized stable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.fstat()" instead of "util.fstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.rename()" instead of "util.rename()"
Sat, 09 Feb 2013 06:07:32 -0600 Augie Fackler changelog: hexlify node when throwing a LookupError on a filtered node
Tue, 15 Jan 2013 18:42:04 +0100 Mads Kiilerich tests: fix doctest stability over Python versions
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich tests: stabilize doctest output
Sat, 12 Jan 2013 16:04:29 +0100 Mads Kiilerich changelog: please check-code and remove tabs
Thu, 10 Jan 2013 00:41:40 +0100 Pierre-Yves David changelog: add a `branch` method, bypassing changectx
Wed, 02 Jan 2013 01:40:06 +0100 Pierre-Yves David clfilter: use empty frozenset intead of empty tuple
Fri, 16 Nov 2012 15:39:12 -0800 Durham Goode commit: increase perf by avoiding unnecessary filteredrevs check stable
Thu, 18 Oct 2012 22:04:49 +0200 Pierre-Yves David changelog: extract description cleaning logic in a dedicated function
Thu, 20 Sep 2012 19:02:47 +0200 Pierre-Yves David clfilter: introduce `filteredrevs` attribute on changelog
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Fri, 11 May 2012 01:55:33 -0700 Bryan O'Sullivan changelog: ensure that nodecache is valid (issue3428) stable
Sun, 18 Mar 2012 18:19:16 -0500 Matt Mackall changelog: micro-optimizations to changelog.read()
Fri, 16 Dec 2011 18:23:15 -0600 Matt Mackall changelog: handle decoding of NULs in extra more carefully (issue3156) stable
Thu, 16 Jun 2011 01:57:53 +0200 Pierre-Yves David hidden: Add a hiddenrevs attributes to changelog.
Thu, 19 May 2011 18:10:03 +0200 Martin Geisler merge with stable
Thu, 19 May 2011 18:09:25 +0200 Martin Geisler changelog: convert user and desc from local encoding early stable
Mon, 16 May 2011 13:06:48 +0200 Sune Foldager changelog: don't use generaldelta
Thu, 05 May 2011 11:33:02 -0400 Zachary Gramana changelog: fixes leaked file handle
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Thu, 11 Feb 2010 17:44:01 -0600 Matt Mackall Merge with stable
Thu, 11 Feb 2010 12:02:48 -0200 Wagner Bruna branch: avoid using reserved tag names stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 31 Oct 2009 16:49:27 +0100 Benoit Boissinot changelog: do not use a mutable default value
Sat, 18 Jul 2009 12:34:38 -0500 Matt Mackall changelog: move delayopener outside of class to eliminate reference cycle
Sat, 18 Jul 2009 11:26:35 -0500 Matt Mackall changelog: swap opener to switch delay modes
Sat, 18 Jul 2009 11:25:55 -0500 Matt Mackall changelog: factor out _delayname
Sat, 18 Jul 2009 11:25:54 -0500 Matt Mackall changelog: _delaycount -> _divert
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Wed, 27 May 2009 14:44:55 -0500 Matt Mackall changelog: make delayopener less intrusive
Mon, 18 May 2009 17:36:24 -0500 Matt Mackall commit: move description trimming into changelog
Fri, 15 May 2009 01:21:24 +0200 Martin Geisler changelog: turn {de,en}code_extra methods into functions
Sat, 16 May 2009 11:16:23 +0200 Martin Geisler merge with crew-stable
Sat, 16 May 2009 11:12:49 +0200 Martin Geisler changelog: refuse to add revisions with empty usernames
Fri, 15 May 2009 00:55:14 +0200 Martin Geisler changelog: removed bad default arguments in add method
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Mon, 16 Feb 2009 19:35:07 -0600 Matt Mackall Introduce HG_PREPEND to solve pretxn races
Sun, 11 Jan 2009 22:55:36 -0600 Matt Mackall revlog: kill from-style imports
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Sat, 06 Dec 2008 14:27:31 +0100 Benoit Boissinot use repr() instead of backticks
Wed, 17 Sep 2008 11:34:37 +0200 Dirkjan Ochtman merge with crew-stable
Sat, 13 Sep 2008 17:46:09 +0200 Benoit Boissinot forbid username with '\n' at the changelog level
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Fri, 14 Mar 2008 21:35:49 +0100 Benoit Boissinot make sure not to reuse an existing append-file from a previous failed pull
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
Thu, 03 Jan 2008 13:46:39 -0600 Matt Mackall changelog: fix decoding of extra
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall changelog: inline trivial call for extra data unescaping
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall changelog: remove extract function
Thu, 11 Oct 2007 00:46:53 -0500 Matt Mackall revlog: fix caching of buffer objects
Sat, 21 Jul 2007 17:37:39 +0200 Thomas Arendsen Hein merge with crew-stable
Fri, 20 Jul 2007 09:44:50 +0200 Benoit Boissinot fix bogus close spotted by pychecker (no close() in global scope)
Fri, 20 Jul 2007 09:31:32 +0200 Benoit Boissinot fix unused variables reported by pychecker
Fri, 06 Jul 2007 10:29:09 -0700 Brendan Cully python 2.3 does not have sorted
Fri, 06 Jul 2007 10:22:22 -0700 Brendan Cully Sort changelog extra dict to avoid possible nondeterminism
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Sat, 24 Mar 2007 02:47:33 -0500 Matt Mackall changelog: optimize delayed updates for clone vs pull
Thu, 22 Mar 2007 23:37:44 -0500 Matt Mackall restructure changelog file appending
Thu, 22 Mar 2007 19:52:38 -0500 Matt Mackall revlog: simplify revlog version handling
Thu, 22 Mar 2007 19:12:03 -0500 Matt Mackall revlog: don't pass datafile as an argument
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 15:02:33 -0300 Alexis S. L. Carvalho "default" is the default branch name
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
less more (0) -120 tip