Tue, 30 Jun 2009 11:30:03 +0200 keyword: make repo.commit use a custom commitctx wrapper
Christian Ebert <blacktrash@gmx.net> [Tue, 30 Jun 2009 11:30:03 +0200] rev 8996
keyword: make repo.commit use a custom commitctx wrapper This avoids forcing the dirstate of overwritten files to normal during a commit. Thanks to Dan Villiom Podlaski Christiansen for the idea of a "double wrapper", so other extensions can still wrap repo.commitctx safely.
Wed, 01 Jul 2009 01:16:19 -0500 commit: lose some pointless 'nothing changed' messages
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 01:16:19 -0500] rev 8995
commit: lose some pointless 'nothing changed' messages Move message from localrepo to commands. This drops confusing messages in subrepo, import, and rebase.
Wed, 01 Jul 2009 01:05:24 -0500 commit: report modified subrepos in commit editor
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 01:05:24 -0500] rev 8994
commit: report modified subrepos in commit editor
Wed, 01 Jul 2009 00:41:14 -0500 verify: demote warning about nullid in copy to note
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:41:14 -0500] rev 8993
verify: demote warning about nullid in copy to note
Wed, 01 Jul 2009 00:35:59 -0500 help: add more pointers to commit --close-branch
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:35:59 -0500] rev 8992
help: add more pointers to commit --close-branch
Wed, 01 Jul 2009 00:31:59 -0500 branches: add --closed flag for consistency with heads
Matt Mackall <mpm@selenic.com> [Wed, 01 Jul 2009 00:31:59 -0500] rev 8991
branches: add --closed flag for consistency with heads
Tue, 30 Jun 2009 23:25:53 -0500 addremove: build lists of already added and removed files too (issue1696)
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 23:25:53 -0500] rev 8990
addremove: build lists of already added and removed files too (issue1696)
Tue, 30 Jun 2009 16:11:42 -0500 addremove: pass unknown and deleted to findrenames directly again
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 16:11:42 -0500] rev 8989
addremove: pass unknown and deleted to findrenames directly again
Tue, 30 Jun 2009 15:56:08 -0500 addremove: normalize some variable names
Matt Mackall <mpm@selenic.com> [Tue, 30 Jun 2009 15:56:08 -0500] rev 8988
addremove: normalize some variable names
Mon, 29 Jun 2009 15:34:17 -0500 findrenames: drop unused argument defaults
Matt Mackall <mpm@selenic.com> [Mon, 29 Jun 2009 15:34:17 -0500] rev 8987
findrenames: drop unused argument defaults
Tue, 30 Jun 2009 19:23:50 -0700 zsh completion: update bisect for builtin syntax
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 19:23:50 -0700] rev 8986
zsh completion: update bisect for builtin syntax
Tue, 30 Jun 2009 18:47:16 -0700 zsh completion: add hg branch
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:47:16 -0700] rev 8985
zsh completion: add hg branch
Tue, 30 Jun 2009 18:45:09 -0700 zsh completion: add hg branches
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:45:09 -0700] rev 8984
zsh completion: add hg branches
Tue, 30 Jun 2009 18:41:43 -0700 zsh completion: basic merge support
Brendan Cully <brendan@kublai.com> [Tue, 30 Jun 2009 18:41:43 -0700] rev 8983
zsh completion: basic merge support
Tue, 30 Jun 2009 17:58:17 -0400 zsh completion: disable defaults and verbose output when completing
Brodie Rao <me+hg@dackz.net> [Tue, 30 Jun 2009 17:58:17 -0400] rev 8982
zsh completion: disable defaults and verbose output when completing If ui.verbose is set to True in hgrc, commands used to provide completions would yield bad results. For example, qpush completion would include the patch numbers and statuses as returned by qunapplied -v, instead of just the patch names. Defaults are also disabled when completing to prevent similar issues when an option is set that changes a command's output.
(0) -3000 -1000 -300 -100 -15 +15 +100 +300 +1000 +3000 +10000 +30000 tip