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

stable hgversion: require hg-1.9

This was the de-facto requirement before now. This simply makes it official.

Changeset 8e77d7c8efed

Parent 02458114fc77

by Steve Borho

Changes to one file · Browse files at 8e77d7c8efed Showing diff from parent 02458114fc77 Diff from another changeset...

 
18
19
20
21
 
22
23
24
 
18
19
20
 
21
22
23
24
@@ -18,7 +18,7 @@
   def checkhgversion(v):   """range check the Mercurial version""" - reqver = ['1', '8'] + reqver = ['1', '9']   v = v.split('+')[0]   if not v or v == 'unknown' or len(v) >= 12:   # can't make any intelligent decisions about unknown or hashes