Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

history: Document where repo_invalidated recieves signal from

Changeset 40a53112692c

Parent a77eff40cd14

by Peer Sommerlund

Changes to one file · Browse files at 40a53112692c Showing diff from parent a77eff40cd14 Diff from another changeset...

 
834
835
836
837
 
 
838
839
840
 
834
835
836
 
837
838
839
840
841
@@ -834,7 +834,8 @@
  else:   self.goto_rev(revid)   - def repo_invalidated(self, mqwidget): + def repo_invalidated(self, widget): + 'Emitted from MQWidget and PBranchWidget'   self.reload_log()     def files_dropped(self, mqwidget, files, *args):