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

repotreemodel: add import for RepoTreeItem

Changeset 46bdaccc1a95

Parent 1519249de5a9

by Steve Borho

Changes to one file · Browse files at 46bdaccc1a95 Showing diff from parent 1519249de5a9 Diff from another changeset...

 
12
13
14
15
 
 
16
17
18
 
12
13
14
 
15
16
17
18
19
@@ -12,7 +12,8 @@
   from tortoisehg.hgqt.i18n import _   -from repotreeitem import undumpObject, AllRepoGroupItem, RepoGroupItem, RepoItem +from repotreeitem import undumpObject, AllRepoGroupItem, RepoGroupItem +from repotreeitem import RepoItem, RepoTreeItem      extractXmlElementName = 'reporegextract'