[PATCH] hglib

Kevin Bullock kbullock+mercurial at ringworld.org
Fri Jul 15 13:14:06 EDT 2016


> On Jul 14, 2016, at 11:13, Péter SZABADY <Peter.SZABADY at nng.com> wrote:
> 
> # HG changeset patch
> # User pszabady
> # Date 1468512101 -7200
> #      Thu Jul 14 18:01:41 2016 +0200
> # Node ID 07f34140b702244c9599717b3b942328bb1f3247
> # Parent  3f854e3bcdd109fe86c5bda911b76408184a2d98
> clone: uncompressed parameter fix

This patch seems to have been damaged either by your mail client or by your company's e-mail system. Did you use patchbomb to send it?

<https://www.mercurial-scm.org/wiki/PatchbombExtension <https://www.mercurial-scm.org/wiki/PatchbombExtension>>

The content looks fine, but could you try to re-send it with patchbomb and flag it 'hglib' (hg email --flag hglib) ?

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock

> 
> diff -r 3f854e3bcdd1 -r 07f34140b702 hglib/__init__.py
> --- a/hglib/__init__.py
> Wed Jul 06 14:14:22 2016 -0700
> +++ b/hglib/__init__.py
> Thu Jul 14 18:01:41 2016 +0200
> @@ -28,7 +28,7 @@
>            insecure=False, encoding=None, configs=None):
>      args = util.cmdbuilder('clone', source, dest, noupdate=noupdate,
>                             updaterev=updaterev, rev=rev, branch=branch,
> -                           pull=pull, uncompresses=uncompressed,
> +                           pull=pull, uncompressed=uncompressed,
>                             e=ssh, remotecmd=remotecmd, insecure=insecure)
>  
>      args.insert(0, HGPATH)​
> 
> <image43c40f.GIF>
> This message, including its attachments, is confidential and the property of NNG Llc. For more information please read NNG's email policy here:
> http://www.nng.com/emailpolicy/ <http://www.nng.com/emailpolicy/>
> By responding to this email you accept the email policy.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org <mailto:Mercurial-devel at mercurial-scm.org>
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20160715/d2bf74c8/attachment.html>


More information about the Mercurial-devel mailing list