Mon, 14 Oct 2013 00:25:29 -0400 |
Siddharth Agarwal |
dirstate.status: return explicit unknown files even when not asked
|
Sat, 31 Aug 2013 10:20:15 -0700 |
Siddharth Agarwal |
dirstate.status: don't ignore symlink placeholders in the normal set
|
Fri, 17 May 2013 17:22:08 -0500 |
Matt Mackall |
merge with stable
|
Fri, 17 May 2013 14:31:06 -0500 |
Matt Mackall |
dirstate: don't overnormalize for ui.slash
stable
|
Tue, 23 Apr 2013 14:16:33 -0700 |
Siddharth Agarwal |
dirstate.status: avoid full walks when possible
|
Mon, 22 Apr 2013 17:11:18 -0700 |
Siddharth Agarwal |
dirstate.walk: add a flag to let extensions avoid full walks
|
Tue, 07 May 2013 14:20:34 -0700 |
Siddharth Agarwal |
dirstate._walkexplicit: inline dirsnotfound.append
|
Tue, 07 May 2013 14:19:04 -0700 |
Siddharth Agarwal |
dirstate._walkexplicit: rename work to dirsfound
|
Tue, 07 May 2013 10:02:55 -0700 |
Siddharth Agarwal |
dirstate.walk: refactor explicit walk into separate function
|
Tue, 07 May 2013 09:31:00 -0700 |
Siddharth Agarwal |
dirstate.walk: pull skipstep3 out of the explicit walk code
|
Tue, 07 May 2013 09:47:10 -0700 |
Siddharth Agarwal |
dirstate.walk: move dirignore filter out of explicit walk code
|
Tue, 07 May 2013 09:29:43 -0700 |
Siddharth Agarwal |
dirstate.walk: maintain a list of dirs not found
|
Fri, 03 May 2013 14:41:58 -0700 |
Siddharth Agarwal |
match: make explicitdir and traversedir None by default
|
Fri, 03 May 2013 14:39:28 -0700 |
Siddharth Agarwal |
dirstate.walk: cache match.explicitdir and traversedir locally
|
Sun, 28 Apr 2013 21:25:41 -0700 |
Siddharth Agarwal |
dirstate.walk: call match.explicitdir or traversedir as appropriate
|
Fri, 03 May 2013 09:44:50 -0700 |
Durham Goode |
hgignore: fix regression with hgignore directory matches (issue3921)
stable
|
Tue, 30 Apr 2013 05:00:48 +0900 |
FUJIWARA Katsunori |
icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs
stable
|
Wed, 10 Apr 2013 15:08:26 -0700 |
Bryan O'Sullivan |
scmutil: use new dirs class in dirstate and context
|
Wed, 10 Apr 2013 15:08:25 -0700 |
Bryan O'Sullivan |
scmutil: migrate finddirs from dirstate
|
Wed, 03 Apr 2013 11:35:27 -0700 |
Bryan O'Sullivan |
dirstate: only call lstat once per flags invocation
|
Fri, 22 Mar 2013 17:03:49 -0700 |
Siddharth Agarwal |
dirstate.walk: fast path none-seen + match-always case for step 3
|
Fri, 22 Mar 2013 17:03:00 -0700 |
Siddharth Agarwal |
dirstate.walk: fast path match-always case during traversal
|
Mon, 25 Mar 2013 14:12:39 -0700 |
Siddharth Agarwal |
dirstate.walk: remove subrepo and .hg from results before step 3
|
Thu, 21 Mar 2013 16:31:28 -0700 |
Bryan O'Sullivan |
completion: add a debugpathcomplete command
|
Wed, 06 Mar 2013 20:13:09 -0800 |
Durham Goode |
strip: make --keep option not set all dirstate times to 0
|
Sun, 10 Feb 2013 12:23:39 -0800 |
Durham Goode |
dirstate: fix generator/list error when using python 2.7
|
Mon, 11 Feb 2013 01:21:24 +0100 |
Benoit Boissinot |
merge crew and main
|
Sun, 10 Feb 2013 16:23:14 +0000 |
Siddharth Agarwal |
dirstate: disable gc while parsing the dirstate
|
Mon, 04 Feb 2013 14:27:15 -0800 |
Durham Goode |
dirstate: walk returns None for files that have a symlink in their path
|
Thu, 17 Jan 2013 23:46:08 -0800 |
Siddharth Agarwal |
dirstate: move pure python dirstate packing to pure/parsers.py
|