Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable thgrepo: monitor localtags file

Changeset 5549f67e3ccd

Parent f59fe6408cb4

by Steve Borho

Changes to one file · Browse files at 5549f67e3ccd Showing diff from parent f59fe6408cb4 Diff from another changeset...

 
131
132
133
 
134
135
136
 
131
132
133
134
135
136
137
@@ -131,6 +131,7 @@
  def _getrepomtime(self):   'Return the last modification time for the repo'   watchedfiles = [self.repo.sjoin('00changelog.i')] + watchedfiles.append(self.repo.join('localtags'))   watchedfiles.append(self.repo.join('bookmarks'))   watchedfiles.append(self.repo.join('bookmarks.current'))   if hasattr(self.repo, 'mq'):