Sun, 30 Nov 2008 22:51:42 +0100 convert: improve reporting of invalid svn bindings
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Nov 2008 22:51:42 +0100] rev 7447
convert: improve reporting of invalid svn bindings
Sun, 30 Nov 2008 22:01:26 +0100 convert: work around svn.ra.get_files() not releasing input buffer
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Nov 2008 22:01:26 +0100] rev 7446
convert: work around svn.ra.get_files() not releasing input buffer
Sun, 30 Nov 2008 18:38:42 +0100 gitweb: fix graph again after previous faulty commit (1e0677756f60)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 30 Nov 2008 18:38:42 +0100] rev 7445
gitweb: fix graph again after previous faulty commit (1e0677756f60)
Fri, 28 Nov 2008 11:38:41 +0100 Improvement to 14ce129cfcd: Use try/except and pass filename on errors
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 28 Nov 2008 11:38:41 +0100] rev 7444
Improvement to 14ce129cfcd: Use try/except and pass filename on errors Without the second part, the error message would be abort: Is a directory instead of abort: Is a directory: /home/user/.cvspass
Fri, 28 Nov 2008 09:50:30 +0100 gitweb: fix graph display in IE
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Nov 2008 09:50:30 +0100] rev 7443
gitweb: fix graph display in IE
Thu, 27 Nov 2008 10:13:20 +0100 convert: check existence of ~/.cvspass before reading it
Edouard Gomez <ed.gomez@free.fr> [Thu, 27 Nov 2008 10:13:20 +0100] rev 7442
convert: check existence of ~/.cvspass before reading it
Thu, 27 Nov 2008 22:04:51 +0100 convert cvs: Fix branch name parsing
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 22:04:51 +0100] rev 7441
convert cvs: Fix branch name parsing cvsps version 2.2b1 as found in Fedora 10 outputs the following format: --------------------- PatchSet 1 Date: 2008/11/26 00:59:46 Author: mk Branch: HEAD Tag: (none) Branches: INITIAL Log: Initial revision Members: a:INITIAL->1.1 b/c:INITIAL->1.1 --------------------- The parser overwrote the Branch value with noise from the misparsed Branches value.
Thu, 27 Nov 2008 11:14:43 -0800 Fix test breakage introduced in 07faba78cf5a
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:14:43 -0800] rev 7440
Fix test breakage introduced in 07faba78cf5a
Thu, 27 Nov 2008 11:05:50 -0800 Ignore eclipse droppings
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:05:50 -0800] rev 7439
Ignore eclipse droppings
Thu, 27 Nov 2008 11:04:29 -0800 Add hgcia to hgext
Brendan Cully <brendan@kublai.com> [Thu, 27 Nov 2008 11:04:29 -0800] rev 7438
Add hgcia to hgext
Thu, 27 Nov 2008 18:46:45 +0100 tests: fix test results for 07faba78cf5a
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 18:46:45 +0100] rev 7437
tests: fix test results for 07faba78cf5a
Thu, 27 Nov 2008 17:00:54 +0100 diff: fix obscure off-by-one error in diff -p
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 17:00:54 +0100] rev 7436
diff: fix obscure off-by-one error in diff -p
Thu, 27 Nov 2008 16:07:17 +0100 bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 16:07:17 +0100] rev 7435
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Thu, 27 Nov 2008 16:07:13 +0100 kill some trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 27 Nov 2008 16:07:13 +0100] rev 7434
kill some trailing spaces
Thu, 27 Nov 2008 01:35:12 +0100 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Nov 2008 01:35:12 +0100] rev 7433
merge with mpm
Thu, 27 Nov 2008 01:10:27 +0100 rpm spec: include python egg in rpm
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 01:10:27 +0100] rev 7432
rpm spec: include python egg in rpm Better complicance with packaging guidelines http://fedoraproject.org/wiki/Packaging/Python http://fedoraproject.org/wiki/Packaging/Python/Eggs
Thu, 27 Nov 2008 01:09:11 +0100 buildrpm: complain when hg command isn't available
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 01:09:11 +0100] rev 7431
buildrpm: complain when hg command isn't available Before it complained "You are not inside a Mercurial repository!" which wasn't true.
Thu, 27 Nov 2008 00:57:32 +0100 util: use existing never() instead of custom lambda
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:32 +0100] rev 7430
util: use existing never() instead of custom lambda
Thu, 27 Nov 2008 00:57:31 +0100 tests: Skip tests if they will fail because of outer repo
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:31 +0100] rev 7429
tests: Skip tests if they will fail because of outer repo For different reasons these tests will fail if run in a tmpdir which is in a hg repo. The following three tests assumes no .hg in path dirs - I don't know how to work around that: * test-dispatch explicitly tests for no repo and expects "abort: There is no Mercurial repository here (.hg not found)!" * test-extension expects parentui to be None when not cd'ed to a repo dir * test-globalopts tests that implicit -R works correctly - that could perhaps be done from another repo instead of assuming no repo The following two might be worth investigating further: * test-convert-svn-sink fails for unknown reasons, starting with "abort: unresolved merge conflicts (see hg resolve)" * test-glog gets strange failures when testing "from outer space"
Thu, 27 Nov 2008 00:57:30 +0100 tests: use killdaemons in hgweb tests
Mads Kiilerich <mads@kiilerich.com> [Thu, 27 Nov 2008 00:57:30 +0100] rev 7428
tests: use killdaemons in hgweb tests hgweb tests often failed on my system because the serve port wasn't free when a new hgweb was started; the killed hg wasn't completely dead yet. Now we use killdaemons which waits for the process to die.
Wed, 26 Nov 2008 22:27:37 +0100 util_win32: fix Windows version checking (issue1358)
Patrick Mezard <pmezard@gmail.com> [Wed, 26 Nov 2008 22:27:37 +0100] rev 7427
util_win32: fix Windows version checking (issue1358) shell.SHGetPathFromIDList() segfaults when called in Apache.
Fri, 21 Nov 2008 22:27:11 +0000 Graphlog extension adds a --graph option to log/in/out
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 22:27:11 +0000] rev 7426
Graphlog extension adds a --graph option to log/in/out The --graph option shows the ascii revision graph when used in conjunction with the incoming, outgoing or log commands. It also makes sure that incompatible options (e.g. --newest-first) are not used.
Sun, 23 Nov 2008 20:16:29 +0100 tests: disable test-convert-darcs properly for darcs 2
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 20:16:29 +0100] rev 7425
tests: disable test-convert-darcs properly for darcs 2 The x bit was disabled without notice in 8046f0a070a6
Sun, 23 Nov 2008 18:17:02 +0100 Fix rpmlint warnings
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 18:17:02 +0100] rev 7424
Fix rpmlint warnings contrib/mercurial.spec:9: W: hardcoded-path-in-buildroot-tag /tmp/build.%{name}-%{version}-%{release} A path is hardcoded in your Buildroot tag. It should be replaced by something like %{_tmppath}/%name-root. contrib/mercurial.spec:31: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT $RPM_BUILD_ROOT should not be touched during %build or %prep stage, as it will break short circuiting.
Sun, 23 Nov 2008 18:16:02 +0100 Make rpm spec less explicit
Mads Kiilerich <mads@kiilerich.com> [Sun, 23 Nov 2008 18:16:02 +0100] rev 7423
Make rpm spec less explicit Fixes: * current buildrpm failing on Fedora because of unexpected zeroconf extensions * unowned directories hgext/*/
Wed, 26 Nov 2008 13:11:08 -0600 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 26 Nov 2008 13:11:08 -0600] rev 7422
Merge with crew
Wed, 26 Nov 2008 18:23:35 +0100 Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 26 Nov 2008 18:23:35 +0100] rev 7421
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
Tue, 25 Nov 2008 18:45:08 -0800 inotify: remove unused imports (thanks pyflakes)
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:45:08 -0800] rev 7420
inotify: remove unused imports (thanks pyflakes)
Tue, 25 Nov 2008 18:32:44 -0800 color: don't run status twice for -n
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:32:44 -0800] rev 7419
color: don't run status twice for -n Just cut off the status characters.
Tue, 25 Nov 2008 18:21:00 -0800 color: fix status -n
Brendan Cully <brendan@kublai.com> [Tue, 25 Nov 2008 18:21:00 -0800] rev 7418
color: fix status -n
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip