mercurial at 4068: 8 new changesets
Alexis S. L. Carvalho
alexis at cecm.usp.br
Thu Feb 8 18:41:34 UTC 2007
Thus spake Christian Ebert:
> * Mercurial Commits on Wednesday, February 07, 2007 at 00:00:09 +0100:
> > http://www.selenic.com/hg/rev/5d9ede002453
> > changeset: 4064:5d9ede002453
> > user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
> > date: Tue Feb 06 15:43:01 2007 -0200
> > summary: install reposetup hook right after loading the extension
>
> With this cset in reposetup(ui, repo) ui only knows about
> configuration in util.rcpath(), not anymore about settings in
> repo.root/.hg/hgrc or settings from files in $HGRCPATH.
>
> Is this intended? If yes, I'd have to adapt extensions
> accordingly.
Not really intended - hg.repository was giving the reposetup functions
whatever ui object it had received, which could be bad if it was the ui
object from another repo. I've pushed a changeset to crew-stable to
(try to) use the ui object from the newly-created repo.
Alexis
More information about the Mercurial-devel
mailing list