Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

merge: reload changelog viewer after undo merging

Changeset 3ae42cbed919

Parent 6fc08eaf0a00

by Yuki KODAMA

Changes to 2 files · Browse files at 3ae42cbed919 Showing diff from parent 6fc08eaf0a00 Diff from another changeset...

 
1602
1603
1604
 
 
1605
1606
1607
 
1602
1603
1604
1605
1606
1607
1608
1609
@@ -1602,6 +1602,8 @@
  self.reload_log()   elif not oldparents == newparents:   self.refresh_model() + # update parents for the next nofifying + args[0] = newparents     def archive(self, menuitem):   rev = self.currevid
 
133
134
135
136
 
137
138
139
 
133
134
135
 
136
137
138
139
@@ -133,7 +133,7 @@
    def set_notify_func(self, func, *args):   self.notify_func = func - self.notify_args = args + self.notify_args = list(args)     def switch_to(self, mode, cmd=True):   if mode == MODE_NORMAL: