Message11578

Author tonfa
Recipients kiilerix, vincenthillenbrink
Date 2010-02-03.11:05:55
Content
If you use prefix = '', it will work.

I guess the long term fix is to link the defaults used in the command table 
and the defaults given by opts.get().

I.e. if the default for prefix is '', opts.get('prefix') should return ''.
History
Date User Action Args
2010-02-03 11:05:55tonfasetmessageid: <1265195155.52.0.287015173297.issue2017@mercurial.selenic.com>
2010-02-03 11:05:55tonfasetrecipients: + kiilerix, vincenthillenbrink
2010-02-03 11:05:55tonfalinkissue2017 messages
2010-02-03 11:05:55tonfacreate