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

hgtk: bump Mercurial version requirement

On crew, we have dropped compatibility for hg < 1.3 and will
support versions up to hg 1.4.n.

Changeset 1373526a3040

Parent aaac856508a0

by Steve Borho

Changes to one file · Browse files at 1373526a3040 Showing diff from parent aaac856508a0 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
573
574
575
576
 
577
578
579
 
573
574
575
 
576
577
578
579
@@ -573,7 +573,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', '2'] + reqver = ['1', '3']   if not v or v == 'unknown' or len(v) == 12:   # can't make any intelligent decisions about unknown or hashes   return