2009/7/18 Jose Miguel Hernández <jmiguel.h...@gmail.com>: > Using tortoisehg 0.8 > If you have something about 25 or more branch. it is impossible to > resize the graph section enough to visualize to where a changeset > belongs. > > is this expected? > I find it horrible, because i could actually resize everything else, > even the rev id which is often very small.
Many of the columns can be completely hidden as well, using the drop menu at the right of the changelog pane. > I am not familiar with the code base to solve this myself, but if i > could help to solve this let me know. The graph column has a fixed width. The code which enforces the limit is in hggtk/logview/treeview.py around line 212. Commenting out the two set_*_width() calls should disable the fixed setting. You may also find that filtering particular branches makes it easier to follow the changeset flow. Click the filter button, select branch, then pick the branch you would like to view from the drop-down. -- Steve Borho ------------------------------------------------------------------------------ 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