Issue 407: no lines in annotate page http://bitbucket.org/tortoisehg/stable/issue/407/no-lines-in-annotate-page
Steve Borho / sborho on Fri, 17 Jul 2009 06:05:38 +0200: Comment: FWIW: The [defaults] section has been deprecated in hg-1.3 (but not yet removed) because of this exact sort of thing. You really don't want user configs like this to break arbitrary tools. What happened is that in the very next commit to datamine.py, you moved that functionality into hglib.py thgdispatch() and made it more general 6ab1df0a7b5e (usually a good thing). In THG 0.8, the thgdispatch() function is no longer used since we can now safely call directly into Mercurial's dispatch() function without worrying about ui instances being created outside of our control (which was the only reason thgdispatch existed). I think this can be resolved by moving the [defaults] clearing code up into hgcmd_toq. Changes: status: new -> open responsible: nothing -> tortoisehg -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop