[PATCH] spelling: fixes from proofreading of spell checker issues

Pierre-Yves David pierre-yves.david at ens-lyon.org
Sat Dec 13 14:06:35 CST 2014



On 12/12/2014 06:14 PM, Mads Kiilerich wrote:
> # HG changeset patch
> # User Mads Kiilerich <madski at unity3d.com>
> # Date 1397767658 -7200
> #      Thu Apr 17 22:47:38 2014 +0200
> # Node ID 4901e6ad8a11fb76449599a0314040dd338346c7
> # Parent  416c133145ee78c8e83865b7370e185eed69c1be
> spelling: fixes from proofreading of spell checker issues
>
> diff --git a/hgext/largefiles/lfutil.py b/hgext/largefiles/lfutil.py
> --- a/hgext/largefiles/lfutil.py
> +++ b/hgext/largefiles/lfutil.py
> @@ -538,7 +538,7 @@ def updatestandinsbymatch(repo, match):
>       return match
>
>   class automatedcommithook(object):
> -    '''Statefull hook to update standins at the 1st commit of resuming
> +    '''Stateful hook to update standins at the 1st commit of resuming
>
>       For efficiency, updating standins in the working directory should
>       be avoided while automated committing (like rebase, transplant and
> @@ -562,7 +562,7 @@ def getstatuswriter(ui, repo, forcibly=N
>       '''Return the function to write largefiles specific status out
>
>       If ``forcibly`` is ``None``, this returns the last element of
> -    ``repo._lfupdatereporters`` as "default" writer function.
> +    ``repo._lfstatuswriters`` as "default" writer function.
>
>       Otherwise, this returns the function to always write out (or
>       ignore if ``not forcibly``) status.
> @@ -571,6 +571,6 @@ def getstatuswriter(ui, repo, forcibly=N
>           return repo._lfstatuswriters[-1]
>       else:
>           if forcibly:
> -            return ui.status # forcibly WRITE OUT
> +            return ui.status
>           else:
> -            return lambda *msg, **opts: None # forcibly IGNORE
> +            return lambda *msg, **opts: None

Not sure why you drop these two out, It should probably be a in a 
different patch.

I've pushed the the clowcopter the rest of the patch and dropped theses 
two changes.

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list