Sat, 01 Nov 2008 14:05:13 +0200 inotify: server raising an error when removing a file (issue1371)
Gerard Korsten <soonkia77@gmail.com> [Sat, 01 Nov 2008 14:05:13 +0200] rev 7302
inotify: server raising an error when removing a file (issue1371) When a file is deleted via hg rm <file> the dirstate marks the file with a status of 'r'. The physical file has been deleted, but the inotify server tries to do a stat on the file after it's been removed. Patch catches the exception and correctly call updatestatus()
Sat, 01 Nov 2008 15:15:14 +0300 Fix util._statfiles_clustered() failing at root of a windows drive
Patrick Mezard <pmezard@gmail.com> [Sat, 01 Nov 2008 15:15:14 +0300] rev 7301
Fix util._statfiles_clustered() failing at root of a windows drive Report and initial fix by Andrei Vermel <avermel@mail.ru>.
Sat, 01 Nov 2008 13:07:24 +0100 hgweb: conditionally show file logs for deleted files
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 01 Nov 2008 13:07:24 +0100] rev 7300
hgweb: conditionally show file logs for deleted files
Sat, 01 Nov 2008 13:07:20 +0100 coal/paper: show a search tip when hovering over search box
Benoit Allard <benoit@aeteurope.nl> [Sat, 01 Nov 2008 13:07:20 +0100] rev 7299
coal/paper: show a search tip when hovering over search box This doesn't work in IE, because IE only supports :hover on <a> elements.
Sat, 01 Nov 2008 13:06:36 +0100 kill some trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 01 Nov 2008 13:06:36 +0100] rev 7298
kill some trailing spaces
Thu, 30 Oct 2008 12:38:24 -0700 mq: use cmdutil.matchfiles instead of match for qnew -f.
Brendan Cully <brendan@kublai.com> [Thu, 30 Oct 2008 12:38:24 -0700] rev 7297
mq: use cmdutil.matchfiles instead of match for qnew -f. Closes issue1368.
Thu, 30 Oct 2008 12:31:24 -0700 mq: put qnew tests into own file, fold in qnew-twice
Brendan Cully <brendan@kublai.com> [Thu, 30 Oct 2008 12:31:24 -0700] rev 7296
mq: put qnew tests into own file, fold in qnew-twice
Wed, 29 Oct 2008 18:54:46 -0500 zeroconf: Don't break serve if no internet connection is present.
Augie Fackler <durin42@gmail.com> [Wed, 29 Oct 2008 18:54:46 -0500] rev 7295
zeroconf: Don't break serve if no internet connection is present.
Thu, 30 Oct 2008 09:46:45 +0100 hgweb: pass more information about parent/child csets to templates
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 30 Oct 2008 09:46:45 +0100] rev 7294
hgweb: pass more information about parent/child csets to templates
Thu, 30 Oct 2008 08:21:20 +0100 help: add a topic on git diffs (issue1352)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 30 Oct 2008 08:21:20 +0100] rev 7293
help: add a topic on git diffs (issue1352)
Wed, 29 Oct 2008 10:55:51 -0700 hgweb coal/paper: Restore IE compatibility hack
Brendan Cully <brendan@kublai.com> [Wed, 29 Oct 2008 10:55:51 -0700] rev 7292
hgweb coal/paper: Restore IE compatibility hack
Wed, 29 Oct 2008 10:55:29 -0700 Backed out changeset a1f8ad3c1821
Brendan Cully <brendan@kublai.com> [Wed, 29 Oct 2008 10:55:29 -0700] rev 7291
Backed out changeset a1f8ad3c1821
Wed, 29 Oct 2008 13:37:35 +0100 add test-fncache
Adrian Buehlmann <adrian@cadifra.com> [Wed, 29 Oct 2008 13:37:35 +0100] rev 7290
add test-fncache
Wed, 29 Oct 2008 11:39:32 +0100 merge with mpm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 29 Oct 2008 11:39:32 +0100] rev 7289
merge with mpm
Tue, 28 Oct 2008 22:24:17 -0700 Allow per-file shadowing of static directory in templatepath
Brendan Cully <brendan@kublai.com> [Tue, 28 Oct 2008 22:24:17 -0700] rev 7288
Allow per-file shadowing of static directory in templatepath
Tue, 28 Oct 2008 21:58:30 -0700 hgweb: handle subdirectories within static directory
Brendan Cully <brendan@kublai.com> [Tue, 28 Oct 2008 21:58:30 -0700] rev 7287
hgweb: handle subdirectories within static directory
Tue, 28 Oct 2008 21:31:21 -0700 coal: remove dead CSS code
Brendan Cully <brendan@kublai.com> [Tue, 28 Oct 2008 21:31:21 -0700] rev 7286
coal: remove dead CSS code
Tue, 28 Oct 2008 23:54:01 +0100 url: detect scheme with a regexp instead of urlsplit()
Patrick Mezard <pmezard@gmail.com> [Tue, 28 Oct 2008 23:54:01 +0100] rev 7285
url: detect scheme with a regexp instead of urlsplit() The latter says 'c' is a scheme in 'c:\foo\bar'
Tue, 28 Oct 2008 22:24:41 +0100 url: fix file:// URL handling
Patrick Mezard <pmezard@gmail.com> [Tue, 28 Oct 2008 22:24:41 +0100] rev 7284
url: fix file:// URL handling
Tue, 28 Oct 2008 20:48:30 +0100 bookmarks: fix strip handling
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 20:48:30 +0100] rev 7283
bookmarks: fix strip handling
Tue, 28 Oct 2008 20:23:22 +0100 fix zeroconf handling for hgwebdir (error found by pychecker)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 20:23:22 +0100] rev 7282
fix zeroconf handling for hgwebdir (error found by pychecker)
Tue, 28 Oct 2008 20:14:45 +0100 fix missing import, spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 20:14:45 +0100] rev 7281
fix missing import, spotted by pychecker
Tue, 28 Oct 2008 19:25:26 +0100 remove unused variables
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 19:25:26 +0100] rev 7280
remove unused variables
Tue, 28 Oct 2008 19:07:14 +0100 Fix https availability checking
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 19:07:14 +0100] rev 7279
Fix https availability checking thanks to Augie Fackler for noticing it.
Tue, 16 Sep 2008 17:51:14 +0200 rebase: avoid redundant merges (issue1301)
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Tue, 16 Sep 2008 17:51:14 +0200] rev 7278
rebase: avoid redundant merges (issue1301)
Mon, 06 Oct 2008 14:41:22 +0200 Make contrib/buildrpm work on Fedora 9.
Mads Kiilerich <mads@kiilerich.com> [Mon, 06 Oct 2008 14:41:22 +0200] rev 7277
Make contrib/buildrpm work on Fedora 9. mercurial.spec had bitrotted. These changes makes it possible to build an rpm that is usable. Only minimal changes has been made, and there is plenty of room for improvement.
Mon, 27 Oct 2008 13:38:31 -0400 help: Refine a bit the help text of "hg update"
Greg Ward <gerg.ward+hg@gmail.com> [Mon, 27 Oct 2008 13:38:31 -0400] rev 7276
help: Refine a bit the help text of "hg update" Parts of the original text were submitted by Hubert Kauker (Hubert dot Kauker at travelbasys.de). This is a slightly revised version of Hubert's original text.
Mon, 27 Oct 2008 19:39:41 +0100 add new test-hybridencode.py
Adrian Buehlmann <adrian@cadifra.com> [Mon, 27 Oct 2008 19:39:41 +0100] rev 7275
add new test-hybridencode.py
Tue, 28 Oct 2008 08:26:18 +0100 statichttprepo: cleanups, use url.py (proxy, password support)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 08:26:18 +0100] rev 7274
statichttprepo: cleanups, use url.py (proxy, password support) - unify httprangereader.py and statichttprepo.py:rangegreader() - build the opener from url.py, that allows use to puse username and password in the url, to follow the proxy settings from hgrc, etc.
Tue, 28 Oct 2008 08:18:11 +0100 '\' should be escaped twice, for the shell, and for tr
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Oct 2008 08:18:11 +0100] rev 7273
'\' should be escaped twice, for the shell, and for tr
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip