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

settings: use thgrepo

Changeset d34dc8ae2e6e

Parent c41fd2885e7b

by Steve Borho

Changes to one file · Browse files at d34dc8ae2e6e Showing diff from parent c41fd2885e7b Diff from another changeset...

 
14
15
16
17
 
18
19
20
 
23
24
25
 
26
27
28
 
518
519
520
521
 
522
523
524
 
14
15
16
 
17
18
19
20
 
23
24
25
26
27
28
29
 
519
520
521
 
522
523
524
525
@@ -14,7 +14,7 @@
   from tortoisehg.util import hglib, settings, paths, wconfig  from tortoisehg.hgqt.i18n import _ -from tortoisehg.hgqt import qtlib +from tortoisehg.hgqt import qtlib, thgrepo    from PyQt4.QtCore import *  from PyQt4.QtGui import * @@ -23,6 +23,7 @@
 # stacked widget or pages need to be scrollable  # add extensions page after THG 1.1 is released  # we need a consistent icon set +# connect to thgrepo.configChanged signal and refresh    _unspecstr = _('<unspecified>')  ENTRY_WIDTH = 300 @@ -518,7 +519,7 @@
  if root is None:   root = paths.find_root()   if root: - repo = hg.repository(ui.ui(), root) + repo = thgrepo.repository(ui.ui(), root)   else:   repo = None   except error.RepoError: