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