[PATCH] hgsubversion: add 4.6 to testedwith value

Augie Fackler raf at durin42.com
Tue Jul 24 18:22:48 EDT 2018



> On Jul 23, 2018, at 15:39, Pulkit Goyal <7895pulkit at gmail.com> wrote:
> 
> I missed the hgsubversion flag, sorry about that.

hgsubversion patches usually go to hgsubversion at googlegroups, FYI.

Patch queued, thanks.

> 
> On Tue, Jul 24, 2018 at 1:08 AM Pulkit Goyal <7895pulkit at gmail.com <mailto:7895pulkit at gmail.com>> wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pulkit at gmail.com <mailto:7895pulkit at gmail.com>>
> # Date 1532373948 -19800
> #      Tue Jul 24 00:55:48 2018 +0530
> # Node ID 6efcde790e142461ac10e10257ca8f37ee0f7782
> # Parent  51e105c7f0c6fe1aece28bc06c177b68c0e789f1
> hgsubversion: add 4.6 to testedwith value
> 
> Recent patches has made hgsubversion portable with mercurial 4.6, so let's add
> that to testedwith value.
> 
> diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py
> --- a/hgsubversion/__init__.py
> +++ b/hgsubversion/__init__.py
> @@ -15,7 +15,7 @@ details.
>  For more information and instructions, see :hg:`help subversion`.
>  '''
> 
> -testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5'
> +testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6'
> 
>  import os
> 

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


More information about the Mercurial-devel mailing list