[PATCH STABLE] revlog: fix bad indentation (replace tab by space)

Martin von Zweigbergk martinvonz at google.com
Fri Dec 18 23:03:58 CST 2015


Pushed to the clowncopter

On Fri, Dec 18, 2015 at 9:01 PM Martin von Zweigbergk <martinvonz at google.com>
wrote:

> # HG changeset patch
> # User Martin von Zweigbergk <martinvonz at google.com>
> # Date 1450500881 28800
> #      Fri Dec 18 20:54:41 2015 -0800
> # Branch stable
> # Node ID e47841c8343d06b91637c84866bf1469b835b1f7
> # Parent  e240e914d2261788c3ba700401659c11ed820fe3
> revlog: fix bad indentation (replace tab by space)
>
> diff --git a/mercurial/revlog.py b/mercurial/revlog.py
> --- a/mercurial/revlog.py
> +++ b/mercurial/revlog.py
> @@ -1438,7 +1438,7 @@
>          # We work around this issue by inserting a seek() before writing.
>          # Note: This is likely not necessary on Python 3.
>          ifh.seek(0, os.SEEK_END)
> -        if dfh:
> +        if dfh:
>              dfh.seek(0, os.SEEK_END)
>
>          curr = len(self) - 1
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20151219/261821a7/attachment.html>


More information about the Mercurial-devel mailing list