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

repowidget: set working copy parent as initial revision

Changeset 50188fc14023

Parent ad06d1ca2b0c

by Adrian Buehlmann

Changes to one file · Browse files at 50188fc14023 Showing diff from parent ad06d1ca2b0c Diff from another changeset...

 
49
50
51
52
 
53
54
55
 
49
50
51
 
52
53
54
55
@@ -49,7 +49,7 @@
  self._closed_branch_supp = has_closed_branch_support(self.repo)     # these are used to know where to go after a reload - self._reload_rev = None + self._reload_rev = '.'   self._reload_file = None     self._loading = True