[PATCH 3 of 5] pager: skip uisetup if chg is detected

Jun Wu quark at fb.com
Mon Mar 14 21:26:10 EDT 2016


On 03/14/2016 08:33 PM, Jun Wu wrote:
> +    if 'chgunix' in dispatch._earlygetopt('--cmdserver', sys.argv):

Sorry but this is incorrect. _earlygetopt requires an array. It should be:

 > +    if 'chgunix' in dispatch._earlygetopt(['--cmdserver'], sys.argv):



More information about the Mercurial-devel mailing list