Thu, 12 Jan 2006 12:22:28 +0100 |
Thomas Arendsen Hein |
Make localrepo.changes() internally distinguish between removed and deleted.
|
Mon, 02 Jan 2006 15:48:16 -0800 |
Vadim Gelfer |
if hgignore contains errors, print message that is not confusing.
|
Thu, 01 Dec 2005 10:48:29 -0600 |
Benoit Boissinot |
Re: [PATCH 2 of 3] remove walk warning about nonexistent files
|
Thu, 01 Dec 2005 10:48:18 -0600 |
Christian Boos |
Fix walkhelper on windows.
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Fri, 11 Nov 2005 15:34:06 -0800 |
Benoit Boissinot |
add dirstate.lazyread, write atomically the dirstate
|
Fri, 11 Nov 2005 15:33:08 -0800 |
Benoit Boissinot |
don't print anything about file of unsupported type unless
|
Tue, 08 Nov 2005 10:34:50 -0800 |
Benoit Boissinot |
use self.{w,}join when possible
|
Wed, 02 Nov 2005 16:13:41 -0800 |
Benoit Boissinot |
fix a bug in dirstate.changes when cwd != repo.root
|
Wed, 02 Nov 2005 16:08:48 -0800 |
Benoit Boissinot |
only files in normal state should be marked as deleted
|
Wed, 02 Nov 2005 15:46:31 -0800 |
Benoit Boissinot |
fix handling of files of unsupported type in the walk code
|
Fri, 28 Oct 2005 10:57:40 -0700 |
Benoit Boissinot |
fix dirstate.change: it should walk ignored files
|
Thu, 27 Oct 2005 13:29:35 -0700 |
Benoit Boissinot |
rewrote changes function in dirstate to use generic walk code
|
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
|
Tue, 18 Oct 2005 00:45:27 -0700 |
Benoit Boissinot |
check if a file is ignored before complaining if it is an unsupported type
|
Tue, 18 Oct 2005 00:43:19 -0700 |
Matt Mackall |
dirstate: make sure we read the dirstate before setting parents
|
Sat, 15 Oct 2005 15:43:40 -0700 |
Benoit Boissinot |
add a check for filetype when walking
|
Sun, 18 Sep 2005 15:03:07 -0700 |
Bryan O'Sullivan |
Fix dirstate.changes for ignored directories.
|
Sat, 17 Sep 2005 00:37:14 -0700 |
Bryan O'Sullivan |
Fix ignore regression.
|
Sat, 17 Sep 2005 00:27:27 -0700 |
Bryan O'Sullivan |
Switch to new syntax for .hgignore files.
|
Sat, 17 Sep 2005 00:23:19 -0700 |
Bryan O'Sullivan |
Fix performance of dirstate.changes with ignored directories.
|
Wed, 14 Sep 2005 15:50:31 -0500 |
Chris Mason |
Files not getting added appropiately
|
Fri, 09 Sep 2005 12:17:51 -0700 |
mpm |
dirstate: two more stat -> lstat changes
|
Fri, 09 Sep 2005 11:46:35 -0700 |
mpm |
Fix dangling symlink bug in dirstate walk code
|
Thu, 08 Sep 2005 15:01:33 -0700 |
mpm |
Fix Windows status problem from new dirstate walk code
|
Thu, 01 Sep 2005 07:34:53 -0700 |
mason |
Optimize dirstate walking
|
Sat, 27 Aug 2005 22:04:17 -0700 |
mpm |
fix some rename/copy bugs
|
Sat, 27 Aug 2005 16:42:03 -0700 |
mpm |
Fix dirstate imports
|
Sat, 27 Aug 2005 14:59:25 -0700 |
mpm |
Adjust some imports
base
mercurial/hg.py@8153b78f8a16
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|