On Sat, 17 Dec 2016 21:11:44 +0530, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pul...@gmail.com>
> # Date 1481985864 -19800
> #      Sat Dec 17 20:14:24 2016 +0530
> # Node ID c816d1b5b807f8076b027f9cb9ffdeafe5fd7e62
> # Parent  a82ca84371f5f4b4213aec534ab0ccdfbd04cf9b
> py3: replace os.sep with pycompat.ossep (part 3 of 4)

> @@ -139,7 +142,7 @@
>      parts = fname.split('/')
>      for part in parts:
>          if (part in ('', os.curdir, os.pardir) or
> -            os.sep in part or os.altsep is not None and os.altsep in part):
> +        pycompat.ossep in part or os.altsep is not None and os.altsep in 
> part):

Fixed indent in flight.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to