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
|
Sun, 03 Dec 2006 16:16:33 -0600 |
Matt Mackall |
Handle transcoding of username and description in changelog
|
Tue, 17 Oct 2006 18:01:14 -0500 |
Matt Mackall |
imported patch b1
|
Mon, 02 Oct 2006 22:35:52 +0200 |
Benoit Boissinot |
[extendedchangelog] add extra metadata in the changelog entry
|
Mon, 02 Oct 2006 22:35:37 +0200 |
Benoit Boissinot |
[extendedchangelog] encode/decode function
|
Sat, 09 Sep 2006 12:56:08 +0200 |
Benoit Boissinot |
document changelog format
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Fri, 30 Jun 2006 18:48:06 +0200 |
Benoit Boissinot |
validate the resulting date in parsedate
|
Fri, 30 Jun 2006 18:47:35 +0200 |
Jose M. Prieto |
Allow the use of human readable dates (issue 251)
|
Thu, 27 Apr 2006 21:16:46 +0200 |
Thomas Arendsen Hein |
Replaced 0 with REVLOGV0 where this meaning is used.
|
Wed, 26 Apr 2006 22:15:01 -0700 |
Alexis S. L. Carvalho |
Fix timezone check.
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
Thu, 15 Dec 2005 18:04:05 +0100 |
Benoit Boissinot |
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
|
Thu, 08 Dec 2005 15:12:02 +0100 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Tue, 18 Oct 2005 18:38:39 -0700 |
Benoit Boissinot |
i18n part2: use '_' for all strings who are part of the user interface
|
Tue, 18 Oct 2005 18:37:48 -0700 |
Benoit Boissinot |
i18n first part: make '_' available for files who need it
|
Thu, 29 Sep 2005 15:18:32 -0700 |
Matt Mackall |
Fix data reported for the nullid changeset
|
Fri, 23 Sep 2005 07:36:30 -0700 |
Bryan O'Sullivan |
Some repos represent a date as a float.
|
Thu, 22 Sep 2005 23:19:47 -0700 |
Bryan O'Sullivan |
Clean up date and timezone handling.
|
Sun, 04 Sep 2005 14:47:02 -0700 |
Bryan O'Sullivan |
Commit date validation: more stringent checks, more useful error messages.
|
Sat, 03 Sep 2005 23:51:53 -0700 |
Bryan O'Sullivan |
Date validation must check for 32-bit width. Don't use assert to check.
|
Sat, 03 Sep 2005 23:28:15 -0700 |
Bryan O'Sullivan |
Make date/timezone validation in changelog.add more robust. Add test.
|
Sat, 03 Sep 2005 23:08:39 -0700 |
Bryan O'Sullivan |
Validate user input of dates when adding a changelog entry.
|
Sat, 27 Aug 2005 15:05:43 -0700 |
mpm |
changelog: adjust imports, comment
base
mercurial/hg.py@32f05a005876
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|