Sat, 01 Dec 2007 13:09:27 -0600 backout: disallow across branches (issue655)
Matt Mackall <mpm@selenic.com> [Sat, 01 Dec 2007 13:09:27 -0600] rev 5568
backout: disallow across branches (issue655)
Sat, 01 Dec 2007 12:54:34 -0600 rename: add test for moving untracked files in directories
Matt Mackall <mpm@selenic.com> [Sat, 01 Dec 2007 12:54:34 -0600] rev 5567
rename: add test for moving untracked files in directories
Fri, 30 Nov 2007 18:23:18 +0100 Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 30 Nov 2007 18:23:18 +0100] rev 5566
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
Wed, 28 Nov 2007 13:58:31 -0800 Drop a bad import that snuck in.
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 13:58:31 -0800] rev 5565
Drop a bad import that snuck in.
Wed, 28 Nov 2007 11:54:39 -0600 hgweb: account for Python 2.4 in one test
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 11:54:39 -0600] rev 5564
hgweb: account for Python 2.4 in one test
Wed, 28 Nov 2007 09:39:17 -0800 hgweb: fix breaking tests on Python < 2.5
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 09:39:17 -0800] rev 5563
hgweb: fix breaking tests on Python < 2.5
Wed, 28 Nov 2007 08:39:05 -0800 Merge with crew
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 08:39:05 -0800] rev 5562
Merge with crew
Wed, 28 Nov 2007 08:38:42 -0800 hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 08:38:42 -0800] rev 5561
hgweb: return meaningful HTTP status codes instead of nonsense
Wed, 28 Nov 2007 08:38:06 -0800 hgweb: make notfound templates more informative
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 08:38:06 -0800] rev 5560
hgweb: make notfound templates more informative
Wed, 28 Nov 2007 08:37:33 -0800 hgweb: flesh out raw templates
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 08:37:33 -0800] rev 5559
hgweb: flesh out raw templates
Wed, 28 Nov 2007 08:36:55 -0800 make LookupError more detailed
Bryan O'Sullivan <bos@serpentine.com> [Wed, 28 Nov 2007 08:36:55 -0800] rev 5558
make LookupError more detailed
Wed, 28 Nov 2007 00:11:55 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 28 Nov 2007 00:11:55 +0100] rev 5557
Merge with crew-stable
Tue, 27 Nov 2007 09:44:09 -0800 convert: some tidyups, doc improvements, and test fixes
Bryan O'Sullivan <bos@serpentine.com> [Tue, 27 Nov 2007 09:44:09 -0800] rev 5556
convert: some tidyups, doc improvements, and test fixes The various back end options are now documented. The hg source can now be configured not to hand out a revision ID.
Mon, 26 Nov 2007 17:24:21 -0800 Merge with crew
Bryan O'Sullivan <bos@serpentine.com> [Mon, 26 Nov 2007 17:24:21 -0800] rev 5555
Merge with crew
Mon, 26 Nov 2007 17:23:20 -0800 convert: tell the source repository when a rev has been converted
Bryan O'Sullivan <bos@serpentine.com> [Mon, 26 Nov 2007 17:23:20 -0800] rev 5554
convert: tell the source repository when a rev has been converted This lets us roundtrip changes between svn and hg.
Mon, 26 Nov 2007 14:01:31 -0800 convert: save hg revision during a convert
Bryan O'Sullivan <bos@serpentine.com> [Mon, 26 Nov 2007 14:01:31 -0800] rev 5553
convert: save hg revision during a convert This breaks hg->hg hash roundtripping, but that was fragile, didn't work reliably, and hence arguably of little value.
Mon, 26 Nov 2007 12:25:55 -0800 Merge with mpm.
Bryan O'Sullivan <bos@serpentine.com> [Mon, 26 Nov 2007 12:25:55 -0800] rev 5552
Merge with mpm.
Sun, 25 Nov 2007 12:42:06 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Nov 2007 12:42:06 +0100] rev 5551
Merge with crew-stable
Sat, 24 Nov 2007 20:16:59 +0100 cmdutil: make "files" list all files, add "file_mods" for modified files
Patrick Mezard <pmezard@gmail.com> [Sat, 24 Nov 2007 20:16:59 +0100] rev 5550
cmdutil: make "files" list all files, add "file_mods" for modified files
Tue, 27 Nov 2007 23:55:03 +0100 hgweb.server: flush log files after every access
Patrick Mezard <pmezard@gmail.com> [Tue, 27 Nov 2007 23:55:03 +0100] rev 5549
hgweb.server: flush log files after every access
Sun, 25 Nov 2007 12:17:30 +0100 test-import: test fuzziness, ambiguous patch locations
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Nov 2007 12:17:30 +0100] rev 5548
test-import: test fuzziness, ambiguous patch locations
Sun, 25 Nov 2007 11:49:34 +0100 patch: fix sort() comparator argument
Jim Hague <jim.hague@acm.org> [Sun, 25 Nov 2007 11:49:34 +0100] rev 5547
patch: fix sort() comparator argument 'hg import' fails under Python 2.3. The name of the compare function parameter in the call to list.sort() is 'cmpfunc' in Python 2.3 and 'cmp' in Python 2.4+. Passing the compare function as a named parameter is therefore problematic.
Sat, 24 Nov 2007 12:35:02 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Sat, 24 Nov 2007 12:35:02 -0600] rev 5546
Merge with crew
Sat, 24 Nov 2007 17:56:15 +0100 cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
Patrick Mezard <pmezard@gmail.com> [Sat, 24 Nov 2007 17:56:15 +0100] rev 5545
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip