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: give a base url for help contents

Changeset 624ded422dfa

Parent 1a932cb1ee72

by Steve Borho

Changes to one file · Browse files at 624ded422dfa Showing diff from parent 1a932cb1ee72 Diff from another changeset...

 
361
362
363
364
365
 
366
367
368
 
361
362
363
 
 
364
365
366
367
@@ -361,8 +361,7 @@
  if not url:   return   if not url.startswith('http'): - docpath = os.path.dirname(paths.get_license_path()) - url = os.path.join(docpath, url) + url = 'http://tortoisehg.bitbucket.org/manual/0.9/' + url   from tortoisehg.hgtk import about   about.browseurl(url)