Sun, 26 Apr 2009 01:47:44 +0200 convert: add copyright and license headers to back-ends
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:47:44 +0200] rev 8250
convert: add copyright and license headers to back-ends
Sat, 18 Apr 2009 13:29:48 -0400 Reproduce crash where synthetic revs break merge detection (issue1578).
Greg Ward <greg-hg@gerg.ca> [Sat, 18 Apr 2009 13:29:48 -0400] rev 8249
Reproduce crash where synthetic revs break merge detection (issue1578). (The fix for this was committed as 9bbcfa898cd3.) Slightly edited by Patrick Mezard <pmezard@gmail.com>
Wed, 29 Apr 2009 21:48:59 +0200 convert/svn: ignore composite tags
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:48:59 +0200] rev 8248
convert/svn: ignore composite tags Tools like cvs2svn generate tags made of files coming from different revisions from different branches. This is not supported by Mercurial, and it slows down the conversion a lot. Ignore them. See bacula@4082 for a sample.
Wed, 29 Apr 2009 21:48:15 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:48:15 +0200] rev 8247
Merge with crew-stable
Wed, 29 Apr 2009 21:44:25 +0200 convert/svn: keep latest and not oldest tag value
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:44:25 +0200] rev 8246
convert/svn: keep latest and not oldest tag value
Tue, 28 Apr 2009 17:17:54 +0200 Don't use sed -r; instead use old-style regexp
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 17:17:54 +0200] rev 8245
Don't use sed -r; instead use old-style regexp Rev d895158fe8af introduced some sed -r tests, but -r is only available on GNU sed, while BSD sed uses -E. Better to use old-style regular expressions, that way the tests work on all sed variants.
Tue, 28 Apr 2009 18:14:49 +0200 localrepo: Refactor var names in filecommit to improve readability.
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 18:14:49 +0200] rev 8244
localrepo: Refactor var names in filecommit to improve readability.
Wed, 29 Apr 2009 18:36:55 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Wed, 29 Apr 2009 18:36:55 +0200] rev 8243
merge with crew-stable I pushed the dd1b47e17d7e to crew before realizing that it would also be suitable for crew-stable, hence the double changeset.
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8242
Fix typeerror when specifying both --rebase and --pull
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8241
Fix typeerror when specifying both --rebase and --pull
Tue, 28 Apr 2009 23:43:58 +0200 coal, paper: omit unneeded #l1 anchor in links
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 23:43:58 +0200] rev 8240
coal, paper: omit unneeded #l1 anchor in links
Tue, 28 Apr 2009 18:32:15 +0200 localrepo: corrected outdated comment
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 18:32:15 +0200] rev 8239
localrepo: corrected outdated comment
Tue, 28 Apr 2009 18:29:50 +0200 localrepo: fixed typos in comments
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 18:29:50 +0200] rev 8238
localrepo: fixed typos in comments
Tue, 28 Apr 2009 17:30:00 +0200 help: document nonempty template filter.
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 17:30:00 +0200] rev 8237
help: document nonempty template filter.
Tue, 28 Apr 2009 17:28:00 +0200 webcommands: move nonempty logic from JavaScript to Python
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 17:28:00 +0200] rev 8236
webcommands: move nonempty logic from JavaScript to Python This avoids hard-coding the '(none)' string in the JavaScript for each style and avoids the {nonexisting|nonempty} hack which only works since the template system don't complain about undefined variables.
Mon, 20 Apr 2009 12:10:04 +0200 hgweb: use "nonempty" filter in templates for the changelog message
Rocco Rutte <pdmef@gmx.net> [Mon, 20 Apr 2009 12:10:04 +0200] rev 8235
hgweb: use "nonempty" filter in templates for the changelog message At least subversion allows empty commit logs which, after conversion, show up as empty fields in hgweb and don't allow selecting the changeset. Using "nonempty" as filter, "(none)" is used to get clickable links for empty commit messages.
Mon, 20 Apr 2009 11:34:15 +0200 templatefilters: add "nonempty" template filter
Rocco Rutte <pdmef@gmx.net> [Mon, 20 Apr 2009 11:34:15 +0200] rev 8234
templatefilters: add "nonempty" template filter It ensures that at least "(none)" is returned in case the argument passed is None or ''. This is primarily useful to render empty changelog messages for hgweb but may be useful for others, too.
Mon, 27 Apr 2009 22:15:36 +0200 keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs
Patrick Mezard <pmezard@gmail.com> [Mon, 27 Apr 2009 22:15:36 +0200] rev 8233
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs The previous fix dropped unredirected_hdrs which contain authentication headers. Removing them break POST request requiring authentication (like unbundle calls to bitbucket.org).
Sun, 26 Apr 2009 01:57:12 +0200 pure/osutil: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:57:12 +0200] rev 8232
pure/osutil: add copyright and license header
Sun, 26 Apr 2009 01:57:00 +0200 match: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:57:00 +0200] rev 8231
match: add copyright and license header
Sun, 26 Apr 2009 01:56:52 +0200 fancyopts: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:56:52 +0200] rev 8230
fancyopts: add copyright and license header
Sun, 26 Apr 2009 01:56:41 +0200 config: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:56:41 +0200] rev 8229
config: add copyright and license header
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
Sun, 26 Apr 2009 16:50:43 -0500 config: getsource -> source
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8198
config: getsource -> source
Sun, 26 Apr 2009 16:50:43 -0500 ui: simplify fixconfig
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8197
ui: simplify fixconfig
Sun, 26 Apr 2009 16:50:43 -0500 ui: fix-up and warn about deprecated %%
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8196
ui: fix-up and warn about deprecated %%
Sun, 26 Apr 2009 16:50:43 -0500 bugzilla: fix section reading
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8195
bugzilla: fix section reading
Sun, 26 Apr 2009 16:50:43 -0500 templater: use new config parser
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8194
templater: use new config parser This gives us the ability to use includes and continuations
Sun, 26 Apr 2009 16:50:43 -0500 config: add section filter to read
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8193
config: add section filter to read move section filtering out of ui.readconfig kill section filtering in config.update
Sun, 26 Apr 2009 16:50:43 -0500 config: deal with spaces at end of line more carefully
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8192
config: deal with spaces at end of line more carefully
Sun, 26 Apr 2009 16:50:43 -0500 hgweb: kill parentui references
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:43 -0500] rev 8191
hgweb: kill parentui references
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip