[PATCH 6 of 6 import-refactor V3] mercurial: support loading modules from zipimporter

Yuya Nishihara yuya at tcha.org
Fri Dec 4 08:03:03 CST 2015


On Fri, 4 Dec 2015 22:06:15 +0900, Yuya Nishihara wrote:
> On Thu, 03 Dec 2015 21:51:12 -0800, Gregory Szorc wrote:
> > # HG changeset patch
> > # User Gregory Szorc <gregory.szorc at gmail.com>
> > # Date 1449206705 28800
> > #      Thu Dec 03 21:25:05 2015 -0800
> > # Node ID 782783ea499c7e03253b55f0b0c221b9946356e2
> > # Parent  dd8b23489d2a5f5580905c995333d139fe457d1c
> > mercurial: support loading modules from zipimporter

Pushed the series to clowncopter, thanks!

I've ignored the following check-commit errors as they should be false
positive.

+  Revision 4374d819ccd5 does not comply to rules
+  ------------------------------------------------------
+  114: adds a function with foo_bar naming
+   +    def find_module(self, name, path=None):
+  
+  Revision 511a4384b033 does not comply to rules
+  ------------------------------------------------------
+  68: adds a function with foo_bar naming
+   +    def copy_file(self, *args, **kwargs):


More information about the Mercurial-devel mailing list