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