On Thu, Dec 17, 2009 at 5:17 PM, Paul Molodowitch
<pa...@luma-pictures.com> wrote:
> Just a patch which makes TreeModel.refresh use hglib.invalidaterepo, instead
> of repo.invalidate, so bookmarks are properly reset.
>
> By the way, is there a reason why repo.invalidate is still being used
> instead of hglib.invalidaterepo?  I ask because I'm worried that if I don't
> go through and replace most uses of repo.invalidate with
> hglib.invalidaterepo, fringe cases where bookmarks aren't refreshed will
> keep popping up...

If you know that only a certain portion of the repository needs to be
invalidated (the dirstate, for instance), you could do that
specifially, but in general I think we want to use the hglib version.

--
Steve Borho

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to