[PATCH 8 of 8] hgext: make fetch use absolute_import

Pulkit Goyal 7895pulkit at gmail.com
Sun Apr 10 10:47:11 EDT 2016


Okay I will send an another series of same patches with these fixed
up. One more thing, when I am updating test-check-py3-compat.t, I am
getting line numbers in the second half in patch numbers 6,7 and 8
whereas it should be replaced with *.

On Sun, Apr 10, 2016 at 7:43 AM, timeless <timeless at gmail.com> wrote:
> Pulkit Goyal wrote:
>>
>> +    lock,
>
> lock as lockmod
>
>> +    util,
>> +)
>>
>>  cmdtable = {}
>>  command = cmdutil.command(cmdtable)
>> @@ -151,4 +159,4 @@
>>          return err
>>
>>      finally:
>> -        release(lock, wlock)
> this almost certainly shouldn't work correctly:
>> +        lock.release(lock, wlock)


More information about the Mercurial-devel mailing list