Mon, 10 May 2010 22:46:16 +0200 tests: force color ansi mode on Windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 22:46:16 +0200] rev 11141
tests: force color ansi mode on Windows
Mon, 10 May 2010 21:44:00 +0200 acl: improve undefined group error handling
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:44:00 +0200] rev 11140
acl: improve undefined group error handling
Mon, 10 May 2010 21:15:12 +0200 test-acl: avoid $HGTMP on windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:15:12 +0200] rev 11139
test-acl: avoid $HGTMP on windows sed does not like colons and there are other path normalization issues.
Mon, 10 May 2010 21:09:48 +0200 acl: grp module is not available on windows
Patrick Mezard <pmezard@gmail.com> [Mon, 10 May 2010 21:09:48 +0200] rev 11138
acl: grp module is not available on windows
Sun, 09 May 2010 22:51:25 +0200 convert/svn: report path discovery progress
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:51:25 +0200] rev 11137
convert/svn: report path discovery progress When converting non-local repositories, scanning changed paths before retrieving data can be almost as slow as retrieving the data itself, thanks to HTTP calls overhead.
Sun, 09 May 2010 22:50:42 +0200 convert: display files data retrieval progress
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:50:42 +0200] rev 11136
convert: display files data retrieval progress
Sun, 09 May 2010 22:50:07 +0200 convert: add progress support
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 22:50:07 +0200] rev 11135
convert: add progress support
Sun, 09 May 2010 21:52:34 +0200 convert: merge sources getmode() into getfile()
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:52:34 +0200] rev 11134
convert: merge sources getmode() into getfile()
Sun, 09 May 2010 21:49:57 +0200 convert/svn: remove useless sort
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:49:57 +0200] rev 11133
convert/svn: remove useless sort
Sun, 09 May 2010 21:45:00 +0200 convert/svn: list files explicitely, stop checking their type
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 21:45:00 +0200] rev 11132
convert/svn: list files explicitely, stop checking their type We do not care about directories when looking for recursively added or removed items, and the redundant _checkpath() call is expensive with remote repositories.
Sun, 09 May 2010 20:12:45 +0200 acl: clarify acl.sources, fix typo
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 20:12:45 +0200] rev 11131
acl: clarify acl.sources, fix typo
Sun, 09 May 2010 19:37:16 +0200 convert/svn: remove unused variable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:37:16 +0200] rev 11130
convert/svn: remove unused variable
Sun, 09 May 2010 19:25:35 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:25:35 +0200] rev 11129
Merge with crew-stable
Sun, 09 May 2010 19:11:02 +0200 convert/svn: handle files/links replaced by dirs (issue2166) stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11128
convert/svn: handle files/links replaced by dirs (issue2166)
Sun, 09 May 2010 19:11:02 +0200 convert/svn: do not retrieve removed files stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11127
convert/svn: do not retrieve removed files It gives us a way to not retrieve content of entries we know are no longer files. And it is faster when converting remote repositories.
Sun, 09 May 2010 19:11:02 +0200 convert/svn: correctly encode deleted entry paths stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11126
convert/svn: correctly encode deleted entry paths This recode call was removed in ede2247e61aa, because it looked the encode(decode()) construct was a no-op. In fact, the first decode() call was wrong, and entries still have to be encoded before being passed to the sink.
Sun, 09 May 2010 19:11:02 +0200 convert/svn: remove broken but unused copy filtering code stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11125
convert/svn: remove broken but unused copy filtering code For some reason, if a copy source is deleted in the same revision it is referenced, it is filtered out. This is silly, because this happens all the time with move operations. Fortunately, the filtering code is buggy and ends being a no-op 99% of the time, since it does not delete the right key. Just remove all this nonsense.
Sun, 09 May 2010 19:11:02 +0200 test-convert-svn-move: test moved dirs copy records stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 May 2010 19:11:02 +0200] rev 11124
test-convert-svn-move: test moved dirs copy records
Sat, 01 May 2010 16:29:27 +0200 convert/svn: tree conflicts no longer happen now we use memctx stable
Patrick Mezard <pmezard@gmail.com> [Sat, 01 May 2010 16:29:27 +0200] rev 11123
convert/svn: tree conflicts no longer happen now we use memctx
Fri, 07 May 2010 16:59:00 -0500 clean up remaining generic exceptions
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 16:59:00 -0500] rev 11122
clean up remaining generic exceptions
Fri, 07 May 2010 16:51:45 -0400 mq: make use of output labeling for summary
Eric Eisner <ede@mit.edu> [Fri, 07 May 2010 16:51:45 -0400] rev 11121
mq: make use of output labeling for summary
Fri, 07 May 2010 23:31:49 +0200 mq: mark error message for translation
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 23:31:49 +0200] rev 11120
mq: mark error message for translation
Fri, 07 May 2010 23:28:07 +0200 mq: mark string for translation
Martin Geisler <mg@lazybytes.net> [Fri, 07 May 2010 23:28:07 +0200] rev 11119
mq: mark string for translation
Fri, 07 May 2010 15:19:37 -0500 color: add some missing background colors for win32 console
Stanimir Stamenkov <s7an10@netscape.net> [Fri, 07 May 2010 15:19:37 -0500] rev 11118
color: add some missing background colors for win32 console
Fri, 07 May 2010 14:19:14 -0500 subrepo: fix 2.5ism in url parsing
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 14:19:14 -0500] rev 11117
subrepo: fix 2.5ism in url parsing
Thu, 06 May 2010 15:17:00 -0300 acl: update test output
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 15:17:00 -0300] rev 11116
acl: update test output
Thu, 06 May 2010 15:14:40 -0300 acl: update docstring to describe section [acl.groups]
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 15:14:40 -0300] rev 11115
acl: update docstring to describe section [acl.groups]
Thu, 06 May 2010 14:23:14 -0300 acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Elifarley Callado Coelho Cruz <elifarley@gmail.com> [Thu, 06 May 2010 14:23:14 -0300] rev 11114
acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Fri, 07 May 2010 14:14:41 -0500 subrepo: fix test output
Matt Mackall <mpm@selenic.com> [Fri, 07 May 2010 14:14:41 -0500] rev 11113
subrepo: fix test output
Sat, 01 May 2010 23:05:22 +0200 subrepo: print paths relative to upper repo root for push/pull/commit
Edouard Gomez <ed.gomez@free.fr> [Sat, 01 May 2010 23:05:22 +0200] rev 11112
subrepo: print paths relative to upper repo root for push/pull/commit This makes more sense when using multiple levels of nesting. This happens to help a lot in a case where 3 projects of mine all use the same makefile helper project as a sub. A fourth project use these first three projects and current output made it very hard to figure which makefile helper was committed. it looked more like the project was committed/pushed/pulled three times in a row than dealing on three different repos.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip