Thu, 26 Jun 2008 13:46:33 -0500 context: clean up parents()
Matt Mackall <mpm@selenic.com> [Thu, 26 Jun 2008 13:46:33 -0500] rev 6742
context: clean up parents()
Thu, 26 Jun 2008 13:46:31 -0500 context: simplify changeid logic
Matt Mackall <mpm@selenic.com> [Thu, 26 Jun 2008 13:46:31 -0500] rev 6741
context: simplify changeid logic
Thu, 26 Jun 2008 13:46:29 -0500 use repo.changectx(None) to get a workingctx
Matt Mackall <mpm@selenic.com> [Thu, 26 Jun 2008 13:46:29 -0500] rev 6740
use repo.changectx(None) to get a workingctx
Wed, 25 Jun 2008 17:35:20 -0500 context: avoid using None for working parent
Matt Mackall <mpm@selenic.com> [Wed, 25 Jun 2008 17:35:20 -0500] rev 6739
context: avoid using None for working parent
Wed, 25 Jun 2008 17:34:28 -0500 use repo.changectx rather than context.changectx
Matt Mackall <mpm@selenic.com> [Wed, 25 Jun 2008 17:34:28 -0500] rev 6738
use repo.changectx rather than context.changectx
Wed, 25 Jun 2008 17:33:51 -0500 context: consistently return p1 context for None
Matt Mackall <mpm@selenic.com> [Wed, 25 Jun 2008 17:33:51 -0500] rev 6737
context: consistently return p1 context for None
Wed, 25 Jun 2008 17:33:34 -0500 lookup: optimize '.'
Matt Mackall <mpm@selenic.com> [Wed, 25 Jun 2008 17:33:34 -0500] rev 6736
lookup: optimize '.' Remove error messages as behavior is documented in hg help revs
Wed, 25 Jun 2008 12:53:57 -0700 Remove RSS/atom links from coal/paper index
Brendan Cully <brendan@kublai.com> [Wed, 25 Jun 2008 12:53:57 -0700] rev 6735
Remove RSS/atom links from coal/paper index
Wed, 25 Jun 2008 12:52:40 -0700 Improve archive links in coal/paper index
Brendan Cully <brendan@kublai.com> [Wed, 25 Jun 2008 12:52:40 -0700] rev 6734
Improve archive links in coal/paper index
Wed, 25 Jun 2008 20:50:40 +0200 graph: fix JavaScript issues to make it work on IE
Benoit Allard <benoit@aeteurope.nl> [Wed, 25 Jun 2008 20:50:40 +0200] rev 6733
graph: fix JavaScript issues to make it work on IE
Wed, 25 Jun 2008 10:54:48 +0200 fix default branchheads() argument (e85951aeec6e was very broken)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 25 Jun 2008 10:54:48 +0200] rev 6732
fix default branchheads() argument (e85951aeec6e was very broken)
Wed, 25 Jun 2008 10:37:07 +0200 fix dumb test failure introduced in 855851eae70f
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 25 Jun 2008 10:37:07 +0200] rev 6731
fix dumb test failure introduced in 855851eae70f
Tue, 24 Jun 2008 20:39:37 -0700 Improve hgwebdir index in coal and paper styles
Brendan Cully <brendan@kublai.com> [Tue, 24 Jun 2008 20:39:37 -0700] rev 6730
Improve hgwebdir index in coal and paper styles
Tue, 24 Jun 2008 10:18:03 +0200 graph: improve script hiding tricks
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 24 Jun 2008 10:18:03 +0200] rev 6729
graph: improve script hiding tricks
Tue, 24 Jun 2008 10:08:32 +0200 graph: optimize rendering by appending all nodes at once
Augie Fackler <durin42@gmail.com> [Tue, 24 Jun 2008 10:08:32 +0200] rev 6728
graph: optimize rendering by appending all nodes at once
Tue, 24 Jun 2008 09:53:48 +0200 Fix gitweb to not say shortlog instead of graph.
Augie Fackler <durin42@gmail.com> [Tue, 24 Jun 2008 09:53:48 +0200] rev 6727
Fix gitweb to not say shortlog instead of graph.
Tue, 24 Jun 2008 09:36:24 +0200 tighter default argument selection in localrepo.branchheads()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 24 Jun 2008 09:36:24 +0200] rev 6726
tighter default argument selection in localrepo.branchheads()
Tue, 24 Jun 2008 09:34:38 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 24 Jun 2008 09:34:38 +0200] rev 6725
merge from crew-stable
Tue, 24 Jun 2008 09:33:13 +0200 use ${PYTHON} var in doc/Makefile as well
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 24 Jun 2008 09:33:13 +0200] rev 6724
use ${PYTHON} var in doc/Makefile as well
Mon, 23 Jun 2008 15:02:52 +0200 merge: only in-branch merges can be implicit
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Jun 2008 15:02:52 +0200] rev 6723
merge: only in-branch merges can be implicit
Mon, 23 Jun 2008 15:03:22 +0200 get repo.branchheads() to use working directory's branch by default
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Jun 2008 15:03:22 +0200] rev 6722
get repo.branchheads() to use working directory's branch by default
Mon, 23 Jun 2008 13:12:32 +0200 kill some trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Jun 2008 13:12:32 +0200] rev 6721
kill some trailing spaces
Mon, 23 Jun 2008 12:54:27 +0200 graph: display branch name alongside tags
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 23 Jun 2008 12:54:27 +0200] rev 6720
graph: display branch name alongside tags
Mon, 23 Jun 2008 10:36:00 +0200 test-commit: test unset date is not read as epoch origin
Patrick Mezard <pmezard@gmail.com> [Mon, 23 Jun 2008 10:36:00 +0200] rev 6719
test-commit: test unset date is not read as epoch origin
Sat, 21 Jun 2008 15:27:51 +0200 Fix commit date (issue1193)
Christian Ebert <blacktrash@gmx.net> [Sat, 21 Jun 2008 15:27:51 +0200] rev 6718
Fix commit date (issue1193) The None check in workingctx prevents calling util.makedate when date is not explicitly given.
Thu, 19 Jun 2008 00:14:24 +0200 convert: hg sink commits without working dir
Patrick Mezard <pmezard@gmail.com> [Thu, 19 Jun 2008 00:14:24 +0200] rev 6717
convert: hg sink commits without working dir
Thu, 19 Jun 2008 00:14:24 +0200 convert: reintegrate file retrieval code in sinks
Patrick Mezard <pmezard@gmail.com> [Thu, 19 Jun 2008 00:14:24 +0200] rev 6716
convert: reintegrate file retrieval code in sinks It simplifies the sink interface and all the sinks to handle files data as they want.
Thu, 19 Jun 2008 00:14:23 +0200 context: add memctx for memory commits
Patrick Mezard <pmezard@gmail.com> [Thu, 19 Jun 2008 00:14:23 +0200] rev 6715
context: add memctx for memory commits
Wed, 18 Jun 2008 23:45:49 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 18 Jun 2008 23:45:49 +0200] rev 6714
merge with crew
Wed, 18 Jun 2008 23:16:51 +0200 coal: remove double template entry
Benoit Allard <benoit@aeteurope.nl> [Wed, 18 Jun 2008 23:16:51 +0200] rev 6713
coal: remove double template entry
Wed, 18 Jun 2008 23:23:03 +0200 localrepo: interpret ctx.filectx() exception as a missing file
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 23:23:03 +0200] rev 6712
localrepo: interpret ctx.filectx() exception as a missing file
Wed, 18 Jun 2008 23:00:20 +0200 localrepo: do not expose workingctx options
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 23:00:20 +0200] rev 6711
localrepo: do not expose workingctx options These are implementation details and probably of no use to client code.
Wed, 18 Jun 2008 22:52:26 +0200 localrepo: extract _commitctx() from commit()
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:26 +0200] rev 6710
localrepo: extract _commitctx() from commit() _commitctx() takes a single changectx like argument. It gives way to commits from memory only.
Wed, 18 Jun 2008 22:52:26 +0200 context: let workingctx.date(), .user() and description() be overriden
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:26 +0200] rev 6709
context: let workingctx.date(), .user() and description() be overriden
Wed, 18 Jun 2008 22:52:26 +0200 localrepo: let commit() get extra data from workingctx
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:26 +0200] rev 6708
localrepo: let commit() get extra data from workingctx
Wed, 18 Jun 2008 22:52:25 +0200 localrepo: hide commit() file selection behind workingctx
Patrick Mezard <pmezard@gmail.com> [Wed, 18 Jun 2008 22:52:25 +0200] rev 6707
localrepo: hide commit() file selection behind workingctx
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
Fri, 06 Jun 2008 19:23:23 +0100 Add a new function, fspath
Paul Moore <p.f.moore@gmail.com> [Fri, 06 Jun 2008 19:23:23 +0100] rev 6676
Add a new function, fspath The function, given a relative filename and a root, returns the filename modified to use the case actually stored in the filesystem (or None if the file does not exist). The returned name is relative to the root, but retains the path separators used in the input path. (This is not strictly necessary, but retaining the path separators minimises misleading test suite failures). A win32-specific implementation (using win32api.FindFiles) is possible, but it has not been implemented as testing seems to demonstrate that the win32-specific code is not significantly faster (thanks to the caching of results in the generic code).
Fri, 06 Jun 2008 08:29:16 +0100 Add a folding() method to dirstate
Paul Moore <p.f.moore@gmail.com> [Fri, 06 Jun 2008 08:29:16 +0100] rev 6675
Add a folding() method to dirstate The method returns True if the dirstate is on a case folding filesystem.
Wed, 11 Jun 2008 11:00:01 +0200 update: add "(nobackup)" to help text of option --clean
Adrian Buehlmann <adrian@cadifra.com> [Wed, 11 Jun 2008 11:00:01 +0200] rev 6674
update: add "(nobackup)" to help text of option --clean
Wed, 11 Jun 2008 13:51:57 +0200 update: improved help text
Adrian Buehlmann <adrian@cadifra.com> [Wed, 11 Jun 2008 13:51:57 +0200] rev 6673
update: improved help text Using the term "the repository's working directory" instead of just "working directory" to make it nearly impossible to confuse it with $PWD. Also, this new wording better conveys the fact that update applies to the working dir as a whole (no matter what the $PWD currently is).
Thu, 12 Jun 2008 02:27:06 +0200 keyword: mimic cmdutil.bail_if_changed even more
Christian Ebert <blacktrash@gmx.net> [Thu, 12 Jun 2008 02:27:06 +0200] rev 6672
keyword: mimic cmdutil.bail_if_changed even more At the check before overwriting with kwexpand, kwshrink: - abort when in middle of merge - give terser abort message
Fri, 13 Jun 2008 17:29:10 -0500 tag: record tag we're superseding, if any (issue 1102)
Matt Mackall <mpm@selenic.com> [Fri, 13 Jun 2008 17:29:10 -0500] rev 6671
tag: record tag we're superseding, if any (issue 1102)
Fri, 13 Jun 2008 12:34:23 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 13 Jun 2008 12:34:23 +0200] rev 6670
merge from crew-stable
Fri, 13 Jun 2008 12:33:40 +0200 fix traceback in hgweb when URL doesn't end in one of the archive specs
Ali Saidi <saidi@eecs.umich.edu> [Fri, 13 Jun 2008 12:33:40 +0200] rev 6669
fix traceback in hgweb when URL doesn't end in one of the archive specs If the last n charecters of the URL doesn't match an entry in archive_specs req.form never has a key 'type'. When achive() looks up 'type' in the form dict it causes a traceback rather than printing an error message.
Thu, 12 Jun 2008 07:38:15 -0500 mq: qdiff: support all diffopts
Jason Orendorff <jorendorff@mozilla.com> [Thu, 12 Jun 2008 07:38:15 -0500] rev 6668
mq: qdiff: support all diffopts
Thu, 12 Jun 2008 11:01:36 +0200 keyword: disable expansion for annotate
Christian Ebert <blacktrash@gmx.net> [Thu, 12 Jun 2008 11:01:36 +0200] rev 6667
keyword: disable expansion for annotate Keyword expansion should not be annotated. Annotate revision when unexpanded keyword was inserted. Add test.
Thu, 12 Jun 2008 11:33:47 +0200 convert comments to docstrings in a bunch of extensions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 12 Jun 2008 11:33:47 +0200] rev 6666
convert comments to docstrings in a bunch of extensions
Thu, 12 Jun 2008 13:12:09 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 12 Jun 2008 13:12:09 +0200] rev 6665
merge from crew-stable
Thu, 12 Jun 2008 00:11:09 -0700 Truncate input to 1K when using pygments guess_lexer.
Brendan Cully <brendan@kublai.com> [Thu, 12 Jun 2008 00:11:09 -0700] rev 6664
Truncate input to 1K when using pygments guess_lexer. This function appears to be exponential with input length.
Thu, 12 Jun 2008 08:53:23 +0200 paper: fix reference to coal tags template
Andrew Beekhof <beekhof@gmail.com> [Thu, 12 Jun 2008 08:53:23 +0200] rev 6663
paper: fix reference to coal tags template
Thu, 12 Jun 2008 00:11:09 -0700 Truncate input to 1K when using pygments guess_lexer.
Brendan Cully <brendan@kublai.com> [Thu, 12 Jun 2008 00:11:09 -0700] rev 6662
Truncate input to 1K when using pygments guess_lexer. This function appears to be exponential with input length.
Wed, 11 Jun 2008 18:00:58 -0500 hgweb: add paper style derived from coal
Matt Mackall <mpm@selenic.com> [Wed, 11 Jun 2008 18:00:58 -0500] rev 6661
hgweb: add paper style derived from coal
Wed, 11 Jun 2008 17:49:27 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 11 Jun 2008 17:49:27 -0500] rev 6660
Merge with crew
Wed, 11 Jun 2008 14:49:53 +0200 webcommands: fix increments lost by 894875eae49b
Andrew Beekhof <beekhof@gmail.com> [Wed, 11 Jun 2008 14:49:53 +0200] rev 6659
webcommands: fix increments lost by 894875eae49b
Tue, 10 Jun 2008 12:11:06 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Tue, 10 Jun 2008 12:11:06 -0500] rev 6658
Merge with crew
Sat, 07 Jun 2008 17:52:00 +0200 hgweb: show cset node and description when hovering over annotate prefix
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 07 Jun 2008 17:52:00 +0200] rev 6657
hgweb: show cset node and description when hovering over annotate prefix
Sat, 07 Jun 2008 11:43:16 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 07 Jun 2008 11:43:16 +0200] rev 6656
Merge with crew-stable
Tue, 03 Jun 2008 21:20:52 +0200 help: move "revision syntax" help topics into online help
Johannes Stezenbach <js@sig21.net> [Tue, 03 Jun 2008 21:20:52 +0200] rev 6655
help: move "revision syntax" help topics into online help Move the "Specifying Single Revisions" and "Specifying Multiple Revisions" help topics from the manual page into the helptable so they are available both online and in the manual page.
Tue, 03 Jun 2008 21:03:51 +0200 help: helptable is an ordered collection
Johannes Stezenbach <js@sig21.net> [Tue, 03 Jun 2008 21:03:51 +0200] rev 6654
help: helptable is an ordered collection The helptable is used for helptopics listed in the manual page, so the order of topics should not be random. Convert it from a dictionary into a tuple of tuples. Also reorder helptable entries to keep previous manual page order.
Tue, 03 Jun 2008 20:56:54 +0200 help: list special help topics with -v
Johannes Stezenbach <js@sig21.net> [Tue, 03 Jun 2008 20:56:54 +0200] rev 6653
help: list special help topics with -v
Sat, 07 Jun 2008 09:49:34 +0200 help: enable listing of a subset of the command list
Johannes Stezenbach <js@sig21.net> [Sat, 07 Jun 2008 09:49:34 +0200] rev 6652
help: enable listing of a subset of the command list Instead of giving the "command %s is ambiguous" error message with a bare list of possible command, display help list for all commands starting with the given string.
Wed, 07 May 2008 14:32:00 +0400 addremove: correctly handle intermediate symlinks
Maxim Dounin <mdounin@mdounin.ru> [Wed, 07 May 2008 14:32:00 +0400] rev 6651
addremove: correctly handle intermediate symlinks This fixes problems mentioned in issue660 comments (unrelated to original issue) where directory was renamed, and symlink was added instead. In such situation addremove wasn't able to correctly detect that old files no longer here, but tried to add symlink (and failed due collision with old files).
Fri, 06 Jun 2008 18:31:57 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 06 Jun 2008 18:31:57 +0200] rev 6650
Merge with crew-stable
Fri, 06 Jun 2008 18:23:33 +0200 test-mq-qrename: test added patch renaming
Patrick Mezard <pmezard@gmail.com> [Fri, 06 Jun 2008 18:23:33 +0200] rev 6649
test-mq-qrename: test added patch renaming
Fri, 06 Jun 2008 18:23:31 +0200 mq: handle added patch renaming correctly
Weijun Wang <weijun.wang@sun.com> [Fri, 06 Jun 2008 18:23:31 +0200] rev 6648
mq: handle added patch renaming correctly
Thu, 05 Jun 2008 16:25:11 +0200 drop superfluous param from revlog.addgroup()
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Thu, 05 Jun 2008 16:25:11 +0200] rev 6647
drop superfluous param from revlog.addgroup()
Tue, 03 Jun 2008 15:41:09 -0500 copies: teach copies about dirstate.copies
Matt Mackall <mpm@selenic.com> [Tue, 03 Jun 2008 15:41:09 -0500] rev 6646
copies: teach copies about dirstate.copies When we're using copies() to find changes between the working directory and its first parent for diff/status/etc., use dirstate.copies() directly. This avoids doing a full statwalk for simple diffs (issue1090) and removes a special case from the status command.
Tue, 03 Jun 2008 09:34:14 +0200 mq: introduce the qfinish command
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 09:34:14 +0200] rev 6645
mq: introduce the qfinish command
Tue, 03 Jun 2008 12:27:48 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 12:27:48 +0200] rev 6644
merge from crew-stable
Mon, 02 Jun 2008 21:42:16 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 02 Jun 2008 21:42:16 +0200] rev 6643
Merge with crew-stable
Sat, 31 May 2008 11:37:55 +0200 resolve: add file codes to doc string
Adrian Buehlmann <adrian@cadifra.com> [Sat, 31 May 2008 11:37:55 +0200] rev 6642
resolve: add file codes to doc string
Thu, 29 May 2008 22:23:33 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 29 May 2008 22:23:33 +0200] rev 6641
merge from crew-stable
Thu, 29 May 2008 16:29:28 +0200 Make test-bundle-type work on MacOS 10.4.11
Christian Ebert <blacktrash@gmx.net> [Thu, 29 May 2008 16:29:28 +0200] rev 6640
Make test-bundle-type work on MacOS 10.4.11 head on MacOS Tiger doesn't have a -c option.
Wed, 28 May 2008 22:45:07 +0200 localrepo: fix partial merge test (issue 1111)
Patrick Mezard <pmezard@gmail.com> [Wed, 28 May 2008 22:45:07 +0200] rev 6639
localrepo: fix partial merge test (issue 1111)
Sun, 25 May 2008 13:39:08 -0700 Fix bad span tag in Readme
Lee Cantey <lcantey@gmail.com> [Sun, 25 May 2008 13:39:08 -0700] rev 6638
Fix bad span tag in Readme
Sat, 24 May 2008 18:23:13 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 24 May 2008 18:23:13 +0200] rev 6637
Merge with crew-stable
Fri, 23 May 2008 14:02:48 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 14:02:48 +0200] rev 6636
merge from crew-stable
Tue, 03 Jun 2008 12:10:14 +0200 mq: don't update the working copy on strip if parents aren't stripped
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 03 Jun 2008 12:10:14 +0200] rev 6635
mq: don't update the working copy on strip if parents aren't stripped * * *
Tue, 03 Jun 2008 09:31:36 +0200 mq: qimport: explain insertion point in doc string
Adrian Buehlmann <adrian@cadifra.com> [Tue, 03 Jun 2008 09:31:36 +0200] rev 6634
mq: qimport: explain insertion point in doc string
Mon, 02 Jun 2008 21:38:52 +0200 test-convert-mtn: test descriptions with quotes
Patrick Mezard <pmezard@gmail.com> [Mon, 02 Jun 2008 21:38:52 +0200] rev 6633
test-convert-mtn: test descriptions with quotes
Fri, 16 May 2008 00:48:23 -0700 convert.monotone: fix quotes and backslashes in change descriptions.
David Reiss <davidn@gmail.com> [Fri, 16 May 2008 00:48:23 -0700] rev 6632
convert.monotone: fix quotes and backslashes in change descriptions.
Thu, 29 May 2008 22:21:29 +0200 Active branches fix (issue1104)
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Thu, 29 May 2008 22:21:29 +0200] rev 6631
Active branches fix (issue1104)
Mon, 26 May 2008 14:20:26 +0200 hgweb: correctly validate permissions with streamclone pulling
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 26 May 2008 14:20:26 +0200] rev 6630
hgweb: correctly validate permissions with streamclone pulling
Sun, 25 May 2008 14:05:35 -0700 Fix bad span tag in Readme
Lee Cantey <lcantey@gmail.com> [Sun, 25 May 2008 14:05:35 -0700] rev 6629
Fix bad span tag in Readme
Sat, 24 May 2008 18:11:34 +0200 test-mq-merge: test mq merge and explicit patch queue
Patrick Mezard <pmezard@gmail.com> [Sat, 24 May 2008 18:11:34 +0200] rev 6628
test-mq-merge: test mq merge and explicit patch queue
Thu, 08 May 2008 14:02:42 +1000 mq: qpush -n fix
teki321@gmail.com [Thu, 08 May 2008 14:02:42 +1000] rev 6627
mq: qpush -n fix
Fri, 23 May 2008 16:50:17 +0200 tests: don't run test-convert-cvs if there's no cvs server
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 16:50:17 +0200] rev 6626
tests: don't run test-convert-cvs if there's no cvs server
Fri, 23 May 2008 13:59:23 +0200 improve help text for clone -U
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 23 May 2008 13:59:23 +0200] rev 6625
improve help text for clone -U
Thu, 22 May 2008 15:48:44 -0500 Added signature for changeset d5cbbe2c49ce
Matt Mackall <mpm@selenic.com> [Thu, 22 May 2008 15:48:44 -0500] rev 6624
Added signature for changeset d5cbbe2c49ce
Thu, 22 May 2008 15:48:42 -0500 Added tag 1.0.1 for changeset d5cbbe2c49ce
Matt Mackall <mpm@selenic.com> [Thu, 22 May 2008 15:48:42 -0500] rev 6623
Added tag 1.0.1 for changeset d5cbbe2c49ce
Thu, 22 May 2008 13:29:47 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 May 2008 13:29:47 +0200] rev 6622
merge from crew-stable
Thu, 22 May 2008 13:28:34 +0200 mq: lose the trailing whitespace 1.0.1
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 May 2008 13:28:34 +0200] rev 6621
mq: lose the trailing whitespace
Thu, 22 May 2008 13:26:39 +0200 improve help text for push (explanation of -r)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 22 May 2008 13:26:39 +0200] rev 6620
improve help text for push (explanation of -r)
Mon, 19 May 2008 10:23:47 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 19 May 2008 10:23:47 +0200] rev 6619
merge from crew-stable
Mon, 19 May 2008 10:02:28 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 19 May 2008 10:02:28 +0200] rev 6618
merge from crew-stable
Sun, 18 May 2008 23:49:33 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 23:49:33 +0200] rev 6617
Merge with crew-stable
Sun, 18 May 2008 23:31:54 +0200 hgk: difftree must match all files when supplied list is empty
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 23:31:54 +0200] rev 6616
hgk: difftree must match all files when supplied list is empty
Sun, 18 May 2008 23:09:59 +0200 status: fix "added" attributes renamed in bf2bf986ff87
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 23:09:59 +0200] rev 6615
status: fix "added" attributes renamed in bf2bf986ff87
Wed, 14 May 2008 01:08:51 +0200 doc/hgrc.5.txt: add anchors for sections
Adrian Buehlmann <adrian at cadifra.com> [Wed, 14 May 2008 01:08:51 +0200] rev 6614
doc/hgrc.5.txt: add anchors for sections Enables links into hgrc.5.html of the form: hgrc.5.html#section
Sat, 17 May 2008 09:12:49 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 17 May 2008 09:12:49 +0200] rev 6613
merge from crew-stable
Wed, 23 Apr 2008 19:40:15 +0200 gendoc: add anchors for commands
Adrian Buehlmann <adrian@cadifra.com> [Wed, 23 Apr 2008 19:40:15 +0200] rev 6612
gendoc: add anchors for commands Enables links into hg.1.html of the form: hg.1.html#command
Mon, 19 May 2008 10:22:15 +0200 mq: add correct documentation for qpop
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 19 May 2008 10:22:15 +0200] rev 6611
mq: add correct documentation for qpop
Mon, 19 May 2008 10:19:59 +0200 Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 19 May 2008 10:19:59 +0200] rev 6610
Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
Mon, 19 May 2008 03:52:26 -0400 Slight improvement to qpop arguments help
Jeff Walden <jwalden@mit.edu> [Mon, 19 May 2008 03:52:26 -0400] rev 6609
Slight improvement to qpop arguments help
Sun, 18 May 2008 20:54:10 +0200 test-mq: update qdiff summary output
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 20:54:10 +0200] rev 6608
test-mq: update qdiff summary output
Sun, 18 May 2008 17:01:24 +0200 mq: make qselect fail properly on an empty guard
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 17:01:24 +0200] rev 6607
mq: make qselect fail properly on an empty guard
Sat, 17 May 2008 09:11:14 +0200 mq: expand help text for qdiff
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 17 May 2008 09:11:14 +0200] rev 6606
mq: expand help text for qdiff Thanks to Waldo for thinking about this and formulating some text.
Mon, 12 May 2008 11:37:56 -0500 status: refactor status command
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:56 -0500] rev 6605
status: refactor status command - directly calculate a list of states to show - simplify repo.status call - use zip to build file list - only add relevant copies to copy dict
Mon, 12 May 2008 11:37:08 -0500 match: cleanup match classes a bit
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6604
match: cleanup match classes a bit
Mon, 12 May 2008 11:37:08 -0500 match: remove files arg from repo.status and friends
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6603
match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 match: remove files argument from patch.diff
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6602
match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 match: use match.files() for patch.diff
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6601
match: use match.files() for patch.diff
Mon, 12 May 2008 11:37:08 -0500 match: stop passing files through commitfunc
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6600
match: stop passing files through commitfunc
Mon, 12 May 2008 11:37:08 -0500 status: use match helpers for various users
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6599
status: use match helpers for various users
Mon, 12 May 2008 11:37:08 -0500 churn: simplify hg status call
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6598
churn: simplify hg status call
Mon, 12 May 2008 11:37:08 -0500 match: use helpers for cmdutil
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6597
match: use helpers for cmdutil
Mon, 12 May 2008 11:37:08 -0500 match: add always, never, and exact methods
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6596
match: add always, never, and exact methods
Mon, 12 May 2008 11:37:08 -0500 remove default arg from patkind
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6595
remove default arg from patkind
Mon, 12 May 2008 11:37:08 -0500 resolve: use cmdutil.match
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6594
resolve: use cmdutil.match
Mon, 12 May 2008 11:37:08 -0500 dirstate: remove default from status list_unknown
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6593
dirstate: remove default from status list_unknown
Mon, 12 May 2008 11:37:08 -0500 purge: remove unused 'missing' logic
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6592
purge: remove unused 'missing' logic
Mon, 12 May 2008 11:37:08 -0500 dirstate: minor status cleanups
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6591
dirstate: minor status cleanups
Mon, 12 May 2008 11:37:08 -0500 status: rename type_ to state
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6590
status: rename type_ to state
Mon, 12 May 2008 11:37:08 -0500 walk: use match.bad in statwalk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6589
walk: use match.bad in statwalk
Mon, 12 May 2008 11:37:08 -0500 walk: use match.dir in statwalk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6588
walk: use match.dir in statwalk
Mon, 12 May 2008 11:37:08 -0500 walk: make dirstate.walk return a single value too
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6587
walk: make dirstate.walk return a single value too
Mon, 12 May 2008 11:37:08 -0500 walk: return a single value
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6586
walk: return a single value
Mon, 12 May 2008 11:37:08 -0500 walk: remove cmdutil.walk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6585
walk: remove cmdutil.walk
Mon, 12 May 2008 11:37:08 -0500 walk: remove rel and exact returns
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6584
walk: remove rel and exact returns
Mon, 12 May 2008 11:37:08 -0500 walk: remove more old badmatch logic
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6583
walk: remove more old badmatch logic
Mon, 12 May 2008 11:37:07 -0500 walk: remove remaining users of cmdutils.matchpats
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6582
walk: remove remaining users of cmdutils.matchpats
Mon, 12 May 2008 11:37:07 -0500 cmdutil: switch commit to match
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6581
cmdutil: switch commit to match
Mon, 12 May 2008 11:37:07 -0500 walkchangerev: use new match objects
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6580
walkchangerev: use new match objects
Mon, 12 May 2008 11:37:07 -0500 walk: pass match object to cmdutil.walk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6579
walk: pass match object to cmdutil.walk - introduce cmdutil.match - change args to cmdutil.walk - create match objects for walk calls
Mon, 12 May 2008 11:37:07 -0500 walk: begin refactoring badmatch handling
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6578
walk: begin refactoring badmatch handling
Mon, 12 May 2008 11:37:07 -0500 walk: remove files arg from repo.walk and dirstate.walk
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6577
walk: remove files arg from repo.walk and dirstate.walk
Mon, 12 May 2008 11:37:07 -0500 walk: introduce match objects
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6576
walk: introduce match objects
Mon, 12 May 2008 11:37:07 -0500 walk: kill util.cmdmatcher and _matcher
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6575
walk: kill util.cmdmatcher and _matcher
Mon, 12 May 2008 11:37:07 -0500 purge: use cmdutil.matchpats
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6574
purge: use cmdutil.matchpats
Mon, 12 May 2008 11:37:07 -0500 purge: eliminate dopurge
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6573
purge: eliminate dopurge
Mon, 12 May 2008 11:37:07 -0500 walk: eliminate some default variables
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:07 -0500] rev 6572
walk: eliminate some default variables
Thu, 08 May 2008 18:36:45 +0200 coal: fix CSS errors as reported by Firefox
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 08 May 2008 18:36:45 +0200] rev 6571
coal: fix CSS errors as reported by Firefox
Thu, 24 Apr 2008 17:16:02 +0200 add compression type type parameter to bundle command
Benoit Allard <benoit@aeteurope.nl> [Thu, 24 Apr 2008 17:16:02 +0200] rev 6570
add compression type type parameter to bundle command
Thu, 24 Apr 2008 11:48:07 +0200 add support for HG10GZ bundles to bundlerepo.bundlerevlog()
Benoit Allard <benoit@aeteurope.nl> [Thu, 24 Apr 2008 11:48:07 +0200] rev 6569
add support for HG10GZ bundles to bundlerepo.bundlerevlog()
Thu, 24 Apr 2008 11:43:54 +0200 tests: fix test-highlight output, changed in ccc2481e3954
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 24 Apr 2008 11:43:54 +0200] rev 6568
tests: fix test-highlight output, changed in ccc2481e3954
Thu, 24 Apr 2008 17:15:55 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 24 Apr 2008 17:15:55 +0200] rev 6567
merge from crew-stable
Sat, 19 Apr 2008 10:42:30 +0200 rename --after: do not unlink source file (issue910)
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 19 Apr 2008 10:42:30 +0200] rev 6566
rename --after: do not unlink source file (issue910) "rename --after a.txt A.txt" on case mangling systems (e.g. Windows) erroneously deleted A.txt (even if modified).
Thu, 24 Apr 2008 13:37:29 +0200 Make mercurial easy installable again
Patrick Mezard <pmezard@gmail.com> [Thu, 24 Apr 2008 13:37:29 +0200] rev 6565
Make mercurial easy installable again
Wed, 23 Apr 2008 22:45:53 +0200 webcommands: pass full author to annotate, fix templates (issue 1054)
Patrick Mezard <pmezard@gmail.com> [Wed, 23 Apr 2008 22:45:53 +0200] rev 6564
webcommands: pass full author to annotate, fix templates (issue 1054)
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 6563
sshserver: Don't try to close fp if mkstemp failed
Fri, 18 Apr 2008 18:07:34 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 18 Apr 2008 18:07:34 +0200] rev 6562
merge from crew-stable
Fri, 18 Apr 2008 17:25:10 +0200 mq: fix qdiff -U (it apparently never really worked)
Jason Orendorff <jorendorff@mozilla.com> [Fri, 18 Apr 2008 17:25:10 +0200] rev 6561
mq: fix qdiff -U (it apparently never really worked)
Wed, 16 Apr 2008 15:26:37 -0700 mergetools.hgrc patch
Neal Becker <ndbecker2@gmail.com> [Wed, 16 Apr 2008 15:26:37 -0700] rev 6560
mergetools.hgrc patch
Wed, 16 Apr 2008 15:26:37 -0700 mergetools.hgrc patch
Neal Becker <ndbecker2@gmail.com> [Wed, 16 Apr 2008 15:26:37 -0700] rev 6559
mergetools.hgrc patch
Wed, 16 Apr 2008 16:07:15 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 16:07:15 +0200] rev 6558
merge from crew-stable
Wed, 16 Apr 2008 12:15:43 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 12:15:43 +0200] rev 6557
merge from crew-stable
Wed, 16 Apr 2008 12:14:24 +0200 coal: put link fragment at the end of the url (after session vars)
Wojciech Miłkowski <wmilkowski@interia.pl> [Wed, 16 Apr 2008 12:14:24 +0200] rev 6556
coal: put link fragment at the end of the url (after session vars)
Wed, 16 Apr 2008 09:36:24 +0200 merge from crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 09:36:24 +0200] rev 6555
merge from crew-stable
Wed, 16 Apr 2008 16:04:07 +0200 mq: don't commit local changes on pushing empty patch (issue1087)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 16:04:07 +0200] rev 6554
mq: don't commit local changes on pushing empty patch (issue1087)
Wed, 16 Apr 2008 12:09:16 +0200 remove trailing spaces
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 12:09:16 +0200] rev 6553
remove trailing spaces
Wed, 16 Apr 2008 09:35:43 +0200 mq: add a little documentation on qpush -f
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 16 Apr 2008 09:35:43 +0200] rev 6552
mq: add a little documentation on qpush -f
Mon, 14 Apr 2008 00:36:01 +0200 ignore *.pyd files
Adrian Buehlmann <adrian@cadifra.com> [Mon, 14 Apr 2008 00:36:01 +0200] rev 6551
ignore *.pyd files *.c modules on Windows are compiled to *.pyd
Mon, 14 Apr 2008 23:28:50 +0200 Merge with crew-stable, fix test output
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:28:50 +0200] rev 6550
Merge with crew-stable, fix test output
Mon, 14 Apr 2008 23:04:34 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:04:34 +0200] rev 6549
Merge with crew-stable
Mon, 14 Apr 2008 14:34:38 +0200 replace usage of os.popen() with util.popen()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 14 Apr 2008 14:34:38 +0200] rev 6548
replace usage of os.popen() with util.popen() To make this possible, I added a mode parameter to both implementations of util.popen(), defaulting to 'r' (as it does in the Python stdlib).
Mon, 14 Apr 2008 23:21:27 +0200 test-merge-internal-tools-pattern: make executable
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 23:21:27 +0200] rev 6547
test-merge-internal-tools-pattern: make executable
Mon, 14 Apr 2008 22:31:34 +0200 convert: fix svn file copy detection code
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6546
convert: fix svn file copy detection code
Mon, 14 Apr 2008 22:31:34 +0200 convert: fix svn branch source detection corner case
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6545
convert: fix svn branch source detection corner case It was confused by composite-looking revisions made by copy + remove.
Mon, 14 Apr 2008 22:31:34 +0200 convert: cleanup svn file copy handling
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6544
convert: cleanup svn file copy handling
Mon, 14 Apr 2008 22:31:34 +0200 convert: handle past or foreign partial svn copies
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:34 +0200] rev 6543
convert: handle past or foreign partial svn copies Subversion allows revisions to be composed of subparts coming from revisions before the parent or from other part of the repository. There is no simple representation for these now, keep the changes but do not track their origins.
Mon, 14 Apr 2008 22:31:33 +0200 convert: more cleanup in svn directory copy handling
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6542
convert: more cleanup in svn directory copy handling
Mon, 14 Apr 2008 22:31:33 +0200 convert: svn directory copy handling cleanup
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6541
convert: svn directory copy handling cleanup
Mon, 14 Apr 2008 22:31:33 +0200 convert: improve subversion branch filtering
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6540
convert: improve subversion branch filtering
Mon, 14 Apr 2008 22:31:33 +0200 convert: rename get_entry_from_path() into an svn_source method
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6539
convert: rename get_entry_from_path() into an svn_source method
Mon, 14 Apr 2008 22:31:33 +0200 convert: fix subpaths detection in svn source
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6538
convert: fix subpaths detection in svn source
Mon, 14 Apr 2008 22:31:33 +0200 test-convert-svn-branches: short identifiers are more legible
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6537
test-convert-svn-branches: short identifiers are more legible
Mon, 14 Apr 2008 22:31:33 +0200 cmdutil: handle and warn about missing copy revisions
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6536
cmdutil: handle and warn about missing copy revisions
Mon, 14 Apr 2008 22:31:33 +0200 localrepo: forbid nullid copyrev
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6535
localrepo: forbid nullid copyrev
Mon, 14 Apr 2008 22:31:33 +0200 verify: check copy source revlog and nodeid
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6534
verify: check copy source revlog and nodeid
Sun, 13 Apr 2008 11:31:45 -0500 Merge with -stable
Matt Mackall <mpm@selenic.com> [Sun, 13 Apr 2008 11:31:45 -0500] rev 6533
Merge with -stable
Fri, 11 Apr 2008 15:14:00 +0200 removing unused local ccache in patch.diff
Adrian Buehlmann <adrian@cadifra.com> [Fri, 11 Apr 2008 15:14:00 +0200] rev 6532
removing unused local ccache in patch.diff
Sat, 12 Apr 2008 23:05:51 -0400 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 12 Apr 2008 23:05:51 -0400] rev 6531
merge with -stable
Sat, 12 Apr 2008 20:51:26 +0200 merge: replace readline() call, missing from posixfile_nt
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 20:51:26 +0200] rev 6530
merge: replace readline() call, missing from posixfile_nt
Sat, 12 Apr 2008 21:34:01 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 21:34:01 +0200] rev 6529
Merge with crew-stable
Sat, 12 Apr 2008 20:03:54 +0200 remove trailing whitespace introduced in cfeeac24fc1e
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 12 Apr 2008 20:03:54 +0200] rev 6528
remove trailing whitespace introduced in cfeeac24fc1e
Sat, 12 Apr 2008 06:37:38 +0300 templates/coal: spell class correctly in {fileentry}
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sat, 12 Apr 2008 06:37:38 +0300] rev 6527
templates/coal: spell class correctly in {fileentry}
Fri, 11 Apr 2008 22:19:52 -0700 repo: add rjoin method
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:19:52 -0700] rev 6526
repo: add rjoin method
Fri, 11 Apr 2008 22:19:51 -0700 parseurl: make revs optional
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:19:51 -0700] rev 6525
parseurl: make revs optional
Fri, 11 Apr 2008 22:18:38 -0700 Hoist localpath to the top level
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:18:38 -0700] rev 6524
Hoist localpath to the top level
Fri, 11 Apr 2008 22:17:20 -0700 test-imerge: disable due to massive brokenness
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:17:20 -0700] rev 6523
test-imerge: disable due to massive brokenness
Fri, 04 Apr 2008 02:21:53 +0300 use internal merge tool when specified for a merge-pattern in hgrc
Dov Feldstern <dfeldstern@fastimap.com> [Fri, 04 Apr 2008 02:21:53 +0300] rev 6522
use internal merge tool when specified for a merge-pattern in hgrc It is possible to specify in the hgrc file that one of the internal merge tools (internal:fail, internal:local or internal:other) be used for performing merges on files matching a given pattern. However, this setting is not being acted upon (the merge tool is not found). This patch fixes that.
Fri, 04 Apr 2008 02:20:58 +0300 test that internal merge tools are used when set for a merge-pattern in hgrc
Dov Feldstern <dfeldstern@fastimap.com> [Fri, 04 Apr 2008 02:20:58 +0300] rev 6521
test that internal merge tools are used when set for a merge-pattern in hgrc It is possible to specify that one of the internal merge tools (internal:fail, internal:local or internal:other) should be used for performing merges on files matching a given pattern. This test makes sure that such a setting actually works.
Sat, 12 Apr 2008 22:41:07 -0400 fix import with -p0
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 12 Apr 2008 22:41:07 -0400] rev 6520
fix import with -p0
Sat, 12 Apr 2008 21:08:03 +0200 context: handle untracked files in filectx.fileflags()
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 21:08:03 +0200] rev 6519
context: handle untracked files in filectx.fileflags()
Fri, 11 Apr 2008 12:52:56 -0500 resolve: new command
Matt Mackall <mpm@selenic.com> [Fri, 11 Apr 2008 12:52:56 -0500] rev 6518
resolve: new command - add basic resolve command functionality - point failed update and merge at resolve
Fri, 11 Apr 2008 12:04:26 +0200 python-2.6: use sha wrapper from util for new merge code
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 11 Apr 2008 12:04:26 +0200] rev 6517
python-2.6: use sha wrapper from util for new merge code
Fri, 11 Apr 2008 09:27:28 +0200 fixed missing sorting in test-dumprevlog
Adrian Buehlmann <adrian@cadifra.com> [Fri, 11 Apr 2008 09:27:28 +0200] rev 6516
fixed missing sorting in test-dumprevlog The test failed at random because the order of files was non-deterministic, which produced diffs in test output.
Fri, 11 Apr 2008 11:21:55 +0200 test-dumprevlog: fix extra path separator under MacOSX
Patrick Mezard <pmezard@gmail.com> [Fri, 11 Apr 2008 11:21:55 +0200] rev 6515
test-dumprevlog: fix extra path separator under MacOSX The "find .hg/store/ -name '*.i'" command returned paths with extra separators like '.hg/store//00changelog.i'.
Fri, 11 Apr 2008 08:35:37 +0200 Merge from main.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 11 Apr 2008 08:35:37 +0200] rev 6514
Merge from main.
Thu, 10 Apr 2008 23:07:54 +0200 Add a batch file driver for Windows
Paul Moore <p.f.moore@gmail.com> [Thu, 10 Apr 2008 23:07:54 +0200] rev 6513
Add a batch file driver for Windows
Thu, 10 Apr 2008 15:02:24 -0500 merge: introduce mergestate
Matt Mackall <mpm@selenic.com> [Thu, 10 Apr 2008 15:02:24 -0500] rev 6512
merge: introduce mergestate
Thu, 10 Apr 2008 14:25:50 +0200 Merge with crew-stable.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 10 Apr 2008 14:25:50 +0200] rev 6511
Merge with crew-stable.
Thu, 10 Apr 2008 14:08:38 +0200 win32text: actually import util so util.binary() can be used
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 10 Apr 2008 14:08:38 +0200] rev 6510
win32text: actually import util so util.binary() can be used
Wed, 09 Apr 2008 16:02:37 -0700 issue 1053: heavily qualify the "cp -al" advice for cloning
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 16:02:37 -0700] rev 6509
issue 1053: heavily qualify the "cp -al" advice for cloning
Wed, 09 Apr 2008 15:49:20 -0700 Get rid of reimplementations of util.binary
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 15:49:20 -0700] rev 6508
Get rid of reimplementations of util.binary
Tue, 08 Apr 2008 13:19:36 +0200 Let util.binary check entire data for \0 (issue1066, issue1079)
Christian Ebert <blacktrash@gmx.net> [Tue, 08 Apr 2008 13:19:36 +0200] rev 6507
Let util.binary check entire data for \0 (issue1066, issue1079)
Wed, 09 Apr 2008 14:12:32 +0200 keyword: check for '\0' in entire data before acting
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:12:32 +0200] rev 6506
keyword: check for '\0' in entire data before acting util.binary might not be safe enough, as it fails eg. on certain pdf files (issue1066).
Wed, 09 Apr 2008 14:05:57 +0200 keyword: make overwrite() arguments mandatory
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6505
keyword: make overwrite() arguments mandatory
Wed, 09 Apr 2008 14:05:57 +0200 keyword: compact setting of optional arguments
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6504
keyword: compact setting of optional arguments
Wed, 09 Apr 2008 14:05:57 +0200 keyword: privatize remaining monkeypatches by moving them into reposetup
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6503
keyword: privatize remaining monkeypatches by moving them into reposetup Make it more transparent if and when monkeypatches are needed.
(0) -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip