Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

hgversion: bump Mercurial requirement to 1.5

This should have happened right after 1.0 was released.

Changeset 1376a14f1e81

Parent 033637619e71

by Steve Borho

Changes to one file · Browse files at 1376a14f1e81 Showing diff from parent 033637619e71 Diff from another changeset...

 
21
22
23
24
 
25
26
27
 
21
22
23
 
24
25
26
27
@@ -21,7 +21,7 @@
  # this is a series of hacks, but Mercurial's versioning scheme   # doesn't lend itself to a "correct" solution. This will at least   # catch people who have old Mercurial packages. - reqver = ['1', '4'] + reqver = ['1', '5']   if not v or v == 'unknown' or len(v) >= 12:   # can't make any intelligent decisions about unknown or hashes   return