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

hgversion: bump require Mercurial version to 1.4

Time to start removing hg-1.3 and earlier hacks.

Changeset 8d6cf1472818

Parent 67d9c1223260

by Steve Borho

Changes to one file · Browse files at 8d6cf1472818 Showing diff from parent 67d9c1223260 Diff from another changeset...

 
19
20
21
22
 
23
24
25
 
19
20
21
 
22
23
24
25
@@ -19,7 +19,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', '3'] + reqver = ['1', '4']   if not v or v == 'unknown' or len(v) >= 12:   # can't make any intelligent decisions about unknown or hashes   return