Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

gdialog: fix call to browse_url

Changeset d4c4205ffffc

Parent 05eacf0e9cfd

by Steve Borho

Changes to one file · Browse files at d4c4205ffffc Showing diff from parent 05eacf0e9cfd Diff from another changeset...

 
363
364
365
366
 
367
368
369
 
363
364
365
 
366
367
368
369
@@ -363,7 +363,7 @@
  if not url.startswith('http'):   url = 'http://tortoisehg.bitbucket.org/manual/0.9/' + url   from tortoisehg.hgtk import about - about.browseurl(url) + about.browse_url(url)     def launch(self, item, app):   import sys