Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

stable qtlib: bump documentation revision to 2.1

Changeset 8cab4a9dc399

Parent c1f6f061dbb5

by Steve Borho

Changes to one file · Browse files at 8cab4a9dc399 Showing diff from parent c1f6f061dbb5 Diff from another changeset...

 
58
59
60
61
 
62
63
64
 
58
59
60
 
61
62
63
64
@@ -58,7 +58,7 @@
 def openhelpcontents(url):   'Open online help, use local CHM file if available'   if not url.startswith('http'): - fullurl = 'http://tortoisehg.org/manual/2.0/' + url + fullurl = 'http://tortoisehg.org/manual/2.1/' + 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, 'doc', 'TortoiseHg.chm')