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

rename: use thgrepo

Changeset 177d5582ff9b

Parent 3bc4cbe5f471

by Johan Samyn

Changes to one file · Browse files at 177d5582ff9b Showing diff from parent 3bc4cbe5f471 Diff from another changeset...

 
16
17
18
19
 
20
21
22
 
37
38
39
40
 
41
42
43
 
16
17
18
 
19
20
21
22
 
37
38
39
 
40
41
42
43
@@ -16,7 +16,7 @@
   from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import cmdui, qtlib -from tortoisehg.util import hglib, paths +from tortoisehg.util import hglib, paths, thgrepo      class RenameDialog(QDialog): @@ -37,7 +37,7 @@
  cwd = os.getcwd()   try:   self.root = paths.find_root() - self.repo = hg.repository(ui, self.root) + self.repo = thgrepo.repository(ui, path=self.root)   except (error.RepoError):   qtlib.ErrorMsgBox(_('Rename Error'),   _('Could not find or initialize the repository'