Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

setting: add a missing space to a warning string

Changeset 3247147ae98e

Parent 859ec43c8d9a

by Steve Borho

Changes to one file · Browse files at 3247147ae98e Showing diff from parent 859ec43c8d9a Diff from another changeset...

 
686
687
688
689
 
690
691
692
 
686
687
688
 
689
690
691
692
@@ -686,7 +686,7 @@
  else:   qtlib.WarningMsgBox(_('Unable to create a Mercurial.ini file'),   _('Insufficient access rights, reverting to read-only' - 'mode.'), parent=self) + ' mode.'), parent=self)   from mercurial import config   self.fn = rcpath[0]   cfg = config.config()