[issue2864] Failure to call reposetup for extensions

David Golub bugs at mercurial.selenic.com
Wed Jun 22 09:49:05 CDT 2011


New submission from David Golub <golubdr at gmail.com>:

Recent changes to the peer function at mercurial/hg.py:101 have caused it 
to return a repository object on which an extension's reposetup function 
has not been called.  This change breaks compatibility with existing 
extensions, including the kbfiles extension from Fog Creek Software.  The 
peer function should be modified to either call the repository function or 
mirror the for loop in the repository function so that reposetup will be 
called on all repository objects.

----------
messages: 16590
nosy: golubdr
priority: urgent
status: unread
title: Failure to call reposetup for extensions

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2864>
____________________________________________________


More information about the Mercurial-devel mailing list