[PATCH] convert: use pygit2 if available, to improve performance

Bryan O'Sullivan bos at serpentine.com
Fri Apr 6 16:47:53 CDT 2012


On Fri, Apr 6, 2012 at 5:51 AM, Patrick Mézard <patrick at mezard.eu> wrote:

> The bookmarks stuff was not implemented in convert_git_pygit2, should it
> be left in convert_git_base?


One question about this: I still don't understand why git ls-remote is
being invoked here. git show-ref should list local copies of the remote
refs, which should be enough. It seems wrong to me to be querying the
remote server at all, since there may not even be one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120406/ae441056/attachment.html>


More information about the Mercurial-devel mailing list