Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable gdialog: docs/ directory has been changed to doc/

Changeset 5f85e7f79650

Parent 74e46ade7c88

by Steve Borho

Changes to one file · Browse files at 5f85e7f79650 Showing diff from parent 74e46ade7c88 Diff from another changeset...

 
395
396
397
398
 
399
400
401
 
395
396
397
 
398
399
400
401
@@ -395,7 +395,7 @@
  fullurl = 'http://tortoisehg.org/manual/1.0/' + url   # Use local CHM file if it can be found   if os.name == 'nt' and paths.bin_path: - chm = os.path.join(paths.bin_path, 'docs', 'TortoiseHg.chm') + chm = os.path.join(paths.bin_path, 'doc', 'TortoiseHg.chm')   if os.path.exists(chm):   fullurl = (r'mk:@MSITStore:%s::/' % chm) + url   shlib.browse_url(fullurl)