Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable about: catch ValueError raised when parsing version data (broken at b6c26a7d0418)

Changeset f5b19288aba0

Parent 07d77e75a3b5

by Yuya Nishihara

Changes to one file · Browse files at f5b19288aba0 Showing diff from parent 07d77e75a3b5 Diff from another changeset...

 
146
147
148
149
 
150
151
152
 
146
147
148
 
149
150
151
152
@@ -146,7 +146,7 @@
  if platform == p:   upgradeurl = _url.strip()   break - except (IndexError, ImportError): + except (IndexError, ImportError, ValueError):   pass   try:   thgv = version.version()