Fri, 05 Sep 2008 10:00:57 +0200 show extensions loaded on traceback
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 05 Sep 2008 10:00:57 +0200] rev 6985
show extensions loaded on traceback
Wed, 03 Sep 2008 19:03:57 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 03 Sep 2008 19:03:57 +0200] rev 6984
merge with crew-stable
Wed, 03 Sep 2008 19:00:43 +0200 bisect: only complain when nothing can be done
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 03 Sep 2008 19:00:43 +0200] rev 6983
bisect: only complain when nothing can be done
Wed, 03 Sep 2008 19:01:35 +0200 imported patch test-check
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 03 Sep 2008 19:01:35 +0200] rev 6982
imported patch test-check
Wed, 03 Sep 2008 15:46:46 +0200 hgweb: Serve raw non-binary files as text/plain
Rocco Rutte <pdmef@gmx.net> [Wed, 03 Sep 2008 15:46:46 +0200] rev 6981
hgweb: Serve raw non-binary files as text/plain Previously these were served as application/octet-stream usually making browsers download them as files though they can be displayed inline just fine. This is useful to refer to e.g. /project/raw-file/tip/README.
Wed, 03 Sep 2008 02:27:25 +0200 allow committing a removed directory
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 03 Sep 2008 02:27:25 +0200] rev 6980
allow committing a removed directory fix issue1089
Wed, 03 Sep 2008 01:49:16 +0200 notify: fix diffstat printing
divy@chelsio.com [Wed, 03 Sep 2008 01:49:16 +0200] rev 6979
notify: fix diffstat printing notify.diff() keeps line breaks in the diff buffer before calling patch.diffstat(). patch.diffstat() however adds another line break when feeding diffstat input. The added extra empty line leads to erroneous diffstat output. This fix removes the line breaks in notify.diff() and adds it back to print them.
Wed, 03 Sep 2008 01:29:03 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 03 Sep 2008 01:29:03 +0200] rev 6978
merge with crew
Tue, 02 Sep 2008 22:04:09 +0200 make normalize() work when cwd != repo.root
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Sep 2008 22:04:09 +0200] rev 6977
make normalize() work when cwd != repo.root
Tue, 02 Sep 2008 22:21:19 +0200 convert: document source and sink identifiers, fix error message
Patrick Mezard <pmezard@gmail.com> [Tue, 02 Sep 2008 22:21:19 +0200] rev 6976
convert: document source and sink identifiers, fix error message
Sat, 02 Aug 2008 19:34:50 +0400 Fix normalize fail on non-lowercase filename (Issue1273)
Andrei Vermel <avermel@mail.ru> [Sat, 02 Aug 2008 19:34:50 +0400] rev 6975
Fix normalize fail on non-lowercase filename (Issue1273) regression introduced in 1e2850ed8171
Tue, 02 Sep 2008 15:41:51 +0200 fix changegroup.notify hook broken by fb42030d79d6
Dennis Schoen <dennis.schoen@epublica.de> [Tue, 02 Sep 2008 15:41:51 +0200] rev 6974
fix changegroup.notify hook broken by fb42030d79d6
Tue, 02 Sep 2008 17:32:07 +0200 dirstate: explain why appending instead of os.path.join() is safe
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Sep 2008 17:32:07 +0200] rev 6973
dirstate: explain why appending instead of os.path.join() is safe
Tue, 02 Sep 2008 15:12:50 +0200 performance: normalize self._root, avoid calling os.path.join() in dirstate
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Sep 2008 15:12:50 +0200] rev 6972
performance: normalize self._root, avoid calling os.path.join() in dirstate In dirstate, self._join() might get called a lot. Instead of calling it we create self._rootdir and we then only need to append the filename.
Tue, 02 Sep 2008 15:08:26 +0200 performance: do not stat() things when not required
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Sep 2008 15:08:26 +0200] rev 6971
performance: do not stat() things when not required Ignore unknown files if we don't need them (eg in hg diff). It slows things down a little bit for big trees (kernel repo), since _join() is called for each file instead of for each directory. fix issue567
Tue, 02 Sep 2008 09:47:40 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Tue, 02 Sep 2008 09:47:40 +0200] rev 6970
Merge with crew-stable
Tue, 02 Sep 2008 09:25:29 +0200 graphlog: fix calls from outside the repository (issue1285)
Patrick Mezard <pmezard@gmail.com> [Tue, 02 Sep 2008 09:25:29 +0200] rev 6969
graphlog: fix calls from outside the repository (issue1285)
Tue, 02 Sep 2008 01:19:12 +0200 fix test output broken by a04d8cadb6af
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 02 Sep 2008 01:19:12 +0200] rev 6968
fix test output broken by a04d8cadb6af
Mon, 01 Sep 2008 17:23:26 +0200 web: fix annotate raw template, forgotten in ccc2481e3954
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 01 Sep 2008 17:23:26 +0200] rev 6967
web: fix annotate raw template, forgotten in ccc2481e3954
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in transplant extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6966
i18n: mark strings for translation in transplant extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in record extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6965
i18n: mark strings for translation in record extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in rebase extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6964
i18n: mark strings for translation in rebase extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in patchbomb extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6963
i18n: mark strings for translation in patchbomb extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in interhg extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6962
i18n: mark strings for translation in interhg extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in inotify extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6961
i18n: mark strings for translation in inotify extension
Sun, 31 Aug 2008 16:12:03 +0200 i18n: mark strings for translation in mq extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:03 +0200] rev 6960
i18n: mark strings for translation in mq extension
Sun, 31 Aug 2008 16:12:02 +0200 i18n: mark strings for translation in imerge extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:02 +0200] rev 6959
i18n: mark strings for translation in imerge extension
Sun, 31 Aug 2008 16:12:02 +0200 i18n: mark strings for translation in hgk extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:02 +0200] rev 6958
i18n: mark strings for translation in hgk extension
Sun, 31 Aug 2008 16:12:02 +0200 i18n: mark strings for translation in extdiff extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:02 +0200] rev 6957
i18n: mark strings for translation in extdiff extension
Sun, 31 Aug 2008 16:12:02 +0200 i18n: mark strings for translation in convert extension
Martin Geisler <mg@daimi.au.dk> [Sun, 31 Aug 2008 16:12:02 +0200] rev 6956
i18n: mark strings for translation in convert extension
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip