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

stable gdialog: update URL

Changeset 8b005db73a23

Parent c53c980f035a

by Steve Borho

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

 
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.org/manual/0.9/' + url   from tortoisehg.hgtk import about   about.browse_url(url)