On Fri, Dec 4, 2009 at 05:16, Martin Geisler <m...@lazybytes.net> wrote: > Hi guys, > > Here is a small patch to celebrate that we've reached 10,000 commits in > the Mercurial crew repository! :-) > > # HG changeset patch > # User Martin Geisler <m...@lazybytes.net> > # Date 1259871256 -3600 > # Node ID bbd952051f67607acf234edc3f214b21308d2b13 > # Parent 99c2eba96e6d93ca55d24cb1e427ab3ae0efffa5 > logview: right-align revision number column > > diff --git a/tortoisehg/hgtk/logview/treeview.py > b/tortoisehg/hgtk/logview/treeview.py > --- a/tortoisehg/hgtk/logview/treeview.py > +++ b/tortoisehg/hgtk/logview/treeview.py > @@ -392,6 +392,7 @@ > cell = gtk.CellRendererText() > cell.set_property("width-chars", 8) > cell.set_property("ellipsize", pango.ELLIPSIZE_END) > + cell.set_property("xalign", 1.0) > col = self.tvcolumns['rev'] = gtk.TreeViewColumn(_('Rev')) > col.set_visible(False) > col.set_resizable(True) > > -- > Martin Geisler > > VIFF (Virtual Ideal Functionality Framework) brings easy and efficient > SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/. > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > Tortoisehg-develop mailing list > Tortoisehg-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop >
Congrats! However, here is TortoiseHg's mailing list :-) Do you mean this changeset? http://hg.intevation.org/mercurial/crew/rev/16f49d671c7f -- Yuki KODAMA ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop