Mon, 31 Mar 2008 21:49:33 -0500 hgweb: minor improvements for new web style
Matt Mackall <mpm@selenic.com> [Mon, 31 Mar 2008 21:49:33 -0500] rev 6434
hgweb: minor improvements for new web style - make renamelink take a context - pass current node to shortlog page rather than tip - pass user/desc/date/rename to filediff - improve template error reporting for foo%bar
Mon, 31 Mar 2008 21:49:32 -0500 add simple dump and undump scripts to contrib/
Matt Mackall <mpm@selenic.com> [Mon, 31 Mar 2008 21:49:32 -0500] rev 6433
add simple dump and undump scripts to contrib/
Mon, 31 Mar 2008 21:49:26 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 31 Mar 2008 21:49:26 -0500] rev 6432
Merge with stable
Sat, 29 Mar 2008 12:39:47 -0500 copies: refactor symmetricdifference as _findlimit
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6431
copies: refactor symmetricdifference as _findlimit We only need to track the lowest revision seen, which makes things simpler.
Sat, 29 Mar 2008 12:39:47 -0500 copies: teach symmetric difference about working revisions
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6430
copies: teach symmetric difference about working revisions - use changelog.count() as a pseudo revision number - abort early in copies if revs are the same - eliminate working dir hacks in copies - yield results as they're found
Sat, 29 Mar 2008 12:39:47 -0500 symmetricdifference: move back to copies
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6429
symmetricdifference: move back to copies It's too tightly dependent on known revlog ordering to fit well in ancestors
Sat, 29 Mar 2008 12:39:47 -0500 symmetricdifference: change colors to sides
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6428
symmetricdifference: change colors to sides
Sat, 29 Mar 2008 12:39:47 -0500 ancestors: simplify symmetric difference
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6427
ancestors: simplify symmetric difference - n_wanted/wanted -> interesting - scan colors rather than managing ret
Sat, 29 Mar 2008 12:39:47 -0500 copies: don't double-detect items in the directory copy check
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6426
copies: don't double-detect items in the directory copy check
Sat, 29 Mar 2008 12:39:47 -0500 copies: skip directory rename checks when not merging
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6425
copies: skip directory rename checks when not merging The directory rename checks are not meaningful unless we're moving or copying files across a branch during a merge.
Sat, 29 Mar 2008 12:39:47 -0500 copies: sort old names by depth
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6424
copies: sort old names by depth
Sat, 29 Mar 2008 12:39:47 -0500 backout: reverse changeset belongs on current branch
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6423
backout: reverse changeset belongs on current branch Backing out a changeset that is before a named branch branchpoint was making the reverse changeset the tip of the old branch, which is wrong and very confusing. So instead, we put it on the current named branch.
Sat, 29 Mar 2008 12:39:47 -0500 copies: fix silly precedence bug
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6422
copies: fix silly precedence bug
Fri, 28 Mar 2008 11:17:10 +0300 churn: allow whitespaces as delimiter in aliases
Kirill Smelkov <kirr@mns.spb.ru> [Fri, 28 Mar 2008 11:17:10 +0300] rev 6421
churn: allow whitespaces as delimiter in aliases it was exactly on space character before.
Mon, 31 Mar 2008 18:49:15 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Mar 2008 18:49:15 +0200] rev 6420
merge with crew
Mon, 31 Mar 2008 18:44:12 +0200 hg serve: add clearer message when starting the server with --verbose
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Mar 2008 18:44:12 +0200] rev 6419
hg serve: add clearer message when starting the server with --verbose Explicitly tell the address is the one the process is bound to. Fix the printing of IPv6 addresses.
Mon, 31 Mar 2008 13:10:47 +0200 convert: fix trailing space introduced in 5efd447a9b8d
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 31 Mar 2008 13:10:47 +0200] rev 6418
convert: fix trailing space introduced in 5efd447a9b8d
Sat, 29 Mar 2008 19:41:50 +0100 pager: Add a configuration to enable/disable the pager for certain commands
David Soria Parra <dsp <at> php.net> [Sat, 29 Mar 2008 19:41:50 +0100] rev 6417
pager: Add a configuration to enable/disable the pager for certain commands Add the configuration options pager.ignore and pager.attend. You can disable the pager on certain commands by adding them to the pager.ignore setting. To whitelist commands, you can add them to pager.attend. To disable or enable global commands like 'hg version' or 'hg help' you have to use your global .hgrc. (thanks, Matt Mackall)
Mon, 31 Mar 2008 11:08:52 +0200 keyword: regroup monkey patch code, underscore prefix private vars
Christian Ebert <blacktrash@gmx.net> [Mon, 31 Mar 2008 11:08:52 +0200] rev 6416
keyword: regroup monkey patch code, underscore prefix private vars
Mon, 31 Mar 2008 00:01:27 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 31 Mar 2008 00:01:27 +0200] rev 6415
merge with crew-stable
Sun, 30 Mar 2008 23:58:02 +0200 Fix test-convert-svn-tags on case sensitive filesystems
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 30 Mar 2008 23:58:02 +0200] rev 6414
Fix test-convert-svn-tags on case sensitive filesystems
Sun, 30 Mar 2008 22:29:02 +0200 fix bug introduced by 2540521dc7c1 (thanks pychecker)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 22:29:02 +0200] rev 6413
fix bug introduced by 2540521dc7c1 (thanks pychecker)
Sun, 30 Mar 2008 22:23:55 +0200 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 22:23:55 +0200] rev 6412
merge with -stable
Sun, 30 Mar 2008 20:21:46 +0200 fix error spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:46 +0200] rev 6411
fix error spotted by pychecker
Sun, 30 Mar 2008 22:22:53 +0200 fix bug introduced by 894875eae49b (short not defined)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 22:22:53 +0200] rev 6410
fix bug introduced by 894875eae49b (short not defined)
Sun, 30 Mar 2008 20:31:35 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:31:35 +0200] rev 6409
merge with crew
Sun, 30 Mar 2008 20:21:57 +0200 fix warning from pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:57 +0200] rev 6408
fix warning from pychecker
Sun, 30 Mar 2008 20:21:46 +0200 fix error spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:46 +0200] rev 6407
fix error spotted by pychecker
Sun, 30 Mar 2008 20:25:22 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Mar 2008 20:25:22 +0200] rev 6406
Merge with crew-stable
Sun, 30 Mar 2008 20:18:40 +0200 commands: fix shadowed repo module
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Mar 2008 20:18:40 +0200] rev 6405
commands: fix shadowed repo module
Sat, 29 Mar 2008 21:15:54 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Mar 2008 21:15:54 +0100] rev 6404
merge with crew
Sat, 29 Mar 2008 21:15:34 +0100 hgweb: remove dead code
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Mar 2008 21:15:34 +0100] rev 6403
hgweb: remove dead code
Sat, 29 Mar 2008 17:27:35 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:27:35 +0100] rev 6402
Merge with crew-stable
Sat, 29 Mar 2008 17:16:39 +0100 test-convert-svn-source: remove redundant tests
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:16:39 +0100] rev 6401
test-convert-svn-source: remove redundant tests
Sat, 29 Mar 2008 17:16:18 +0100 convert: allow tags detection to be disabled
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:16:18 +0100] rev 6400
convert: allow tags detection to be disabled Tags calculation becomes more reliable but slower, measurable on frequent synchronizations.
Sat, 29 Mar 2008 17:15:45 +0100 convert: follow svn tags history (issue953)
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:15:45 +0100] rev 6399
convert: follow svn tags history (issue953)
Sat, 29 Mar 2008 17:15:43 +0100 Add a test for svn tags conversion
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:15:43 +0100] rev 6398
Add a test for svn tags conversion
Sat, 29 Mar 2008 17:14:53 +0100 convert: avoid svn log retrieval process cleanup
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:14:53 +0100] rev 6397
convert: avoid svn log retrieval process cleanup With huge history (like kdelibs), the process termination suddenly consumes a lot of memory (from 700M to 1.3G+). Since the job is done, clean termination is not required, just exit.
Sat, 29 Mar 2008 17:14:47 +0100 test-convert-mtn: test directory deletion
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:14:47 +0100] rev 6396
test-convert-mtn: test directory deletion
Fri, 28 Mar 2008 19:47:22 +0100 fix const annotation warning
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Mar 2008 19:47:22 +0100] rev 6395
fix const annotation warning
Fri, 28 Mar 2008 17:31:50 +0100 highlight: some small cleanups
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 17:31:50 +0100] rev 6394
highlight: some small cleanups
Fri, 28 Mar 2008 19:40:44 +0100 hgweb: refactor hgweb code
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 19:40:44 +0100] rev 6393
hgweb: refactor hgweb code
Fri, 28 Mar 2008 19:37:28 +0100 hgweb: separate out utility functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 19:37:28 +0100] rev 6392
hgweb: separate out utility functions
Mon, 24 Mar 2008 18:18:39 +0100 Backed out changeset d2bb66a8a435 (temporary template compatibility)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 24 Mar 2008 18:18:39 +0100] rev 6391
Backed out changeset d2bb66a8a435 (temporary template compatibility)
Thu, 27 Mar 2008 12:52:41 -0700 mercurial.el: note new Emacs VC mode support
Bryan O'Sullivan <bos@serpentine.com> [Thu, 27 Mar 2008 12:52:41 -0700] rev 6390
mercurial.el: note new Emacs VC mode support
Wed, 26 Mar 2008 10:12:10 -0700 manifest: improve parsing performance by 8x via a new C extension
Bryan O'Sullivan <bos@serpentine.com> [Wed, 26 Mar 2008 10:12:10 -0700] rev 6389
manifest: improve parsing performance by 8x via a new C extension
Mon, 24 Mar 2008 18:05:30 -0500 Added signature for changeset bae2e9c838e9
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 18:05:30 -0500] rev 6388
Added signature for changeset bae2e9c838e9
Mon, 24 Mar 2008 18:05:22 -0500 Added tag 1.0 for changeset bae2e9c838e9
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 18:05:22 -0500] rev 6387
Added tag 1.0 for changeset bae2e9c838e9
Mon, 24 Mar 2008 15:50:58 -0700 Tests for issue 1049 1.0
Bryan O'Sullivan <bos@serpentine.com> [Mon, 24 Mar 2008 15:50:58 -0700] rev 6386
Tests for issue 1049
Mon, 24 Mar 2008 15:36:56 -0700 commit: when committing the results of a merge, it's all or nothing
Bryan O'Sullivan <bos@serpentine.com> [Mon, 24 Mar 2008 15:36:56 -0700] rev 6385
commit: when committing the results of a merge, it's all or nothing Previously, it was possible to commit just one file from a merge, which is essentially always the wrong thing to do. This fixes issue 1049.
Mon, 24 Mar 2008 22:49:33 +0100 Skip older monotone versions for tests.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 24 Mar 2008 22:49:33 +0100] rev 6384
Skip older monotone versions for tests. test-convert-mtn is known to work with 0.37 and 0.38, but fails with 0.31 (Debian etch). hghave now skips all versions up to 0.31.
Mon, 24 Mar 2008 22:09:01 +0100 run-tests.py: Only one fail message when output changed and error code.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 24 Mar 2008 22:09:01 +0100] rev 6383
run-tests.py: Only one fail message when output changed and error code. This fixes passing back fail messages mistaken for skip messages when running with parallel jobs because run_children() only expects one message per fail.
Mon, 24 Mar 2008 18:07:07 -0300 mq: use repo.changelog.tip() instead of the "tip" tag
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 24 Mar 2008 18:07:07 -0300] rev 6382
mq: use repo.changelog.tip() instead of the "tip" tag
Mon, 24 Mar 2008 20:28:13 +0100 Fix missing space in one of the new update messages.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 24 Mar 2008 20:28:13 +0100] rev 6381
Fix missing space in one of the new update messages.
Mon, 24 Mar 2008 16:17:19 -0300 qclone: do not abort if remote hasn't enabled mq (issue1040)
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 24 Mar 2008 16:17:19 -0300] rev 6380
qclone: do not abort if remote hasn't enabled mq (issue1040)
Mon, 24 Mar 2008 13:45:01 -0300 hgweb: add compatibility code for old templates
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 24 Mar 2008 13:45:01 -0300] rev 6379
hgweb: add compatibility code for old templates Up to changeset 3340aa5a64f7, HTTP headers were expected to be embedded in the "headers" template. Since that changeset, the content-type is supposed to be defined as the "mimetype" template in the map file. This changeset makes sure the old templates still work.
Mon, 24 Mar 2008 11:12:57 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 11:12:57 -0500] rev 6378
Merge with crew
Mon, 24 Mar 2008 17:02:31 +0100 test-convert-mtn: test directory move
Patrick Mezard <pmezard@gmail.com> [Mon, 24 Mar 2008 17:02:31 +0100] rev 6377
test-convert-mtn: test directory move
Mon, 24 Mar 2008 17:02:08 +0100 convert: record deleted files in monotone source
Patrick Mezard <pmezard@gmail.com> [Mon, 24 Mar 2008 17:02:08 +0100] rev 6376
convert: record deleted files in monotone source
Mon, 24 Mar 2008 10:01:05 -0500 update: better logic and messages for updates
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 10:01:05 -0500] rev 6375
update: better logic and messages for updates - complain about attempts to merge with ancestor - when updating, differentiate between - crossing named branches with no local changes (jump) - crossing named branches with local changes (complain) - nonlinear update on the same named branch, no changes (complain some more) - nonlinear update on the same named branch, changes (different complaining)
Mon, 24 Mar 2008 16:20:15 +0100 hgweb: fix breakage in python < 2.5 introduced in 2c370f08c486
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 24 Mar 2008 16:20:15 +0100] rev 6374
hgweb: fix breakage in python < 2.5 introduced in 2c370f08c486
Sun, 23 Mar 2008 21:35:57 -0300 setup.py: hide compiler error messages while searching for inotify
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 23 Mar 2008 21:35:57 -0300] rev 6373
setup.py: hide compiler error messages while searching for inotify
Sun, 23 Mar 2008 23:18:20 +0100 Add a test for monotone conversion
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 23:18:20 +0100] rev 6372
Add a test for monotone conversion
Sun, 23 Mar 2008 21:03:24 -0300 don't use hasattr in repo.invalidate
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 23 Mar 2008 21:03:24 -0300] rev 6371
don't use hasattr in repo.invalidate hasattr ends up calling __getattr__ which will instantiate the very attributes we want to remove.
Sun, 23 Mar 2008 21:03:24 -0300 localrepo.commit: grab locks before getting the list of files to commit
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 23 Mar 2008 21:03:24 -0300] rev 6370
localrepo.commit: grab locks before getting the list of files to commit Somebody may change the dirstate after we've determined the parents of the working dir and run repo.status, but before we called wlock(). This should also fix issue997, where backout would change a file without changing its size and then call repo.commit without passing the list of files. If this happened in less than one second, we wouldn't detect any file changes - the in-memory dirstate still has the cached stat data for that file. Grabbing the wlock early causes the dirstate to be invalidated and we end up reading the dirstate file again, which has that file marked for lookup (size == -1). A better fix would be for backout to give repo.commit the exact list of files, but that'll require some changes to the revert operation. A significant user-visible change is that the precommit hook is always run with both locks grabbed - previously, hg commit would run it before grabbing any locks, but hg import would run it after grabbing locks.
Sun, 23 Mar 2008 21:03:24 -0300 Avoid calling heads() twice on every hg commit.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 23 Mar 2008 21:03:24 -0300] rev 6369
Avoid calling heads() twice on every hg commit. In an extreme case (merging two revisions with very low revision numbers) this could be slower than the previous code, but it should be much faster in the usual cases (parents are near the tip). It also avoids some races in some uninteresting cases (e.g. two concurrent hg commits).
Sun, 23 Mar 2008 23:08:18 +0100 hgweb: better error messages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 23 Mar 2008 23:08:18 +0100] rev 6368
hgweb: better error messages
Sun, 23 Mar 2008 22:15:47 +0100 Remove unexpected "Alternately" word from tip help.
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 22:15:47 +0100] rev 6367
Remove unexpected "Alternately" word from tip help.
Sun, 23 Mar 2008 21:48:38 +0100 run-tests.py: Allow environment variables to set jobs/timeout/port.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 23 Mar 2008 21:48:38 +0100] rev 6366
run-tests.py: Allow environment variables to set jobs/timeout/port.
Sun, 23 Mar 2008 21:41:03 +0100 convertrepo: make it work with refactored convert extension
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 21:41:03 +0100] rev 6365
convertrepo: make it work with refactored convert extension
Sun, 23 Mar 2008 21:40:27 +0100 Make tip help more helpful
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 21:40:27 +0100] rev 6364
Make tip help more helpful
Sun, 23 Mar 2008 20:37:04 +0100 test-imerge: test resolve subcommand
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 20:37:04 +0100] rev 6363
test-imerge: test resolve subcommand
Sun, 23 Mar 2008 20:37:02 +0100 imerge: replace "merge" with "internal:merge" when non-interactive
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 20:37:02 +0100] rev 6362
imerge: replace "merge" with "internal:merge" when non-interactive
Sun, 23 Mar 2008 18:52:02 +0100 hgk: display orphan revisions content (issue 1041)
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 18:52:02 +0100] rev 6361
hgk: display orphan revisions content (issue 1041)
Sun, 23 Mar 2008 16:07:27 +0100 test-mq-symlinks: skip if symlinks are not supported
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 16:07:27 +0100] rev 6360
test-mq-symlinks: skip if symlinks are not supported
Sun, 23 Mar 2008 01:23:03 +0100 test-notify: make it pass on Mac OS X 10.5
Florent Guillaume <fg@nuxeo.com> [Sun, 23 Mar 2008 01:23:03 +0100] rev 6359
test-notify: make it pass on Mac OS X 10.5
Sun, 23 Mar 2008 01:13:56 +0100 test-remove: make tests really pass
Florent Guillaume <fg@nuxeo.com> [Sun, 23 Mar 2008 01:13:56 +0100] rev 6358
test-remove: make tests really pass Ah, the joys of cross-platform shell scripting...
Sun, 23 Mar 2008 01:04:51 +0100 test-remove: fix for non-gnu find
Florent Guillaume <fg@nuxeo.com> [Sun, 23 Mar 2008 01:04:51 +0100] rev 6357
test-remove: fix for non-gnu find
Sat, 22 Mar 2008 21:13:22 +0100 test-remove: make it pass on Mac OS X 10.5
Florent Guillaume <fg@nuxeo.com> [Sat, 22 Mar 2008 21:13:22 +0100] rev 6356
test-remove: make it pass on Mac OS X 10.5
Sat, 22 Mar 2008 20:16:30 +0100 tests: add highlight extension tests
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 20:16:30 +0100] rev 6355
tests: add highlight extension tests
Sat, 22 Mar 2008 18:33:10 +0100 tests: add tests for hgweb to test-keyword
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 18:33:10 +0100] rev 6354
tests: add tests for hgweb to test-keyword
Sat, 22 Mar 2008 20:15:30 +0100 Merge main and crew.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 20:15:30 +0100] rev 6353
Merge main and crew.
Sat, 22 Mar 2008 20:03:00 +0100 removed trailing spaces
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 22 Mar 2008 20:03:00 +0100] rev 6352
removed trailing spaces
Sat, 22 Mar 2008 13:50:59 -0500 ui: disallow newlines in usernames (issue1034)
Matt Mackall <mpm@selenic.com> [Sat, 22 Mar 2008 13:50:59 -0500] rev 6351
ui: disallow newlines in usernames (issue1034)
Sat, 22 Mar 2008 13:30:08 -0500 update: no -C needed to switch branches without outstanding changes
Matt Mackall <mpm@selenic.com> [Sat, 22 Mar 2008 13:30:08 -0500] rev 6350
update: no -C needed to switch branches without outstanding changes
Sat, 22 Mar 2008 19:01:09 +0100 coverage: deal with symlinked input paths (MacOSX issue)
Patrick Mezard <pmezard@gmail.com> [Sat, 22 Mar 2008 19:01:09 +0100] rev 6349
coverage: deal with symlinked input paths (MacOSX issue) /tmp is symlinked in MacOSX therefore test scripts as well as python modules are installed in a symlinked location. coverage.py uses abspath() to normalize its inputs which fails if these are referencing real paths. Use realpath() instead.
Sat, 22 Mar 2008 18:01:46 +0100 Make churn an official extension
Patrick Mezard <pmezard@gmail.com> [Sat, 22 Mar 2008 18:01:46 +0100] rev 6348
Make churn an official extension
Sat, 22 Mar 2008 12:48:15 +0100 tiny tab cleanup
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 12:48:15 +0100] rev 6347
tiny tab cleanup
Sat, 22 Mar 2008 10:07:49 +0100 improved semantics for remove (issue438)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 10:07:49 +0100] rev 6346
improved semantics for remove (issue438) - Added files are never deleted (only removed with --force). - Modified files can only be removed with --force. - With --after, only deleted files are removed. - With --after --force, all files are removed but not deleted.
Fri, 21 Mar 2008 17:22:47 -0500 test: fix mixing exec bit on test-hgwebdirsym
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 17:22:47 -0500] rev 6345
test: fix mixing exec bit on test-hgwebdirsym
Fri, 21 Mar 2008 15:57:22 -0500 tests: make test-rebuildstate repeatable
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6344
tests: make test-rebuildstate repeatable
Fri, 21 Mar 2008 15:57:22 -0500 tests: teach -i about fails list
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6343
tests: teach -i about fails list
Fri, 21 Mar 2008 15:57:22 -0500 tests: make test-convertcvs repeatable
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6342
tests: make test-convertcvs repeatable
Fri, 21 Mar 2008 08:46:15 -0700 test: Add tests for webdir symlinks and walkrepos.
Eric Hopper <hopper@omnifarious.org> [Fri, 21 Mar 2008 08:46:15 -0700] rev 6341
test: Add tests for webdir symlinks and walkrepos.
Fri, 21 Mar 2008 15:44:11 -0500 mq: warn when applying a patch to somewhere other than tip
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:44:11 -0500] rev 6340
mq: warn when applying a patch to somewhere other than tip
Fri, 21 Mar 2008 21:56:55 +0100 util: check fileno() validity in win32 set_binary()
Patrick Mezard <pmezard@gmail.com> [Fri, 21 Mar 2008 21:56:55 +0100] rev 6339
util: check fileno() validity in win32 set_binary()
Fri, 21 Mar 2008 14:52:24 +0100 clone: print "updating working directory" status message
Adrian Buehlmann <adrian@cadifra.com> [Fri, 21 Mar 2008 14:52:24 +0100] rev 6338
clone: print "updating working directory" status message With this change, "hg clone" looks like this: % hg clone http://example.com/repo/big big requesting all changes adding changesets adding manifests adding file changes added XXX changesets with XXX changes to XXX files updating working directory XXX files updated, XXX files merged, XXX files removed, XXX files unresolved So the user sees % hg clone http://example.com/repo/big big requesting all changes adding changesets adding manifests adding file changes added XXX changesets with XXX changes to XXX files updating working directory while Mercurial is writing to disk to populate the working directory With this change, "hg clone" looks like this: % hg clone big big-work updating working directory XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
Fri, 21 Mar 2008 12:05:01 +0100 give better error message on non-existent mapfile (issue813)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 21 Mar 2008 12:05:01 +0100] rev 6337
give better error message on non-existent mapfile (issue813)
Fri, 21 Mar 2008 11:06:02 +0100 warn about new heads on commit (issue842)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 21 Mar 2008 11:06:02 +0100] rev 6336
warn about new heads on commit (issue842)
Fri, 21 Mar 2008 00:55:53 +0100 hgweb: only accept POST requests for unbundle
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 21 Mar 2008 00:55:53 +0100] rev 6335
hgweb: only accept POST requests for unbundle
Fri, 21 Mar 2008 00:39:39 +0100 tab/space cleanup
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 21 Mar 2008 00:39:39 +0100] rev 6334
tab/space cleanup
Thu, 20 Mar 2008 22:46:35 +0100 ui: copy overlay from both direct and indirect parentui
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Mar 2008 22:46:35 +0100] rev 6333
ui: copy overlay from both direct and indirect parentui
Thu, 20 Mar 2008 23:32:43 +0100 convert: allow missing tools not to stop source type detection
Patrick Mezard <pmezard@gmail.com> [Thu, 20 Mar 2008 23:32:43 +0100] rev 6332
convert: allow missing tools not to stop source type detection
Thu, 20 Mar 2008 22:58:53 +0100 fix test-serve breakage for other hostnames
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Mar 2008 22:58:53 +0100] rev 6331
fix test-serve breakage for other hostnames
Thu, 20 Mar 2008 22:41:40 +0100 util: test fileno() availability in win32 set_binary()
Patrick Mezard <pmezard@gmail.com> [Thu, 20 Mar 2008 22:41:40 +0100] rev 6330
util: test fileno() availability in win32 set_binary() Fix suggested by Alexander Belchenko <bialix@ukr.net>
Thu, 20 Mar 2008 15:59:54 -0500 tests: fix repeatability for test-filebranch with dirstate granularity
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 15:59:54 -0500] rev 6329
tests: fix repeatability for test-filebranch with dirstate granularity
Thu, 20 Mar 2008 14:14:15 -0500 tests: remove some unnecessary sleeps
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 14:14:15 -0500] rev 6328
tests: remove some unnecessary sleeps
Thu, 20 Mar 2008 13:53:59 -0500 dirstate: refactor granularity code, add a test
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 13:53:59 -0500] rev 6327
dirstate: refactor granularity code, add a test - rename option dirstate.granularity - move option reading into .write() - add a simple test
Wed, 19 Mar 2008 17:55:21 -0300 dirstate: ignore stat data for files that were updated too recently
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 19 Mar 2008 17:55:21 -0300] rev 6326
dirstate: ignore stat data for files that were updated too recently This should fix the race where hg commit foo <change foo without changing its size> happens in the same second and status is fooled into thinking foo is clean. A configuration item is used to determine the timeout, since different filesystems may have different requirements (I think VFAT needs 3s, while most Unix filesystems are fine with 1s).
Thu, 20 Mar 2008 11:12:35 -0500 pager: remove pager code from core
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 11:12:35 -0500] rev 6325
pager: remove pager code from core
Thu, 20 Mar 2008 11:12:35 -0500 pager: further simplify code, clean up comments
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 11:12:35 -0500] rev 6324
pager: further simplify code, clean up comments
Thu, 20 Mar 2008 00:57:14 +0100 Use the pager given by the environment to display long output
David Soria Parra <dsp@php.net> [Thu, 20 Mar 2008 00:57:14 +0100] rev 6323
Use the pager given by the environment to display long output Unix systems usually have a PAGER environment variable set. If it is set, mercurial will use the pager application to display output. Two configuration variables are available to influence the behaviour of the pager: pager.application sets the application to be used pager.quiet silences Broken Pipe errors that might occur when the user quits the pager before mercurial finished to write the output
Wed, 16 Jan 2008 11:50:24 +0100 hgk: don't exit if mercurial commands only print warnings
Dennis Schoen <ds@1d10t.de> [Wed, 16 Jan 2008 11:50:24 +0100] rev 6322
hgk: don't exit if mercurial commands only print warnings
Fri, 14 Mar 2008 15:38:56 -0700 tag: allow multiple tags to be added or removed
John Coomes <john.coomes@sun.com> [Fri, 14 Mar 2008 15:38:56 -0700] rev 6321
tag: allow multiple tags to be added or removed - Example: "hg tag -r 42 build-25 beta-1" will add tags build-25 and beta-1 for rev 42. - The deprecated and undocumented usage "hg tag arg1 arg2" used to emit a warning, then add tag arg1 for rev arg2 (equivalent to "hg tag -r arg2 arg1"). It will now add tags arg1 and arg2 for the current revision. - If one tag triggers an error, no tags are added/removed (all or nothing).
Mon, 17 Mar 2008 19:28:46 +0200 tests: update test-command-template for the new {isodatesec} filter
Giorgos Keramidas <keramida@ceid.upatras.gr> [Mon, 17 Mar 2008 19:28:46 +0200] rev 6320
tests: update test-command-template for the new {isodatesec} filter
Mon, 17 Mar 2008 19:17:54 +0200 Add an {isodatesec} template, to show seconds too.
Giorgos Keramidas <keramida@ceid.upatras.gr> [Mon, 17 Mar 2008 19:17:54 +0200] rev 6319
Add an {isodatesec} template, to show seconds too.
Mon, 17 Mar 2008 12:41:14 -0700 convert: Add convert.cvsps option to set up an alternate cvsps command line.
Eric Hopper <hopper@omnifarious.org> [Mon, 17 Mar 2008 12:41:14 -0700] rev 6318
convert: Add convert.cvsps option to set up an alternate cvsps command line.
Mon, 17 Mar 2008 12:40:02 -0700 hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
Eric Hopper <hopper@omnifarious.org> [Mon, 17 Mar 2008 12:40:02 -0700] rev 6317
hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
Sat, 15 Mar 2008 12:22:15 -0400 Add tests for cloning from a all-history bundle
John Mulligan <phlogistonjohn@asynchrono.us> [Sat, 15 Mar 2008 12:22:15 -0400] rev 6316
Add tests for cloning from a all-history bundle
Thu, 20 Mar 2008 11:12:35 -0500 clone: use cancopy
Matt Mackall <mpm@selenic.com> [Thu, 20 Mar 2008 11:12:35 -0500] rev 6315
clone: use cancopy
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip