minor error in patch.py's extract() docstring

Dan Drake drake at kaist.edu
Thu Jul 22 00:36:30 CDT 2010


Hello,

In mercurial/patch.py, the function extract() claims to return a tuple
with 7 elements, but it actually returns a tuple with 8 elements -- it
also returns the branch if found. I'm attaching a patch to fix that.

Please CC me in any replies, as I'm not subscribed to the list.

Thanks!

Dan

PS: I find it amusing that the function I'm patching is the very one
that will process the patch file I've attached. :)

--
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_patch_docstring.patch
Type: text/x-diff
Size: 738 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100722/8eebed1a/attachment.patch>


More information about the Mercurial-devel mailing list