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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip