Tue, 25 Nov 2008 22:40:16 +0100 coal/paper: move actual templates from coal to paper
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 22:40:16 +0100] rev 7411
coal/paper: move actual templates from coal to paper
Tue, 25 Nov 2008 22:53:01 +0100 coal/paper: show branch name in changeset view
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 22:53:01 +0100] rev 7410
coal/paper: show branch name in changeset view
Tue, 25 Nov 2008 21:54:28 +0100 coal/paper: display tags and branch in filelog page
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 21:54:28 +0100] rev 7409
coal/paper: display tags and branch in filelog page
Tue, 25 Nov 2008 22:32:11 +0100 coal/paper/monoblue: show branch names in hgweb graph
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 22:32:11 +0100] rev 7408
coal/paper/monoblue: show branch names in hgweb graph
Tue, 25 Nov 2008 22:51:10 +0100 coal/paper: display branch names in log
Benoit Allard <benoit@aeteurope.nl> [Tue, 25 Nov 2008 22:51:10 +0100] rev 7407
coal/paper: display branch names in log
Tue, 25 Nov 2008 17:54:49 +0100 hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 25 Nov 2008 17:54:49 +0100] rev 7406
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
Tue, 25 Nov 2008 22:23:17 +0100 manifest: fix _search() corner-case
Patrick Mezard <pmezard@gmail.com> [Tue, 25 Nov 2008 22:23:17 +0100] rev 7405
manifest: fix _search() corner-case It failed when searching the empty string in the null revision.
Mon, 24 Nov 2008 17:16:39 -0800 Improved error message for log --follow
Brendan Cully <brendan@kublai.com> [Mon, 24 Nov 2008 17:16:39 -0800] rev 7404
Improved error message for log --follow Mads Kiilerich notes that the existing message was unclear when a nonexistent file was supplied.
Tue, 25 Nov 2008 01:22:43 +0100 Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Nov 2008 01:22:43 +0100] rev 7403
Improve the monoblue theme for hgwebdir
Sat, 22 Nov 2008 00:21:57 -0800 import: add similarity option (issue295)
Brendan Cully <brendan@kublai.com> [Sat, 22 Nov 2008 00:21:57 -0800] rev 7402
import: add similarity option (issue295)
Sun, 23 Nov 2008 18:08:19 -0800 mq: recover more gracefully from interrupted qrefresh (issue1216)
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 18:08:19 -0800] rev 7401
mq: recover more gracefully from interrupted qrefresh (issue1216)
Sun, 23 Nov 2008 16:07:47 -0800 mq: use atomictempfiles during patch refresh
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 16:07:47 -0800] rev 7400
mq: use atomictempfiles during patch refresh
Sat, 22 Nov 2008 14:04:42 -0800 mq: create patch header class to abstract header manipulation
Brendan Cully <brendan@kublai.com> [Sat, 22 Nov 2008 14:04:42 -0800] rev 7399
mq: create patch header class to abstract header manipulation
Sun, 23 Nov 2008 00:44:31 -0800 mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
Brendan Cully <brendan@kublai.com> [Sun, 23 Nov 2008 00:44:31 -0800] rev 7398
mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
Fri, 07 Nov 2008 02:47:12 +0100 More verbose logging when filemerge searches for merge-tool
Mads Kiilerich <mads@kiilerich.com> [Fri, 07 Nov 2008 02:47:12 +0100] rev 7397
More verbose logging when filemerge searches for merge-tool Previously it was very hard to find out what was going on when the expected merge tool wasn't used. This patch tries to improve that. hg merge -v now shows which tools were searched for but not found.
Fri, 21 Nov 2008 15:51:40 -0800 templater: return data in increasing chunk sizes
Brendan Cully <brendan@kublai.com> [Fri, 21 Nov 2008 15:51:40 -0800] rev 7396
templater: return data in increasing chunk sizes Currently hgweb is not streaming its output -- it accumulates the entire response before sending it. This patch restores streaming behaviour. To avoid having to synchronously write many tiny fragments, this patch also adds buffering to the template generator. Local testing of a fetch of a 100,000 line file with wget produces a slight slowdown overall (up from 6.5 seconds to 7.2 seconds), but instead of waiting 6 seconds for headers to arrive, output begins immediately.
Sat, 22 Nov 2008 16:57:49 +0100 tests: fix tests broken by 03b60f2f90bf
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Nov 2008 16:57:49 +0100] rev 7395
tests: fix tests broken by 03b60f2f90bf
Thu, 20 Nov 2008 18:15:50 -0800 hgweb (coal/paper): make file, diff and annotate easier to render
Brendan Cully <brendan@kublai.com> [Thu, 20 Nov 2008 18:15:50 -0800] rev 7394
hgweb (coal/paper): make file, diff and annotate easier to render This patch removes tables altogether for file and diff, and removes one column from annotate, making firefox's incremental renderer much faster for large files.
Wed, 19 Nov 2008 13:00:48 -0800 inotify: fix status . in repo.root
Brendan Cully <brendan@kublai.com> [Wed, 19 Nov 2008 13:00:48 -0800] rev 7393
inotify: fix status . in repo.root
Wed, 19 Nov 2008 13:27:57 +0100 patch: isolate patchfile filesystem calls into methods
Patrick Mezard <pmezard@gmail.com> [Wed, 19 Nov 2008 13:27:57 +0100] rev 7392
patch: isolate patchfile filesystem calls into methods This is a first step toward an svn-like patch driver and makes patchfile monkeypatching much easier. The latter is currently required to support in-memory patching until the code is refactored.
Wed, 19 Nov 2008 13:27:57 +0100 patch: pass an opener to patchfile
Patrick Mezard <pmezard@gmail.com> [Wed, 19 Nov 2008 13:27:57 +0100] rev 7391
patch: pass an opener to patchfile
Tue, 18 Nov 2008 13:20:55 +0100 util_win32: implement posixfile_nt.readlines()
Patrick Mezard <pmezard@gmail.com> [Tue, 18 Nov 2008 13:20:55 +0100] rev 7390
util_win32: implement posixfile_nt.readlines()
Wed, 19 Nov 2008 13:27:57 +0100 patch: remove useless unlink() call
Patrick Mezard <pmezard@gmail.com> [Wed, 19 Nov 2008 13:27:57 +0100] rev 7389
patch: remove useless unlink() call
Tue, 18 Nov 2008 16:02:14 -0600 dispatch: generalize signature checking for extension command wrapping
Matt Mackall <mpm@selenic.com> [Tue, 18 Nov 2008 16:02:14 -0600] rev 7388
dispatch: generalize signature checking for extension command wrapping
Tue, 18 Nov 2008 15:35:34 -0600 update help on git diffs
Matt Mackall <mpm@selenic.com> [Tue, 18 Nov 2008 15:35:34 -0600] rev 7387
update help on git diffs
Mon, 17 Nov 2008 11:45:38 -0800 zsh: make resolve with no options only complete unresolved files
Brendan Cully <brendan@kublai.com> [Mon, 17 Nov 2008 11:45:38 -0800] rev 7386
zsh: make resolve with no options only complete unresolved files
Sun, 16 Nov 2008 20:56:55 -0800 mergetools: add pointer to the usual filemerge path
Brendan Cully <brendan@kublai.com> [Sun, 16 Nov 2008 20:56:55 -0800] rev 7385
mergetools: add pointer to the usual filemerge path
Sun, 16 Nov 2008 19:49:36 -0800 zsh: support for resolve
Brendan Cully <brendan@kublai.com> [Sun, 16 Nov 2008 19:49:36 -0800] rev 7384
zsh: support for resolve
Sun, 16 Nov 2008 20:55:30 +0100 graphlog: fix regression with filelogs introduced by 7bc62ebe7693
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Sun, 16 Nov 2008 20:55:30 +0100] rev 7383
graphlog: fix regression with filelogs introduced by 7bc62ebe7693
Sat, 15 Nov 2008 15:57:12 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:57:12 +0100] rev 7382
Merge with crew-stable
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip