Thu, 21 Aug 2008 10:20:44 +0200 keyword: thorough hgweb testing
Christian Ebert <blacktrash@gmx.net> [Thu, 21 Aug 2008 10:20:44 +0200] rev 6927
keyword: thorough hgweb testing - test hgweb while keyword extension is _enabled_ - check expansion with hgweb.file - besides log and diff, also check annotate for not expanding
Tue, 22 Jul 2008 18:23:20 +0200 hgweb: raise ErrorResponses to communicate protocol errors
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 22 Jul 2008 18:23:20 +0200] rev 6926
hgweb: raise ErrorResponses to communicate protocol errors
Fri, 15 Aug 2008 13:25:57 +0200 make streamclone.stream_out() a generator
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 15 Aug 2008 13:25:57 +0200] rev 6925
make streamclone.stream_out() a generator
Tue, 22 Jul 2008 18:21:37 +0200 hgweb: generate error message only if nothing is passed
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 22 Jul 2008 18:21:37 +0200] rev 6924
hgweb: generate error message only if nothing is passed
Thu, 21 Aug 2008 11:35:17 +0200 strip trailing whitespace, replace tabs by spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 21 Aug 2008 11:35:17 +0200] rev 6923
strip trailing whitespace, replace tabs by spaces
Thu, 21 Aug 2008 10:55:24 +0200 hgweb: fix WSGI iterators handling in CGI adapter (issue1254)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 21 Aug 2008 10:55:24 +0200] rev 6922
hgweb: fix WSGI iterators handling in CGI adapter (issue1254)
Wed, 20 Aug 2008 19:00:39 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 20 Aug 2008 19:00:39 +0200] rev 6921
merge with crew-stable
Wed, 20 Aug 2008 17:58:12 +0200 Make test-hardlinks-safety portable
Christian Ebert <blacktrash@gmx.net> [Wed, 20 Aug 2008 17:58:12 +0200] rev 6920
Make test-hardlinks-safety portable On some systems cp cannot create/preserve hardlinks. Use util.copyfiles instead, after making sure it actually does create hardlinks.
Wed, 20 Aug 2008 15:05:43 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 20 Aug 2008 15:05:43 +0200] rev 6919
merge with crew-stable
Wed, 20 Aug 2008 15:04:45 +0200 Adjust test output for hg help qrecord since ef14c773b3d6
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 20 Aug 2008 15:04:45 +0200] rev 6918
Adjust test output for hg help qrecord since ef14c773b3d6
Wed, 20 Aug 2008 11:09:53 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 20 Aug 2008 11:09:53 +0200] rev 6917
merge with crew-stable
Wed, 20 Aug 2008 10:31:19 +0200 update copyright dates in Windows installer's readme file
TK Soh <teekaysoh@yahoo.com> [Wed, 20 Aug 2008 10:31:19 +0200] rev 6916
update copyright dates in Windows installer's readme file
Wed, 20 Aug 2008 10:30:53 +0200 mq: fix docs for qrefresh -D (issue1234)
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 20 Aug 2008 10:30:53 +0200] rev 6915
mq: fix docs for qrefresh -D (issue1234)
Sat, 16 Aug 2008 16:32:57 +0200 hgweb: removed unnecessary del before function return
Martin Geisler <mg@daimi.au.dk> [Sat, 16 Aug 2008 16:32:57 +0200] rev 6914
hgweb: removed unnecessary del before function return Deleting tmpl just before the return statement should have no effect since tmpl goes out of scope anyway. But it confuses pyflakes who thinks tmpl is undefined when it is used in the except blocks below.
Sat, 16 Aug 2008 14:46:56 +0200 move % out of translatable strings
Martin Geisler <mg@daimi.au.dk> [Sat, 16 Aug 2008 14:46:56 +0200] rev 6913
move % out of translatable strings The translators need to see the raw format string, not the result of using the format string.
Tue, 12 Aug 2008 13:45:48 +0200 Fixed docstring typos
Martin Geisler <mg@daimi.au.dk> [Tue, 12 Aug 2008 13:45:48 +0200] rev 6912
Fixed docstring typos
Sat, 29 Mar 2008 23:05:45 +0100 Begin commit messages with two empty lines.
Martin Geisler <mg@daimi.au.dk> [Sat, 29 Mar 2008 23:05:45 +0100] rev 6911
Begin commit messages with two empty lines. This makes editors like Emacs wrap the commit message correctly. With no empty line between the commit message and the 'HG:' lines, the 'HG:' lines would be wrapped as if they belonged to the commit message and so lose their significance to Mercurial. This makes no difference to what is stored by the commit -- whitespace was already stripped from the beginning and end of commit messages.
Tue, 19 Aug 2008 18:07:26 -0700 Debashify rebase tests
Brendan Cully <brendan@kublai.com> [Tue, 19 Aug 2008 18:07:26 -0700] rev 6910
Debashify rebase tests
Tue, 19 Aug 2008 15:36:03 -0700 Use relative imports in inotify.server.
Brendan Cully <brendan@kublai.com> [Tue, 19 Aug 2008 15:36:03 -0700] rev 6909
Use relative imports in inotify.server. Fixes an import failure I was getting under hgtk and hgweb: *** failed to import extension inotify: 'module' object has no attribute 'inotify'
Tue, 19 Aug 2008 18:17:11 +0200 Do not sort hgwebdir repositories if python list or tuple is given.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 19 Aug 2008 18:17:11 +0200] rev 6908
Do not sort hgwebdir repositories if python list or tuple is given. This was introduced by changeset f67d1468ac50 (util: add sort helper)
Mon, 18 Aug 2008 16:50:36 -0500 Fix up tests
Matt Mackall <mpm@selenic.com> [Mon, 18 Aug 2008 16:50:36 -0500] rev 6907
Fix up tests
Mon, 18 Aug 2008 21:16:31 +0200 Add rebase extension
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Mon, 18 Aug 2008 21:16:31 +0200] rev 6906
Add rebase extension
Mon, 18 Aug 2008 15:58:17 +0200 coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net> [Mon, 18 Aug 2008 15:58:17 +0200] rev 6905
coal/paper: make output well-formed and fix css syntax error breaking rendering
Wed, 13 Aug 2008 20:36:37 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:36:37 -0500] rev 6904
Merge with stable
Wed, 13 Aug 2008 20:18:44 -0500 clone: get a list of files to clone from store
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6903
clone: get a list of files to clone from store
Wed, 13 Aug 2008 20:18:44 -0500 store: drop self.encodefn
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6902
store: drop self.encodefn
Wed, 13 Aug 2008 20:18:44 -0500 streamclone: fold in localrepo.storefiles
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:44 -0500] rev 6901
streamclone: fold in localrepo.storefiles
Wed, 13 Aug 2008 20:18:43 -0500 store: change handling of decoding errors
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6900
store: change handling of decoding errors
Wed, 13 Aug 2008 20:18:43 -0500 store: simplify walking
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6899
store: simplify walking - fold in main walking function - eliminate recursion (especially recursive yielding!) - eliminate default args
Wed, 13 Aug 2008 20:18:43 -0500 store: simplify class hierarchy
Matt Mackall <mpm@selenic.com> [Wed, 13 Aug 2008 20:18:43 -0500] rev 6898
store: simplify class hierarchy
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip