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

repowidget: remove trailing whitespace

Changeset 39c9c4d52fcb

Parent 6f3310ebd634

by Steve Borho

Changes to one file · Browse files at 39c9c4d52fcb Showing diff from parent 6f3310ebd634 Diff from another changeset...

 
1452
1453
1454
1455
 
1456
1457
1458
 
1459
1460
1461
 
1452
1453
1454
 
1455
1456
1457
 
1458
1459
1460
1461
@@ -1452,10 +1452,10 @@
  except:   applied = True   mqpatch = False - +   if mqpatch and applied and 'qparent' in ctx.p1().tags():   return qpopAll(self.repo) - +   if not applied:   patchname = self.repo.changectx(self.rev).thgmqpatchname()   else: