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

reporegistry: remove highlight after closing the last repo

Changeset f4336a1503af

Parent 2b42738f1e42

by Eduard-Cristian Stefan

Changes to one file · Browse files at f4336a1503af Showing diff from parent 2b42738f1e42 Diff from another changeset...

 
621
622
623
 
 
624
625
626
 
621
622
623
624
625
626
627
628
@@ -621,6 +621,8 @@
  if w.repo:   root = w.repo.root   self.activeRepoChanged.emit(hglib.tounicode(root)) + else: + self.activeRepoChanged.emit("")   repo = w and w.repo or None   self.log.setRepository(repo)   self.mqpatches.setrepo(repo)