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, 10 May 2013 00:26:39 +0400 |
Alexander Plavin |
highlight: fix page layout with empty first and last lines
stable
|
Thu, 09 May 2013 15:22:54 -0500 |
Matt Mackall |
check-code: add another Windows pathsep rule
|
Thu, 09 May 2013 15:22:21 -0500 |
Matt Mackall |
merge with stable
|
Thu, 09 May 2013 15:17:29 -0500 |
Matt Mackall |
tests: quiet strip to avoid commandserver pathsep issue
stable
|
Thu, 09 May 2013 15:09:36 -0500 |
Matt Mackall |
tests: fix another Windows path issue
stable
|
Thu, 09 May 2013 15:01:11 -0500 |
Matt Mackall |
tests: fix unionrepo path issue on msys (issue3927)
stable
|
Thu, 09 May 2013 10:51:03 -0500 |
Matt Mackall |
merge with stable
|
Thu, 09 May 2013 11:37:20 +0900 |
Takumi IINO |
blackbox: fix literal block syntax
stable
|
Tue, 07 May 2013 05:04:11 +0900 |
FUJIWARA Katsunori |
largefiles: check unknown files with case awareness of the filesystem
stable
|
Tue, 07 May 2013 05:04:11 +0900 |
FUJIWARA Katsunori |
largefiles: check existence of the file with case awareness of the filesystem
stable
|
Tue, 07 May 2013 05:04:11 +0900 |
FUJIWARA Katsunori |
windows: check target type before actual unlinking to follow POSIX semantics
stable
|
Thu, 09 May 2013 09:51:42 -0400 |
Augie Fackler |
Merge with stable.
|
Wed, 08 May 2013 14:11:01 -0700 |
Siddharth Agarwal |
manifestmerge: local unknown, remote created: don't traverse symlinks
|
Thu, 09 May 2013 21:09:58 +0900 |
FUJIWARA Katsunori |
subrepo: open files in 'rb' mode to read exact data in (issue3926)
stable
|
Thu, 04 Apr 2013 13:45:21 -0700 |
Siddharth Agarwal |
patch: use scmutil.marktouched instead of scmutil.addremove
|
Thu, 04 Apr 2013 13:38:28 -0700 |
Siddharth Agarwal |
scmutil: add a function to mark that files have been operated on
|
Wed, 03 Apr 2013 15:53:59 -0700 |
Siddharth Agarwal |
scmutil.addremove: factor out code to mark added/removed/renames
|
Wed, 03 Apr 2013 16:32:41 -0700 |
Siddharth Agarwal |
scmutil.addremove: factor out code to find renames
|
Wed, 03 Apr 2013 15:32:15 -0700 |
Siddharth Agarwal |
scmutil.addremove: rename local 'copies' to 'renames'
|
Tue, 02 Apr 2013 17:19:36 -0700 |
Siddharth Agarwal |
scmutil.addremove: factor out dirstate walk into another function
|
Wed, 01 May 2013 10:42:03 -0700 |
Durham Goode |
filecontext: use 'is not None' to check for filelog existence
|
Wed, 01 May 2013 10:39:37 -0700 |
Durham Goode |
filelog: use super() for calling base functions
|
Thu, 02 May 2013 21:28:18 -0500 |
Kevin Bullock |
bookmarks: allow bookmark command to take multiple arguments
|
Sun, 05 May 2013 18:51:34 -0500 |
Matt Mackall |
merge with stable
|
Fri, 03 May 2013 19:34:59 +0200 |
Blesso hrvoje1212 |
convert: fix bug of wrong CVS path parsing without port number (issue3678)
stable
|
Fri, 03 May 2013 15:36:18 -0700 |
Siddharth Agarwal |
match: add comments to explain explicitdir and traversedir
|
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:29:32 -0700 |
Siddharth Agarwal |
match: drop dir callback
|
Sun, 28 Apr 2013 21:28:31 -0700 |
Siddharth Agarwal |
inotify: call match.explicitdir
|
Sun, 28 Apr 2013 21:27:57 -0700 |
Siddharth Agarwal |
purge: hook into match.explicitdir and traversedir
|
Sun, 28 Apr 2013 21:27:21 -0700 |
Siddharth Agarwal |
localrepo.commit: hook into match.explicitdir
|
Sun, 28 Apr 2013 21:25:41 -0700 |
Siddharth Agarwal |
dirstate.walk: call match.explicitdir or traversedir as appropriate
|
Sun, 28 Apr 2013 21:24:09 -0700 |
Siddharth Agarwal |
match: introduce explicitdir and traversedir
|
Sat, 04 May 2013 14:52:51 -0500 |
Matt Mackall |
merge with stable
|
Fri, 03 May 2013 15:18:21 -0700 |
Siddharth Agarwal |
run-tests: when running in parallel, delete tmpdirs immediately
|
Fri, 03 May 2013 14:19:30 -0700 |
Brendan Cully |
tests: check path separator in moves
|
Fri, 03 May 2013 13:59:58 -0700 |
Brendan Cully |
tests: fix test-commandserver phase . output for windows
|
Sat, 04 May 2013 14:51:21 -0500 |
Matt Mackall |
hfs+: rewrite percent-escaper (issue3918)
stable
|
Fri, 03 May 2013 15:34:18 -0500 |
Matt Mackall |
merge with stable
|
Fri, 03 May 2013 12:40:17 -0700 |
Bryan O'Sullivan |
revert: ensure that copies and renames are honored (issue3920)
stable
|
Fri, 03 May 2013 09:44:50 -0700 |
Durham Goode |
hgignore: fix regression with hgignore directory matches (issue3921)
stable
|
Thu, 02 May 2013 20:41:22 -0500 |
Augie Fackler |
templater: fix output instability from gsoc patches
|
Thu, 18 Apr 2013 22:56:57 +0300 |
Iulian Stana |
log-style: add a log style that is default+phase (issue3436)
|
Thu, 02 May 2013 20:23:14 -0500 |
Iulian Stana |
templater: show the style list when I try to use a wrong one
|
Sat, 27 Apr 2013 23:49:34 -0700 |
Siddharth Agarwal |
test-nested-repo.t: touch another file inside nested repo
|
Thu, 02 May 2013 15:21:47 -0500 |
Matt Mackall |
check-code: add more path sep glob checks
|
Thu, 25 Apr 2013 18:01:00 -0700 |
Ben Goswami |
splicemap: improve error handling when source is subversion (issue2084)
|
Thu, 25 Apr 2013 16:02:58 -0700 |
Ben Goswami |
splicemap: improve error handling when source is git (issue2084)
|
Thu, 25 Apr 2013 11:50:26 -0700 |
Ben Goswami |
splicemap: improve error handling when source is hg (issue2084)
|
Wed, 24 Apr 2013 18:26:37 -0700 |
Ben Goswami |
splicemap: move parsesplicemap to convcmd.py (issue2084)
|
Thu, 02 May 2013 14:11:34 -0500 |
Matt Mackall |
merge with stable
|
Thu, 02 May 2013 11:26:43 -0700 |
Brendan Cully |
tests: sprinkle globs over largefiles/subrepo tests for Windows
stable
|
Thu, 02 May 2013 11:17:18 -0700 |
Brendan Cully |
tests: skip permissions tests in test-phases-exchange when fs lacks permissions
stable
|
Thu, 02 May 2013 12:15:41 -0500 |
Matt Mackall |
merge with stable
|