Matt Mackall <mpm@selenic.com> [Mon, 31 Mar 2008 21:49:32 -0500] rev 6433
add simple dump and undump scripts to contrib/
Matt Mackall <mpm@selenic.com> [Mon, 31 Mar 2008 21:49:26 -0500] rev 6432
Merge with stable
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.
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
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
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6428
symmetricdifference: change colors to sides
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
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
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.
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6424
copies: sort old names by depth
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.
Matt Mackall <mpm@selenic.com> [Sat, 29 Mar 2008 12:39:47 -0500] rev 6422
copies: fix silly precedence bug
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.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Mar 2008 18:49:15 +0200] rev 6420
merge with crew
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.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 31 Mar 2008 13:10:47 +0200] rev 6418
convert: fix trailing space introduced in
5efd447a9b8d
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)
Christian Ebert <blacktrash@gmx.net> [Mon, 31 Mar 2008 11:08:52 +0200] rev 6416
keyword: regroup monkey patch code, underscore prefix private vars
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 31 Mar 2008 00:01:27 +0200] rev 6415
merge with crew-stable
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
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 22:29:02 +0200] rev 6413
fix bug introduced by
2540521dc7c1 (thanks pychecker)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 22:23:55 +0200] rev 6412
merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:46 +0200] rev 6411
fix error spotted by pychecker
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)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:31:35 +0200] rev 6409
merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:57 +0200] rev 6408
fix warning from pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 30 Mar 2008 20:21:46 +0200] rev 6407
fix error spotted by pychecker
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Mar 2008 20:25:22 +0200] rev 6406
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 30 Mar 2008 20:18:40 +0200] rev 6405
commands: fix shadowed repo module
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Mar 2008 21:15:54 +0100] rev 6404
merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Mar 2008 21:15:34 +0100] rev 6403
hgweb: remove dead code
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:27:35 +0100] rev 6402
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:16:39 +0100] rev 6401
test-convert-svn-source: remove redundant tests
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.
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:15:45 +0100] rev 6399
convert: follow svn tags history (
issue953)
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:15:43 +0100] rev 6398
Add a test for svn tags conversion
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.
Patrick Mezard <pmezard@gmail.com> [Sat, 29 Mar 2008 17:14:47 +0100] rev 6396
test-convert-mtn: test directory deletion
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Mar 2008 19:47:22 +0100] rev 6395
fix const annotation warning
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 17:31:50 +0100] rev 6394
highlight: some small cleanups
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 19:40:44 +0100] rev 6393
hgweb: refactor hgweb code
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 28 Mar 2008 19:37:28 +0100] rev 6392
hgweb: separate out utility functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 24 Mar 2008 18:18:39 +0100] rev 6391
Backed out changeset
d2bb66a8a435 (temporary template compatibility)
Bryan O'Sullivan <bos@serpentine.com> [Thu, 27 Mar 2008 12:52:41 -0700] rev 6390
mercurial.el: note new Emacs VC mode support
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
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 18:05:30 -0500] rev 6388
Added signature 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
Bryan O'Sullivan <bos@serpentine.com> [Mon, 24 Mar 2008 15:50:58 -0700] rev 6386
Tests for issue 1049
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.
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.
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.
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
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.
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)
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.
Matt Mackall <mpm@selenic.com> [Mon, 24 Mar 2008 11:12:57 -0500] rev 6378
Merge with crew
Patrick Mezard <pmezard@gmail.com> [Mon, 24 Mar 2008 17:02:31 +0100] rev 6377
test-convert-mtn: test directory move
Patrick Mezard <pmezard@gmail.com> [Mon, 24 Mar 2008 17:02:08 +0100] rev 6376
convert: record deleted files in monotone source
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)
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
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
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 23:18:20 +0100] rev 6372
Add a test for monotone conversion
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.
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.
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).
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 23 Mar 2008 23:08:18 +0100] rev 6368
hgweb: better error messages
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 22:15:47 +0100] rev 6367
Remove unexpected "Alternately" word from tip help.
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.
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 21:41:03 +0100] rev 6365
convertrepo: make it work with refactored convert extension
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 21:40:27 +0100] rev 6364
Make tip help more helpful
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 20:37:04 +0100] rev 6363
test-imerge: test resolve subcommand
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 20:37:02 +0100] rev 6362
imerge: replace "merge" with "internal:merge" when non-interactive
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 18:52:02 +0100] rev 6361
hgk: display orphan revisions content (issue 1041)
Patrick Mezard <pmezard@gmail.com> [Sun, 23 Mar 2008 16:07:27 +0100] rev 6360
test-mq-symlinks: skip if symlinks are not supported
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
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...
Florent Guillaume <fg@nuxeo.com> [Sun, 23 Mar 2008 01:04:51 +0100] rev 6357
test-remove: fix for non-gnu find
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
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 20:16:30 +0100] rev 6355
tests: add highlight extension tests
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 18:33:10 +0100] rev 6354
tests: add tests for hgweb to test-keyword
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 20:15:30 +0100] rev 6353
Merge main and crew.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 22 Mar 2008 20:03:00 +0100] rev 6352
removed trailing spaces
Matt Mackall <mpm@selenic.com> [Sat, 22 Mar 2008 13:50:59 -0500] rev 6351
ui: disallow newlines in usernames (
issue1034)
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
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.
Patrick Mezard <pmezard@gmail.com> [Sat, 22 Mar 2008 18:01:46 +0100] rev 6348
Make churn an official extension
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Mar 2008 12:48:15 +0100] rev 6347
tiny tab cleanup
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.
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 17:22:47 -0500] rev 6345
test: fix mixing exec bit on test-hgwebdirsym
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6344
tests: make test-rebuildstate repeatable
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6343
tests: teach -i about fails list
Matt Mackall <mpm@selenic.com> [Fri, 21 Mar 2008 15:57:22 -0500] rev 6342
tests: make test-convertcvs repeatable
Eric Hopper <hopper@omnifarious.org> [Fri, 21 Mar 2008 08:46:15 -0700] rev 6341
test: Add tests for webdir symlinks and walkrepos.
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
Patrick Mezard <pmezard@gmail.com> [Fri, 21 Mar 2008 21:56:55 +0100] rev 6339
util: check fileno() validity in win32 set_binary()
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