Sun, 07 Feb 2010 14:01:43 +0100 |
Brodie Rao |
dispatch: provide help for disabled extensions and commands
|
Thu, 12 Nov 2009 13:43:36 +0100 |
Dirkjan Ochtman |
help: don't show extension list on extension help
|
Mon, 02 Nov 2009 20:50:57 +0100 |
Martin Geisler |
commands: slightly better help for --traceback
|
Wed, 28 Oct 2009 23:59:18 +0900 |
Yuya Nishihara |
hgweb: added test case for extension loading phases (issue1824)
|
Fri, 16 Oct 2009 23:57:34 +0200 |
Adrian Buehlmann |
hg.clone: report branch name on update
|
Sun, 27 Sep 2009 09:34:40 +0200 |
Martin Geisler |
test-extension: update test output to match a4f6e4427b65
|
Sat, 29 Aug 2009 00:29:16 +0200 |
Martin Geisler |
extensions: load and configure extensions in well-defined phases
|
Mon, 03 Aug 2009 00:01:50 +0200 |
Martin Geisler |
help: use field lists for lists of extensions
|
Sun, 02 Aug 2009 17:17:17 +0200 |
Martin Geisler |
minirst: indent literal blocks with two spaces
|
Fri, 10 Jul 2009 13:40:25 +0200 |
Dan Villiom Podlaski Christiansen |
commands: hide deprecated commands.
|
Wed, 24 Jun 2009 19:15:58 +0200 |
Martin Geisler |
commands: wrap short descriptions in 'hg help'
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: replace parentui mechanism with repo.baseui
|
Thu, 09 Apr 2009 14:43:02 +0200 |
Martin Geisler |
commands: automatically word-wrap cmdline options
|
Wed, 08 Apr 2009 14:18:20 +0200 |
Nicolas Dumazet |
profiling: dropping hotshot profiling. --profile as a unique profiling option
|
Tue, 21 Oct 2008 11:29:27 +0200 |
Dirkjan Ochtman |
help: show extension commands in short list, separate extension list in help
|
Sat, 18 Oct 2008 16:50:03 +0200 |
Dirkjan Ochtman |
show enabled extensions in hg help
|
Tue, 09 Sep 2008 14:43:12 +0200 |
Benoit Boissinot |
Do not try to load extensions twice (issue811)
|
Tue, 03 Jun 2008 21:20:52 +0200 |
Johannes Stezenbach |
help: move "revision syntax" help topics into online help
|
Tue, 03 Jun 2008 20:56:54 +0200 |
Johannes Stezenbach |
help: list special help topics with -v
|
Fri, 21 Mar 2008 14:52:24 +0100 |
Adrian Buehlmann |
clone: print "updating working directory" status message
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
help: avoid traceback if an extension has only debug commands
|
Thu, 28 Jun 2007 21:16:25 -0700 |
Brendan Cully |
Handle extensions with defined but empty cmdtable
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
encoding: pull fallbackencoding out of localrepo into early parsing
|
Wed, 13 Jun 2007 13:46:40 -0700 |
Brendan Cully |
extensions: load modules in module/__init__.py form.
|
Thu, 08 Feb 2007 16:31:21 -0200 |
Alexis S. L. Carvalho |
Try to pass repo.ui to reposetup hooks
|
Tue, 06 Feb 2007 15:43:01 -0200 |
Alexis S. L. Carvalho |
install reposetup hook right after loading the extension
|