Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

annotate: use qtlib.editfiles

Changeset 0f57e62b3054

Parent 52bd41d3ba53

by Steve Borho

Changes to one file · Browse files at 0f57e62b3054 Showing diff from parent 52bd41d3ba53 Diff from another changeset...

 
9
10
11
12
 
13
14
15
 
398
399
400
401
 
402
403
404
 
9
10
11
 
12
13
14
15
 
398
399
400
 
401
402
403
404
@@ -9,7 +9,7 @@
   from mercurial import ui, error, util   -from tortoisehg.hgqt import visdiff, qtlib, qscilib, wctxactions, thgrepo, lexers +from tortoisehg.hgqt import visdiff, qtlib, qscilib, thgrepo, lexers  from tortoisehg.util import paths, hglib, colormap, thread2  from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt.grep import SearchWidget @@ -398,7 +398,7 @@
    base, _ = visdiff.snapshot(repo, [wfile], repo[rev])   files = [os.path.join(base, wfile)] - wctxactions.edit(self, repo.ui, repo, files, line, pattern) + qtlib.editfiles(repo, files, line, pattern, self)     @pyqtSlot(unicode, dict)   def _openSearchWidget(self, pattern, opts):