mercurial/changelog.py
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)