[issue1642] Aliases Do Not Honor [defaults]

Michael Pedersen mercurial-bugs at selenic.com
Thu Apr 30 12:46:19 CDT 2009


New submission from Michael Pedersen <hg at icelus.org>:

In my .hgrc, I place the following:
-------------------
[extensions]
alias=

[alias]
updrt = convert file:///home/marvin/src/vcs/svn-rt/rt /home/marvin/src/vcs/hg-rt

[defaults]
updrt = --config convert.svn.trunk=3.8 --config convert.svn.tags=tags --config
convert.svn.branches=branches
-------------------
I then run the code from inside a debugger, and stop in the convert routine.
Checking things over, I find that the --config options were not passed in from
the defaults section. If I take the same config options, and put them on the
command line, it works as expected.

----------
assignedto: brendan
messages: 9236
nosy: brendan, pedersen
priority: bug
status: unread
title: Aliases Do Not Honor [defaults]

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1642>
____________________________________________________



More information about the Mercurial-devel mailing list