Wed, 18 Jun 2008 22:52:25 +0200 localrepo: replace dirstate by workingfilectx in filecommit()
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:25 +0200] rev 6706
localrepo: replace dirstate by workingfilectx in filecommit()
Wed, 18 Jun 2008 22:52:25 +0200 context: let workingctx parents be overriden
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:25 +0200] rev 6705
context: let workingctx parents be overriden
Wed, 18 Jun 2008 19:04:10 +0200 graph: limit the number of displayed changest to a reasonable value
Benoit Allard <benoit@aeteurope.nl> [Wed, 18 Jun 2008 19:04:10 +0200] rev 6704
graph: limit the number of displayed changest to a reasonable value
Wed, 18 Jun 2008 16:47:47 +0300 LookupError should have same __str__ as RevlogError
Alexander Solovyov <piranha@piranha.org.ua> [Wed, 18 Jun 2008 16:47:47 +0300] rev 6703
LookupError should have same __str__ as RevlogError
Wed, 18 Jun 2008 12:56:41 +0200 templates: graph lacked bottom search in default style
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 12:56:41 +0200] rev 6702
templates: graph lacked bottom search in default style
Wed, 18 Jun 2008 12:55:05 +0200 templates: fix navigation links for graph entries
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 12:55:05 +0200] rev 6701
templates: fix navigation links for graph entries
Wed, 18 Jun 2008 12:48:04 +0200 make revlog.LookupError inherit from KeyError
Alexander Solovyov <piranha@piranha.org.ua> [Wed, 18 Jun 2008 12:48:04 +0200] rev 6700
make revlog.LookupError inherit from KeyError This will improve integration with external applications which depend on KeyError, which is usually raised by __getitem__ calls.
Wed, 18 Jun 2008 09:13:39 +0100 cvsps.py: remove unused Changeset member of logentry
Frank Kingswood <frank@kingswood-consulting.co.uk> [Wed, 18 Jun 2008 09:13:39 +0100] rev 6699
cvsps.py: remove unused Changeset member of logentry
Wed, 18 Jun 2008 12:38:45 +0200 tests: make new convert-cvs tests executable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 12:38:45 +0200] rev 6698
tests: make new convert-cvs tests executable
Wed, 18 Jun 2008 12:13:59 +0200 graph: tweak the indentation algorithm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 12:13:59 +0200] rev 6697
graph: tweak the indentation algorithm
Wed, 18 Jun 2008 11:09:18 +0200 cvsps: fix a final whitespace nit
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 11:09:18 +0200] rev 6696
cvsps: fix a final whitespace nit
Wed, 18 Jun 2008 11:08:21 +0200 tests: fix test breakage from graph template changes
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 11:08:21 +0200] rev 6695
tests: fix test breakage from graph template changes
Wed, 18 Jun 2008 10:15:59 +0200 merge incorporation of graph into paper style
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 10:15:59 +0200] rev 6694
merge incorporation of graph into paper style
Wed, 18 Jun 2008 10:05:43 +0200 hgweb: Fix up non-coal styles to support graph.
Augie Fackler <durin42@gmail.com> [Wed, 18 Jun 2008 10:05:43 +0200] rev 6693
hgweb: Fix up non-coal styles to support graph.
Wed, 18 Jun 2008 00:28:40 -0500 make graph view work with paper style
Matt Mackall <mpm@selenic.com> [Wed, 18 Jun 2008 00:28:40 -0500] rev 6692
make graph view work with paper style
Wed, 18 Jun 2008 07:06:41 +0200 add graph page to hgweb
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 18 Jun 2008 07:06:41 +0200] rev 6691
add graph page to hgweb
Sun, 15 Jun 2008 16:05:46 +0100 convert: cvs.py - Allow user to use built-in CVS changeset code.
Frank Kingswood <frank@kingswood-consulting.co.uk> [Sun, 15 Jun 2008 16:05:46 +0100] rev 6690
convert: cvs.py - Allow user to use built-in CVS changeset code. tests: add two testcases for CVS conversion with builtin CVS including a testcase for issue 1148.
Sun, 15 Jun 2008 15:59:53 +0100 convert: cvsps - User interface to CVS changeset code in cvsps.py
Frank Kingswood <frank@kingswood-consulting.co.uk> [Sun, 15 Jun 2008 15:59:53 +0100] rev 6689
convert: cvsps - User interface to CVS changeset code in cvsps.py
Tue, 17 Jun 2008 12:10:19 -0500 cvsps: fix up some whitespace
Matt Mackall <mpm@selenic.com> [Tue, 17 Jun 2008 12:10:19 -0500] rev 6688
cvsps: fix up some whitespace
Sun, 15 Jun 2008 15:59:27 +0100 convert: cvsps.py - code to generate changesets from a CVS repository
Frank Kingswood <frank@kingswood-consulting.co.uk> [Sun, 15 Jun 2008 15:59:27 +0100] rev 6687
convert: cvsps.py - code to generate changesets from a CVS repository
Mon, 16 Jun 2008 11:51:19 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Jun 2008 11:51:19 +0200] rev 6686
merge with crew-stable
Sun, 15 Jun 2008 13:05:39 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:05:39 +0200] rev 6685
Merge with crew-stable
Sat, 14 Jun 2008 16:01:24 +0200 localrepo: remove useless sort() call
Patrick Mezard <pmezard@gmail.com> [Sat, 14 Jun 2008 16:01:24 +0200] rev 6684
localrepo: remove useless sort() call
Sat, 14 Jun 2008 08:46:34 +0200 merge transplanted cset back from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 14 Jun 2008 08:46:34 +0200] rev 6683
merge transplanted cset back from crew-stable
Mon, 16 Jun 2008 11:50:33 +0200 Fix python2.3 incompatibility introduced by a2b13cac0922.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Jun 2008 11:50:33 +0200] rev 6682
Fix python2.3 incompatibility introduced by a2b13cac0922.
Mon, 16 Jun 2008 11:37:26 +0200 run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 16 Jun 2008 11:37:26 +0200] rev 6681
run-tests.py: Make tests run with python2.3 if HGTEST_* is set. optparse of python2.3 does not transform default values to the specified type so e.g. "HGTEST_JOBS=4" (introduced in 07c3cd695b48) causes tests to abort, because options.jobs is set to '4' instead of the number 4.
Sun, 15 Jun 2008 13:01:03 +0200 Ignore dummy copies in dirstate and localrepo.filecommit()
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:01:03 +0200] rev 6680
Ignore dummy copies in dirstate and localrepo.filecommit()
Sun, 15 Jun 2008 13:01:01 +0200 context: fix workingctx.fileflags() execute bit
Patrick Mezard <pmezard@gmail.com> [Sun, 15 Jun 2008 13:01:01 +0200] rev 6679
context: fix workingctx.fileflags() execute bit
Wed, 23 Apr 2008 11:40:33 +0200 sshserver: Don't try to close fp if mkstemp failed
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 23 Apr 2008 11:40:33 +0200] rev 6678
sshserver: Don't try to close fp if mkstemp failed
Fri, 06 Jun 2008 19:23:29 +0100 Add a normalize() method to dirstate
Paul Moore <p.f.moore@gmail.com> [Fri, 06 Jun 2008 19:23:29 +0100] rev 6677
Add a normalize() method to dirstate This method returns the normalised form of a path. This is - the form in the dirstate, if available, or - the form on disk, if available, or - the form passed on the command line normalize() is called on the type-'f' result of statwalk. This fixes issues 910 and 1092
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip