Sun, 26 Apr 2009 01:25:53 +0200 add blank line after copyright notices and after header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:25:53 +0200] rev 8228
add blank line after copyright notices and after header
Sun, 26 Apr 2009 01:24:49 +0200 turn some comments back into module docstrings
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:24:49 +0200] rev 8227
turn some comments back into module docstrings
Sun, 26 Apr 2009 01:13:08 +0200 put license and copyright info into comment blocks
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:13:08 +0200] rev 8226
put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 updated license to be explicit about GPL version 2
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:08:54 +0200] rev 8225
updated license to be explicit about GPL version 2
Mon, 27 Apr 2009 16:29:26 +0200 hgweb: pre-init mimetypes module (fixes ugly bug in python-2.6.2 mimetypes)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 16:29:26 +0200] rev 8224
hgweb: pre-init mimetypes module (fixes ugly bug in python-2.6.2 mimetypes) The ugly initialization hack in mimetypes' initialization procedure can make hg serve hit the maximum recursion depth when in threaded mode.
Mon, 27 Apr 2009 16:26:31 +0200 templater: fix little problem from stylemap() changes
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 16:26:31 +0200] rev 8223
templater: fix little problem from stylemap() changes
Mon, 27 Apr 2009 12:37:19 +0200 more whitespace cleanup and some other style nits
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 12:37:19 +0200] rev 8222
more whitespace cleanup and some other style nits
Mon, 27 Apr 2009 12:02:16 +0200 convert: hide svn deprecation warnings
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Mon, 27 Apr 2009 12:02:16 +0200] rev 8221
convert: hide svn deprecation warnings
Mon, 27 Apr 2009 10:33:57 +0200 ui: ui.copy() now takes the ui class into account
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Mon, 27 Apr 2009 10:33:57 +0200] rev 8220
ui: ui.copy() now takes the ui class into account Helps subclassing by other API users.
Mon, 27 Apr 2009 09:12:07 +0200 whitespace cleanup
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 27 Apr 2009 09:12:07 +0200] rev 8219
whitespace cleanup
Mon, 06 Apr 2009 15:09:54 +0200 templater: separate template management and actual string processing
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 06 Apr 2009 15:09:54 +0200] rev 8218
templater: separate template management and actual string processing
Mon, 27 Apr 2009 11:35:18 +0200 tests: add tests for styled hgwebdir pages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 11:35:18 +0200] rev 8217
tests: add tests for styled hgwebdir pages
Mon, 27 Apr 2009 11:37:30 +0200 hgweb: use new sessionvars code in hgwebdir, too
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 11:37:30 +0200] rev 8216
hgweb: use new sessionvars code in hgwebdir, too
Mon, 27 Apr 2009 11:37:08 +0200 hgweb: some cleanups in hgwebdir, remove double defaults
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 27 Apr 2009 11:37:08 +0200] rev 8215
hgweb: some cleanups in hgwebdir, remove double defaults Removed obsolete command, expose useful cleannames function.
Sun, 26 Apr 2009 20:19:40 +0200 convert/svn: fix pathname parsing from URL under Windows
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 20:19:40 +0200] rev 8214
convert/svn: fix pathname parsing from URL under Windows
Sun, 26 Apr 2009 19:39:15 +0200 hghave: handle Windows raising on popen() failure
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 19:39:15 +0200] rev 8213
hghave: handle Windows raising on popen() failure
Sun, 26 Apr 2009 19:26:22 +0200 test-extdiff: replace shell script with python for portability
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 19:26:22 +0200] rev 8212
test-extdiff: replace shell script with python for portability
Sun, 26 Apr 2009 18:36:36 +0200 Declare bzr TERM=dumb to silence progress bars
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 18:36:36 +0200] rev 8211
Declare bzr TERM=dumb to silence progress bars In theory, one could set BZR_PROGRESS_BAR=none but it does not work in 1.14rc2
Sun, 26 Apr 2009 16:50:44 -0500 replace various uses of list.reverse()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8210
replace various uses of list.reverse()
Sun, 26 Apr 2009 16:50:44 -0500 replace util.sort with sorted built-in
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8209
replace util.sort with sorted built-in This is marginally faster for small and moderately-sized lists
Sun, 26 Apr 2009 16:50:44 -0500 ui: make interactive a method
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8208
ui: make interactive a method
Sun, 26 Apr 2009 16:50:44 -0500 util: take propertycache from context.py
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8207
util: take propertycache from context.py
Sun, 26 Apr 2009 16:50:44 -0500 ui: print_exc() -> traceback()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8206
ui: print_exc() -> traceback()
Sun, 26 Apr 2009 16:50:44 -0500 ui: traceback -> _traceback
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8205
ui: traceback -> _traceback
Sun, 26 Apr 2009 16:50:44 -0500 ui: report_untrusted fixes
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8204
ui: report_untrusted fixes - report_untrusted -> _reportuntrusted - only report config shadows if enabled - config shadows are debug messages
Sun, 26 Apr 2009 16:50:44 -0500 ui: privatize cdata vars
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8203
ui: privatize cdata vars
Sun, 26 Apr 2009 16:50:44 -0500 ui: buffers -> _buffers
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8202
ui: buffers -> _buffers
Sun, 26 Apr 2009 16:50:44 -0500 ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8201
ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
Sun, 26 Apr 2009 16:50:44 -0500 ui: assumetrusted -> trust
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8200
ui: assumetrusted -> trust
Sun, 26 Apr 2009 16:50:44 -0500 ui: _get_cdata -> _data
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8199
ui: _get_cdata -> _data
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip