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

commit: clear user combo before loading names

Changeset 0610d0456d7d

Parent af6731c63a0f

by Steve Borho

Changes to one file · Browse files at 0610d0456d7d Showing diff from parent af6731c63a0f Diff from another changeset...

 
366
367
368
 
369
370
371
 
366
367
368
369
370
371
372
@@ -366,6 +366,7 @@
  self.msghistory = self.msghistory[:10]     def refreshUserList(self): + self.usercombo.clear()   l = []   try:   repo = self.stwidget.repo