On 23.01.2010 20:45, Steve Borho wrote: > On Sat, Jan 23, 2010 at 11:40 AM, Yuki KODAMA <endflow....@gmail.com> wrote: >> On Sun, Jan 24, 2010 at 02:27, Peer Sommerlund >> <p...@users.sourceforge.net> wrote: >>> >>> >>> On 23 January 2010 14:04, Yuki KODAMA <endflow....@gmail.com> wrote: >>>> >>>> Nice fix, I also faced same problem as #807 few days ago. >>>> BTW, though this patch is marked 'stable' branch, is this intended? >>> >>> I was under the impression that fixes goes to the stable branch. Please >>> correct me if I'm wrong. >>> >>> Regards, >>> Peer >>> >> >> I see, I just wanted to confirm it before pushing, thanks :-) >> And it's a bugfix rather than kind of a feature I think. > > I'm not certain this doesn't have side-effects if you refresh while a > bundle is applied. Can someone test this?
>From reading the code alone, I'd say this is indeed a problem. But I would say this should be fixable by applying the following additional patch: diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py --- a/tortoisehg/hgtk/history.py +++ b/tortoisehg/hgtk/history.py @@ -1438,6 +1438,8 @@ class GLog(gdialog.GDialog): self.update_postpull() def update_urllist(self): + if self.bfile: + return urllist = self.urlcombo.get_model() urllist.clear() for alias, path in self.repo.ui.configitems('paths'): ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop