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

stable hgversion: fix tense of (v)found

Changeset 72ab5e1ba10a

Parent 8fb0b4d6f6da

by timeless

Changes to one file · Browse files at 72ab5e1ba10a Showing diff from parent 8fb0b4d6f6da Diff from another changeset...

 
31
32
33
34
 
35
 
31
32
33
 
34
35
@@ -31,5 +31,5 @@
  if vers == nextver:   return   return (('This version of TortoiseHg requires Mercurial ' - 'version %s.n to %s.n, but finds %s') % + 'version %s.n to %s.n, but found %s') %   ('.'.join(reqver), '.'.join(nextver), v))