[PATCH cleanup] dagutil: fix id/ix typos in docstrings

Augie Fackler raf at durin42.com
Sun Nov 9 08:13:07 CST 2014


On Nov 6, 2014, at 5:30 PM, Mike Edgar <adgar at google.com> wrote:

> # HG changeset patch
> # User Mike Edgar <adgar at google.com>
> # Date 1414182404 14400
> #      Fri Oct 24 16:26:44 2014 -0400
> # Node ID 035b2368c237216b79169a1d35901e45da4df077
> # Parent  2d54aa5397cdb1c697673ba10b7618d5ac25c69e
> dagutil: fix id/ix typos in docstrings

queued this one a few days ago and looks like I forgot to tell the list

> 
> diff -r 2d54aa5397cd -r 035b2368c237 mercurial/dagutil.py
> --- a/mercurial/dagutil.py	Sat Oct 18 01:09:41 2014 -0700
> +++ b/mercurial/dagutil.py	Fri Oct 24 16:26:44 2014 -0400
> @@ -25,7 +25,7 @@
>         self._inverse = None
> 
>     def nodeset(self):
> -        '''set of all node idxs'''
> +        '''set of all node ixs'''
>         raise NotImplementedError
> 
>     def heads(self):
> @@ -77,7 +77,7 @@
>         return self._internalize(id)
> 
>     def internalizeall(self, ids, filterunknown=False):
> -        '''return a list of (or set if given a set) of node ids'''
> +        '''return a list of (or set if given a set) of node ixs'''
>         ixs = self._internalizeall(ids, filterunknown)
>         if isinstance(ids, set):
>             return set(ixs)
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20141109/a07e0715/attachment.pgp>


More information about the Mercurial-devel mailing list