log mercurial/changelog.py @ 17951:6f79c32c0bdf stable

age author description
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