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

commit: specify help url for commit tool

Changeset be878a385228

Parent d4c4205ffffc

by Steve Borho

Changes to one file · Browse files at be878a385228 Showing diff from parent d4c4205ffffc Diff from another changeset...

 
128
129
130
 
 
 
131
132
133
 
128
129
130
131
132
133
134
135
136
@@ -128,6 +128,9 @@
  self.notify_func = None   self.patch_text = None   + def get_help_url(self): + return 'commit.html' +   def set_notify_func(self, func, args):   self.notify_func = func   self.notify_args = args