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
Sat, 15 Nov 2008 15:51:26 +0100 convert: be even more tolerant when detecting svn tags
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:51:26 +0100] rev 7381
convert: be even more tolerant when detecting svn tags Former code failed when tracking child directories we assumed were renamed with their parents but were really created in the tags directory. This happens in jQuery repository with /tags/ui/1.5b4/release@5455.
Sat, 15 Nov 2008 15:09:11 +0100 test-pull-branch: make it executable
Patrick Mezard <pmezard@gmail.com> [Sat, 15 Nov 2008 15:09:11 +0100] rev 7380
test-pull-branch: make it executable
Sat, 15 Nov 2008 12:27:40 +0100 graphlog: fix python2.3 incompatibility (used genexp, sorted())
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 15 Nov 2008 12:27:40 +0100] rev 7379
graphlog: fix python2.3 incompatibility (used genexp, sorted())
Fri, 14 Nov 2008 22:29:03 +0100 keyword: move common code out of commit condition
Christian Ebert <blacktrash@gmx.net> [Fri, 14 Nov 2008 22:29:03 +0100] rev 7378
keyword: move common code out of commit condition
Fri, 14 Nov 2008 14:12:43 -0600 lookup: fast-paths for int and 'tip'
Matt Mackall <mpm@selenic.com> [Fri, 14 Nov 2008 14:12:43 -0600] rev 7377
lookup: fast-paths for int and 'tip'
Fri, 14 Nov 2008 14:12:16 -0600 doc: handle shortened command synopses
Matt Mackall <mpm@selenic.com> [Fri, 14 Nov 2008 14:12:16 -0600] rev 7376
doc: handle shortened command synopses
Fri, 14 Nov 2008 19:10:09 +0100 keyword: be more efficient about ctx usage
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 19:10:09 +0100] rev 7375
keyword: be more efficient about ctx usage
Fri, 14 Nov 2008 18:34:47 +0100 graphlog: kill whitespace from earlier refactoring
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 18:34:47 +0100] rev 7374
graphlog: kill whitespace from earlier refactoring
Fri, 14 Nov 2008 14:17:42 +0100 extensions: copy __module__ for wrapped commands
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 14:17:42 +0100] rev 7373
extensions: copy __module__ for wrapped commands
Fri, 14 Nov 2008 14:36:17 +0100 pull: update to branch tip if there is only one head on the current branch
Benoit Allard <benoit@aeteurope.nl> [Fri, 14 Nov 2008 14:36:17 +0100] rev 7372
pull: update to branch tip if there is only one head on the current branch On pull, if the current named branch has only one head, update to it.
Fri, 14 Nov 2008 13:48:23 +0100 graphlog: use built-in log output buffering
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 13:48:23 +0100] rev 7371
graphlog: use built-in log output buffering
Fri, 14 Nov 2008 13:44:10 +0100 graphlog: refactor common grapher code
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 14 Nov 2008 13:44:10 +0100] rev 7370
graphlog: refactor common grapher code Extracts the column and edge determination code into a separate function usable on generic DAGs with at most 2 parents per node. grapher() is very similar to graphmod.graph(). I shall look into merging them when I try visualizing patch branches in hgweb. Started using contexts and renamed a bunch of variables (fewer underscores).
Fri, 14 Nov 2008 13:59:25 +0100 cmdutil: use change contexts for cset-printer and cset-templater
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 13:59:25 +0100] rev 7369
cmdutil: use change contexts for cset-printer and cset-templater
Fri, 14 Nov 2008 12:44:26 +0100 context: use descriptors to speed up lazy attributes
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 14 Nov 2008 12:44:26 +0100] rev 7368
context: use descriptors to speed up lazy attributes
Thu, 13 Nov 2008 21:09:51 +0100 context: special-case changectx setup for integer changeid
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 13 Nov 2008 21:09:51 +0100] rev 7367
context: special-case changectx setup for integer changeid
Thu, 13 Nov 2008 12:52:03 -0600 Add contrib/perf.py for performance testing
Matt Mackall <mpm@selenic.com> [Thu, 13 Nov 2008 12:52:03 -0600] rev 7366
Add contrib/perf.py for performance testing
Wed, 12 Nov 2008 19:11:34 -0600 lookup: speed up partial lookup
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 19:11:34 -0600] rev 7365
lookup: speed up partial lookup
Wed, 12 Nov 2008 19:11:09 -0600 help: remove redundant 'hg <command>' from command synopses
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 19:11:09 -0600] rev 7364
help: remove redundant 'hg <command>' from command synopses
Wed, 12 Nov 2008 15:58:46 -0600 revlog: speed up parents()
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:58:46 -0600] rev 7363
revlog: speed up parents()
Wed, 12 Nov 2008 15:32:16 -0600 revlog: remove delta function
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:32:16 -0600] rev 7362
revlog: remove delta function
Wed, 12 Nov 2008 15:19:14 -0600 linkrev: take a revision number rather than a hash
Matt Mackall <mpm@selenic.com> [Wed, 12 Nov 2008 15:19:14 -0600] rev 7361
linkrev: take a revision number rather than a hash
Thu, 13 Nov 2008 10:11:32 +0100 patchbomb: add option to send intro email for a single patch (issue1120)
Chris Winter <elwintro@gmail.com> [Thu, 13 Nov 2008 10:11:32 +0100] rev 7360
patchbomb: add option to send intro email for a single patch (issue1120)
Wed, 12 Nov 2008 19:12:32 +0100 patchbomb: fix patch name generation in patch series
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 19:12:32 +0100] rev 7359
patchbomb: fix patch name generation in patch series
Wed, 12 Nov 2008 19:12:26 +0100 patchbomb: add tests for diffstat, inline, and attach options
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 19:12:26 +0100] rev 7358
patchbomb: add tests for diffstat, inline, and attach options
Wed, 12 Nov 2008 19:12:21 +0100 patchbomb: make test markers more syntax highlighter friendly
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 19:12:21 +0100] rev 7357
patchbomb: make test markers more syntax highlighter friendly
Wed, 12 Nov 2008 16:32:21 +0100 graphlog: add assertion for allowed n_column_diff range
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 16:32:21 +0100] rev 7356
graphlog: add assertion for allowed n_column_diff range
Wed, 12 Nov 2008 16:32:35 +0100 graphlog: drop redundant comment (see docstring)
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 16:32:35 +0100] rev 7355
graphlog: drop redundant comment (see docstring)
Wed, 12 Nov 2008 14:36:16 +0100 patchbomb: extract a bunch of nested functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 12 Nov 2008 14:36:16 +0100] rev 7354
patchbomb: extract a bunch of nested functions - clarifies dependencies on variables - extracts potentially useful utility functions - no need for separate confirm() function - error message style conformance - PEP 8 conformance
Wed, 12 Nov 2008 14:07:47 +0100 patchbomb: make `hg email` reusable for other patch sources
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 14:07:47 +0100] rev 7353
patchbomb: make `hg email` reusable for other patch sources Adds two internal options, patches and patchnames, which allow other extensions to email a given set of patches. The pbranch extension needs this to send its patches which are diffs between topic branches.
Wed, 12 Nov 2008 14:01:09 +0100 patchbomb: make options to email command reusable
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Wed, 12 Nov 2008 14:01:09 +0100] rev 7352
patchbomb: make options to email command reusable Makes the option set that controls the actual emailing of the patches available as patchbomb.emailopts.
Wed, 12 Nov 2008 09:08:43 +0100 Backed out changeset c5dbe86b0fee (issue1375)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 12 Nov 2008 09:08:43 +0100] rev 7351
Backed out changeset c5dbe86b0fee (issue1375)
Tue, 11 Nov 2008 23:16:59 +0100 inotify: fix replacing a folder with a file (issue1375)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 11 Nov 2008 23:16:59 +0100] rev 7350
inotify: fix replacing a folder with a file (issue1375)
Sun, 09 Nov 2008 12:15:32 +0100 fix test-export portability (issue1383)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 09 Nov 2008 12:15:32 +0100] rev 7349
fix test-export portability (issue1383) wc outputs with leading spaces on *BSD
Sat, 08 Nov 2008 00:29:04 +0100 merge with mpm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 08 Nov 2008 00:29:04 +0100] rev 7348
merge with mpm
Sat, 08 Nov 2008 00:27:51 +0100 tests: fix test failures from default/template changes
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 08 Nov 2008 00:27:51 +0100] rev 7347
tests: fix test failures from default/template changes
Fri, 07 Nov 2008 23:56:02 +0100 tests: make killdaemons.py executable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 07 Nov 2008 23:56:02 +0100] rev 7346
tests: make killdaemons.py executable
Fri, 07 Nov 2008 23:31:12 +0100 hgweb: fix up the less/more links on the graph page
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 07 Nov 2008 23:31:12 +0100] rev 7345
hgweb: fix up the less/more links on the graph page Previously, they pointed to a non-intuitive revision, and got borked when using a URL-specified style combined with alternate revcounts.
Fri, 07 Nov 2008 16:28:53 -0600 tests: add killdaemons helper script
Matt Mackall <mpm@selenic.com> [Fri, 07 Nov 2008 16:28:53 -0600] rev 7344
tests: add killdaemons helper script
Fri, 07 Nov 2008 16:28:52 -0600 run-tests: allow turning off diff display
Matt Mackall <mpm@selenic.com> [Fri, 07 Nov 2008 16:28:52 -0600] rev 7343
run-tests: allow turning off diff display
Fri, 07 Nov 2008 15:30:25 -0600 protocol: avoid sending outrageously large between requests
Matt Mackall <mpm@selenic.com> [Fri, 07 Nov 2008 15:30:25 -0600] rev 7342
protocol: avoid sending outrageously large between requests
Thu, 06 Nov 2008 13:15:35 -0600 tests: fix test-hgweb to not leak directory name
Matt Mackall <mpm@selenic.com> [Thu, 06 Nov 2008 13:15:35 -0600] rev 7341
tests: fix test-hgweb to not leak directory name
Thu, 06 Nov 2008 12:46:34 -0600 hgweb: improve color discrimination for paper and coal
Matt Mackall <mpm@selenic.com> [Thu, 06 Nov 2008 12:46:34 -0600] rev 7340
hgweb: improve color discrimination for paper and coal
Thu, 06 Nov 2008 12:22:09 -0600 hgweb: update tests for paper style
Matt Mackall <mpm@selenic.com> [Thu, 06 Nov 2008 12:22:09 -0600] rev 7339
hgweb: update tests for paper style diff -r ca03debb3dcd -r 4e1e6aee37e8 tests/test-hgweb-commands.out Binary file tests/test-hgweb-commands.out has changed
Thu, 06 Nov 2008 11:57:37 -0600 hgweb: move old style to spartan/
Matt Mackall <mpm@selenic.com> [Thu, 06 Nov 2008 11:57:37 -0600] rev 7338
hgweb: move old style to spartan/
Thu, 06 Nov 2008 11:56:01 -0600 hgweb: Change default style to paper
Matt Mackall <mpm@selenic.com> [Thu, 06 Nov 2008 11:56:01 -0600] rev 7337
hgweb: Change default style to paper
Fri, 31 Oct 2008 15:28:06 +0100 hgweb: support for deny_read/allow_read options
Mark Edgington <edgimar@gmail.com> [Fri, 31 Oct 2008 15:28:06 +0100] rev 7336
hgweb: support for deny_read/allow_read options reimplementation of a patch provided by Nilton Volpato. Folded into a single patch by Thomas Arendsen Hein.
Fri, 07 Nov 2008 18:42:43 +0100 add missing import from 618140c75d8d
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 07 Nov 2008 18:42:43 +0100] rev 7335
add missing import from 618140c75d8d
Fri, 07 Nov 2008 18:41:22 +0100 fix restart of interrupted recover
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 07 Nov 2008 18:41:22 +0100] rev 7334
fix restart of interrupted recover Ignore missing files if they are already removed. Thanks maelcum on IRC for reporting it.
Fri, 07 Nov 2008 15:47:01 +0100 hgweb: show revision number in the graph pagination
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 07 Nov 2008 15:47:01 +0100] rev 7333
hgweb: show revision number in the graph pagination
Fri, 07 Nov 2008 15:40:36 +0100 hgweb: fix pagination for graph
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 07 Nov 2008 15:40:36 +0100] rev 7332
hgweb: fix pagination for graph
Fri, 07 Nov 2008 13:22:41 +0100 Keep sessionvars with repository links added in a0843c82d1a2
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 07 Nov 2008 13:22:41 +0100] rev 7331
Keep sessionvars with repository links added in a0843c82d1a2 Without this, e.g. "?style=coal" would be dropped.
Fri, 07 Nov 2008 13:08:34 +0100 Fix test output for updated gitdiffs help and web template cleanups
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 07 Nov 2008 13:08:34 +0100] rev 7330
Fix test output for updated gitdiffs help and web template cleanups
Fri, 07 Nov 2008 13:02:04 +0100 Do not abort with inotify extension enabled, but not supported by the system.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 07 Nov 2008 13:02:04 +0100] rev 7329
Do not abort with inotify extension enabled, but not supported by the system. And remove the "native support is required" message which is generated at an inappropriate location and is printed more than once when using 'hg status'.
Fri, 07 Nov 2008 13:02:03 +0100 Enhance gitdiffs help text
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 07 Nov 2008 13:02:03 +0100] rev 7328
Enhance gitdiffs help text
Fri, 07 Nov 2008 13:02:02 +0100 Kill trailing whitespace in templates
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 07 Nov 2008 13:02:02 +0100] rev 7327
Kill trailing whitespace in templates
Fri, 07 Nov 2008 11:44:37 +0100 graphlog: move functions around, eliminate helper function
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 07 Nov 2008 11:44:37 +0100] rev 7326
graphlog: move functions around, eliminate helper function Makes it easier to read all of the code.
Fri, 07 Nov 2008 10:37:20 +0100 graphlog: split the actual DAG grapher out into a separate method
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:37:20 +0100] rev 7325
graphlog: split the actual DAG grapher out into a separate method This allows extensions like pbranch to use asciigraph() to graph dependencies for patch branches, but could be used for basically any DAG.
Fri, 07 Nov 2008 10:29:43 +0100 graphlog: rename some vars prior to refactoring
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:29:43 +0100] rev 7324
graphlog: rename some vars prior to refactoring
Fri, 07 Nov 2008 10:29:35 +0100 graphlog: make some comment lines more like others in punctuation
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:29:35 +0100] rev 7323
graphlog: make some comment lines more like others in punctuation
Fri, 07 Nov 2008 10:18:55 +0100 patchbomb: fix indentation
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:18:55 +0100] rev 7322
patchbomb: fix indentation
Fri, 07 Nov 2008 10:18:12 +0100 patchbomb: move exportee class to top level
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:18:12 +0100] rev 7321
patchbomb: move exportee class to top level As suggested by djc.
Fri, 07 Nov 2008 10:27:39 +0100 ui: log non-interactive default response to stdout when verbose
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Fri, 07 Nov 2008 10:27:39 +0100] rev 7320
ui: log non-interactive default response to stdout when verbose This allows test scripts that feed their output into documentation to properly show the session as it would appear to an end-user.
Thu, 06 Nov 2008 11:17:38 +0100 export: fixed silent output file overwriting
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Thu, 06 Nov 2008 11:17:38 +0100] rev 7319
export: fixed silent output file overwriting hg export -o outfile 1 2 3 4 had the same effect as hg -o outfile 4 This was caused by opening with 'w' instead of 'a'. This only occurs when the filename pattern resulted in ambiguous patch filenames.
Thu, 06 Nov 2008 10:39:52 +0100 merge bookmarks
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 06 Nov 2008 10:39:52 +0100] rev 7318
merge bookmarks
Thu, 06 Nov 2008 10:31:09 +0100 bookmarks: Test if rebase works with bookmarks
Alexander Solovyov <piranha@piranha.org.ua> [Thu, 06 Nov 2008 10:31:09 +0100] rev 7317
bookmarks: Test if rebase works with bookmarks Add a test that tests if rebase works fine with bookmarks.
Wed, 05 Nov 2008 03:53:34 +0100 bookmarks: Use dirstate to determine the current node in addchangegroup
David Soria Parra <dsp@php.net> [Wed, 05 Nov 2008 03:53:34 +0100] rev 7316
bookmarks: Use dirstate to determine the current node in addchangegroup Using the changectx might result in a lookup error during the strip command. Thefore we use the current dirstate to get the parents of the working directory.
Wed, 05 Nov 2008 18:57:54 +0100 tests: run svn tests only with svn bindings >1.3
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Nov 2008 18:57:54 +0100] rev 7315
tests: run svn tests only with svn bindings >1.3
Wed, 05 Nov 2008 09:48:56 +0100 coal/paper: link repo name to hgweb root
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Nov 2008 09:48:56 +0100] rev 7314
coal/paper: link repo name to hgweb root
Wed, 05 Nov 2008 09:42:52 +0100 paper: don't keep the menu affixed to the top
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 05 Nov 2008 09:42:52 +0100] rev 7313
paper: don't keep the menu affixed to the top This makes scrolling slow and causes browsers to use a lot of CPU time.
Mon, 03 Nov 2008 16:01:24 -0600 Shorten sleep in inotify test
Matt Mackall <mpm@selenic.com> [Mon, 03 Nov 2008 16:01:24 -0600] rev 7312
Shorten sleep in inotify test
Mon, 03 Nov 2008 20:31:53 +0100 hgweb: move another utility function into the webutil module
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 20:31:53 +0100] rev 7311
hgweb: move another utility function into the webutil module
Mon, 03 Nov 2008 20:41:48 +0100 hgweb: move the diffs() generator into webutil
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 20:41:48 +0100] rev 7310
hgweb: move the diffs() generator into webutil
Mon, 03 Nov 2008 20:05:03 +0100 hgweb: use patch.diff() to make sensible diffs (issue1223, issue1258)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 20:05:03 +0100] rev 7309
hgweb: use patch.diff() to make sensible diffs (issue1223, issue1258) This gets us git diffs when enabled and doesn't pick erratic file parents.
Mon, 03 Nov 2008 16:48:23 +0100 patch: turn patch.diff() into a generator
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 16:48:23 +0100] rev 7308
patch: turn patch.diff() into a generator This should even be a little faster than passing in an fp argument.
Mon, 03 Nov 2008 16:31:47 +0100 help: commands supporting --git point to the gitdiffs topic (issue1352)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 16:31:47 +0100] rev 7307
help: commands supporting --git point to the gitdiffs topic (issue1352)
Mon, 03 Nov 2008 16:30:21 +0100 mq: reflow qnew help, add help for options
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 03 Nov 2008 16:30:21 +0100] rev 7306
mq: reflow qnew help, add help for options
Mon, 03 Nov 2008 10:20:28 +0100 hgweb: descend empty directories in web view
Ry4an Brase <ry4an-hg@ry4an.org> [Mon, 03 Nov 2008 10:20:28 +0100] rev 7305
hgweb: descend empty directories in web view When a manifest has a series of directories with nothing in them but a single directory, displaying the entire chain of empty directories allows for navigation down to the first non-empty directory with a single click. Because Java links package hierarchy to directory hierarchy, and because Java conventions include at least three empty directories at the top of this hierarchy, descending down empty directories is very common in Java web tools.
Sun, 02 Nov 2008 22:44:42 +0100 inotify: fix bug in formatting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 02 Nov 2008 22:44:42 +0100] rev 7304
inotify: fix bug in formatting
Sun, 02 Nov 2008 17:28:03 +0100 Corrected some command synopsises
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 02 Nov 2008 17:28:03 +0100] rev 7303
Corrected some command synopsises
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.
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip