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

stable postreview: fixup string format

Changeset f2d685147ea1

Parent 81f2cd973e0a

by Steve Borho

Changes to one file · Browse files at f2d685147ea1 Showing diff from parent 81f2cd973e0a Diff from another changeset...

 
38
39
40
41
 
42
43
44
 
38
39
40
 
41
42
43
44
@@ -38,7 +38,7 @@
  rb = extensions.find("reviewboard")   plugin_msg = _("Invalid reviewboard plugin. Please download the "   "mercurial reviewboard plugin version 3.5 or higher " - "from the website below.\n\n %s") % + "from the website below.\n\n %s") % \   u'http://bitbucket.org/mdelagra/mercurial-reviewboard/'   try:   if float(rb.__version__[:3]) < 3.5: