Wed, 15 Feb 2006 22:21:20 +0100 add a -b/--branch option to 'hg parents'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 15 Feb 2006 22:21:20 +0100] rev 1724
add a -b/--branch option to 'hg parents'
Wed, 15 Feb 2006 14:22:16 +0100 Fix diff against an empty file (issue124) and add a test for this.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 15 Feb 2006 14:22:16 +0100] rev 1723
Fix diff against an empty file (issue124) and add a test for this.
Wed, 15 Feb 2006 04:37:47 +0100 catch errors and throw exception with invalid binary patch data
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 15 Feb 2006 04:37:47 +0100] rev 1722
catch errors and throw exception with invalid binary patch data
Tue, 14 Feb 2006 17:13:18 -0800 add pretxncommit hook.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 14 Feb 2006 17:13:18 -0800] rev 1721
add pretxncommit hook. hook allows check of changeset after create, but before transaction is committed. hook failure rolls transaction back. makes place for local policies like commit message must contain bug id or reviewer signoff. change also adds parent changeset ids to commit hook environment, because is cheap and useful.
Tue, 14 Feb 2006 15:47:25 -0800 add pretag and tag hooks.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 14 Feb 2006 15:47:25 -0800] rev 1720
add pretag and tag hooks. pretag hook lets hook decide how tags can be named. tag hook is notifier.
Tue, 14 Feb 2006 15:37:27 -0800 hook parameters must be strings.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 14 Feb 2006 15:37:27 -0800] rev 1719
hook parameters must be strings.
Tue, 14 Feb 2006 15:28:06 -0800 make hook code nicer.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 14 Feb 2006 15:28:06 -0800] rev 1718
make hook code nicer. pre hooks can raise exception if fail. tidy up better if exception raised (like KeyboardInterrupt) when running hook program.
Tue, 14 Feb 2006 15:10:45 -0800 hooks run after transactions finish must not affect method results.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 14 Feb 2006 15:10:45 -0800] rev 1717
hooks run after transactions finish must not affect method results.
Fri, 17 Feb 2006 17:23:53 -0600 Refactor excessive merge detection, add test
Matt Mackall <mpm@selenic.com> [Fri, 17 Feb 2006 17:23:53 -0600] rev 1716
Refactor excessive merge detection, add test
Mon, 13 Feb 2006 12:48:28 -0600 Revert convert-repo changes
Matt Mackall <mpm@selenic.com> [Mon, 13 Feb 2006 12:48:28 -0600] rev 1715
Revert convert-repo changes
Sat, 11 Feb 2006 00:31:52 -0800 fix hgrc doc hook descriptions.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 11 Feb 2006 00:31:52 -0800] rev 1714
fix hgrc doc hook descriptions.
Fri, 10 Feb 2006 16:45:56 -0500 hooks: distinguish between locally committed and incoming changes.
Daniel Santa Cruz <byteshack@gmail.com> [Fri, 10 Feb 2006 16:45:56 -0500] rev 1713
hooks: distinguish between locally committed and incoming changes. "commit" hook is now for locally committed changes only. "incoming" is for changes pulled, pushed, or unbundled into local repo.
Thu, 09 Feb 2006 17:18:43 -0600 Allow callers to pass in the dirstate lock in most localrepo.py funcs.
mason@suse.com [Thu, 09 Feb 2006 17:18:43 -0600] rev 1712
Allow callers to pass in the dirstate lock in most localrepo.py funcs. This makes it possible to take the lock once and commit a large number of patches, without having to read and write the dirstate for each patch.
Thu, 09 Feb 2006 17:07:20 -0600 revlog.strip should clear the chunkcache
mason@suse.com [Thu, 09 Feb 2006 17:07:20 -0600] rev 1711
revlog.strip should clear the chunkcache The chunkcache isn't valid after a strip, it needs to be cleared out.
Thu, 09 Feb 2006 09:07:19 +0100 Show "(No help text available)" for commands without doc string.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Feb 2006 09:07:19 +0100] rev 1710
Show "(No help text available)" for commands without doc string. Currently this only occurs with "hg help qcommit" from mq extension.
(0) -1000 -300 -100 -15 +15 +100 +300 +1000 +3000 +10000 +30000 tip