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

doc: bump revision of default branch docs to 0.10

Changeset 27a0f2d22ddf

Parent 206918d2908f

by Steve Borho

Changes to 2 files · Browse files at 27a0f2d22ddf Showing diff from parent 206918d2908f Diff from another changeset...

 
49
50
51
52
 
53
54
 
55
56
57
 
49
50
51
 
52
53
 
54
55
56
57
@@ -49,9 +49,9 @@
 # built documents.  #  # The short X.Y version. -version = '0.9' +version = '0.10'  # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '0.10.0'    # The language for content autogenerated by Sphinx. Refer to documentation  # for a list of supported languages.
 
386
387
388
389
 
390
391
392
 
386
387
388
 
389
390
391
392
@@ -386,7 +386,7 @@
  if not url:   return   if not url.startswith('http'): - url = 'http://tortoisehg.bitbucket.org/manual/0.9/' + url + url = 'http://tortoisehg.bitbucket.org/manual/0.10/' + url   shlib.browse_url(url)     def launch(self, item, app):