Mercurial options

Pierre-Yves David pierre-yves.david at ens-lyon.org
Mon Nov 23 19:41:06 UTC 2020



On 11/22/20 1:01 PM, Yuya Nishihara wrote:
> On Sat, 21 Nov 2020 12:59:45 -0700, Craig Ozancin wrote:
>> The first is just a minor issue. hg-evolve always reports new obsolete
>> changesets. This is true even when the -q / --quiet option is given.
> 
> Sounds like a minor bug of evolve?

Yep, can you file a bug on https://bz.mercurial-scm.org/

> 
>> [alias]
>> test    = ! ~/bin/test
>>
>> All works as expected.
>>
>> Mercurial makes the following available to test:
>>
>> HG  an exported variable with the path to hg
>> HG_ARGS set to test
>>
>> I always use $HG in my scripts. HG_ARGS not so much.
>>
>> The problem is when I call hg with extra options.
>>
>>      hg --hidden test
>>
>>      or
>>
>>      hg --color never test
>>
>> Test runs without knowing that these options were used.
> 
> Maybe HG_FULLARGS or HG_EARLYARGS can be added. It wasn't possible when shell
> alias was introduced, but it should be easy now.
> 
> Can you file a feature request to bugzilla?
> 
> https://www.mercurial-scm.org/wiki/BugTracker
> 

-- 
Pierre-Yves David



More information about the Mercurial mailing list