Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
file |
diff |
annotate
|
Mon, 25 Sep 2006 17:53:17 -0500 |
Matt Mackall |
dirstate: add copies function
|
file |
diff |
annotate
|
Sun, 20 Aug 2006 01:13:11 -0300 |
Alexis S. L. Carvalho |
dirstate.py: when comparing mtimes, use only the integer part.
|
file |
diff |
annotate
|
Fri, 18 Aug 2006 21:03:29 -0700 |
Vadim Gelfer |
fix issue 322.
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
file |
diff |
annotate
|
Wed, 09 Aug 2006 15:03:46 -0500 |
Matt Mackall |
Merge manifest refactor work
|
file |
diff |
annotate
|
Sun, 16 Jul 2006 03:14:17 -0500 |
Matt Mackall |
Start using manifestflags methods
|
file |
diff |
annotate
|
Tue, 25 Jul 2006 21:22:56 +0200 |
Benoit Boissinot |
self.root == '/': prefix length computation out of the loop
|
file |
diff |
annotate
|
Tue, 25 Jul 2006 11:09:17 -0700 |
Gil |
Fix dirstate.walkhelper removing first char of nd when self.root == '/'.
|
file |
diff |
annotate
|
Thu, 20 Jul 2006 16:21:07 -0700 |
Vadim Gelfer |
status: add -c (clean) and -A (all files) options
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 08:09:48 +0200 |
Benoit Boissinot |
simplify filterfiles when filtering based on a directory
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 00:11:53 +0200 |
Brendan Cully |
filterfiles: Search as long as the target is a prefix of current.
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 23:58:21 -0700 |
Vadim Gelfer |
use demandload more.
|
file |
diff |
annotate
|
Fri, 16 Jun 2006 12:58:24 -0700 |
Vadim Gelfer |
replace os.stat with os.lstat in some where.
|
file |
diff |
annotate
|
Tue, 13 Jun 2006 14:56:01 -0700 |
Vadim Gelfer |
dirstate: fix call to os.lstat when st is None
|
file |
diff |
annotate
|
Mon, 12 Jun 2006 22:09:50 -0700 |
Vadim Gelfer |
dirstate.read: make 15% faster.
|
file |
diff |
annotate
|
Mon, 12 Jun 2006 09:36:23 -0700 |
Vadim Gelfer |
dirstate: speed up inner loop of read.
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 02:25:27 +0200 |
Benoit Boissinot |
dirstate: refactor the dirstate binary format, remove magic numbers
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 13:46:05 -0700 |
Vadim Gelfer |
benoit asked for comment to make avoid of recursive repo clearer.
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 12:44:40 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Fri, 31 Mar 2006 17:00:09 -0800 |
Vadim Gelfer |
support nested repositories.
|
file |
diff |
annotate
|
Mon, 03 Apr 2006 10:02:09 -0700 |
Vadim Gelfer |
small changes to revert command.
|
file |
diff |
annotate
|
Wed, 29 Mar 2006 22:58:34 +0200 |
Thomas Arendsen Hein |
New option -i/--ignored for 'hg status' to show ignored files.
|
file |
diff |
annotate
|
Sun, 26 Mar 2006 22:32:44 +0200 |
Thomas Arendsen Hein |
Don't ignore everything if all hgignore files are empty.
|
file |
diff |
annotate
|
Sat, 25 Mar 2006 10:31:06 +0100 |
Thomas Arendsen Hein |
Show reason why an ignore file can't be read and state that it is skipped.
|
file |
diff |
annotate
|
Sat, 25 Mar 2006 10:12:23 +0100 |
mcmillen |
On error parsing hgignore file, print the correct filename.
|
file |
diff |
annotate
|
Sat, 25 Mar 2006 10:02:39 +0100 |
mcmillen |
Add warning if user-configured hgignore file isn't found
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 20:18:02 +0100 |
mcmillen |
Implementation of per-user .hgignore.
|
file |
diff |
annotate
|
Thu, 23 Feb 2006 02:17:08 +0100 |
Benoit Boissinot |
only write the dirstate when something changed
|
file |
diff |
annotate
|
Mon, 20 Feb 2006 19:04:56 +0100 |
Benoit Boissinot |
add 'debugrebuildstate' to rebuild the dirstate from a given revision
|
file |
diff |
annotate
|