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

stable thgimport: do not import if no patch available (fixes #773)

Changeset 3828f7032b86

Parent 7d017d34af8c

by André Sintzoff

Changes to one file · Browse files at 3828f7032b86 Showing diff from parent 7d017d34af8c Diff from another changeset...

 
251
252
253
 
 
254
255
256
 
251
252
253
254
255
256
257
258
@@ -251,6 +251,8 @@
  os.pathsep.join(hglib.tounicode(p) for p in paths))     def thgimport(self): + if self.cslist.curitems is None: + return   idx = self.targetcombo.currentIndex()   if idx == 1:   # import to shelf