log

age author description
Sun, 07 Feb 2010 10:58:51 +0100 Martin Geisler check-code.py: make help strings consistent
Sun, 07 Feb 2010 01:52:10 +0100 Mads Kiilerich check-code.py: escape backslash
Sun, 07 Feb 2010 07:37:05 -0600 Augie Fackler qnew: ignore force option
Sun, 07 Feb 2010 15:09:02 +0100 Dirkjan Ochtman strip apostrophes from an error messages
Sun, 07 Feb 2010 14:53:17 +0100 Dirkjan Ochtman mq: fix typo, thanks pmezard
Sun, 07 Feb 2010 14:51:52 +0100 Dirkjan Ochtman commands: annotate follows by default, separate -f/--file option
Sun, 07 Feb 2010 14:43:21 +0100 Patrick Mezard Merge with crew-stable
Sun, 07 Feb 2010 11:38:36 +0100 Patrick Mezard test-mq-qrefresh: test qrefresh when tip != qtip stable
Sat, 06 Feb 2010 18:36:27 +0100 Dan Villiom Podlaski Christiansen mq: remove qrefresh slow path (issue2025) stable
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Sun, 07 Feb 2010 14:01:43 +0100 Brodie Rao dispatch: provide help for disabled extensions and commands
Sun, 07 Feb 2010 11:32:08 +0100 Brodie Rao extensions: refactor disabled()
Sun, 07 Feb 2010 14:06:05 +0100 Dirkjan Ochtman mq: don't warn on qpush against a branch head
Sun, 07 Feb 2010 13:49:52 +0100 Dirkjan Ochtman mq: deprecate qinit and qcommit
Sun, 07 Feb 2010 12:34:02 +0100 Dirkjan Ochtman mq: deprecate qsave, qrestore and related options
Tue, 23 Dec 2008 09:46:40 -0800 Brendan Cully mq: add --mq option to some commands
Sat, 06 Feb 2010 20:24:51 +0100 Sune Foldager pull: with -u and -r, update to the first revision given
Sun, 07 Feb 2010 10:01:55 +0100 Dirkjan Ochtman localrepo: inline single-use nested function
Sun, 07 Feb 2010 09:58:41 +0100 Dirkjan Ochtman localrepo: unify changegroup and changegroupsubset code paths a bit
Sun, 07 Feb 2010 00:51:59 +0100 Benoit Boissinot merge: add hints about the use of 'hg heads' to find the rev to merge
Sun, 07 Feb 2010 00:43:24 +0100 Benoit Boissinot prepush: warn about every new outgoing named branch, not just the first
Sun, 07 Feb 2010 00:43:22 +0100 Benoit Boissinot prepush: rename variables, refactor
Sat, 06 Feb 2010 10:51:50 +0100 Stefano Tortarolo rebase: add --detach option to detach intermediate revisions (issue1950)
Sun, 31 Jan 2010 13:30:17 +0100 Stefano Tortarolo rebase: refactoring
Sat, 06 Feb 2010 19:38:39 +0100 Dirkjan Ochtman commands: do all branch heads by default, demote topological to -t/--topo
Sat, 06 Feb 2010 19:33:40 +0100 Dirkjan Ochtman commands: actually implement --closed for topological heads
Sat, 06 Feb 2010 19:06:02 +0100 Dirkjan Ochtman commands: externalize branchheads so we can do it for all branches at once
Sat, 06 Feb 2010 19:33:33 +0100 Dirkjan Ochtman commands: move inactive/closed out so they can have more effect
Sat, 06 Feb 2010 19:33:28 +0100 Dirkjan Ochtman commands: don't do too much work for error messages
Sat, 06 Feb 2010 19:00:50 +0100 Dirkjan Ochtman commands: allow --closed even for topological heads displays