[PATCH] hglib

Péter SZABADY Peter.SZABADY at nng.com
Thu Jul 14 16:13:21 UTC 2016


# 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

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)?


[cid:image43c40f.GIF at b36b8040.46b83060]
________________________________
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/
By responding to this email you accept the email policy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20160714/a964ce07/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image43c40f.GIF
Type: image/gif
Size: 3700 bytes
Desc: image43c40f.GIF
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20160714/a964ce07/attachment.gif>


More information about the Mercurial-devel mailing list