Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

commit: notify shell extension of merge commits

Changeset 1658302e7e82

Parent f06b5284b726

by Steve Borho

Changes to one file · Browse files at 1658302e7e82 Showing diff from parent f06b5284b726 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
270
271
272
 
273
274
275
 
270
271
272
273
274
275
276
@@ -270,6 +270,7 @@
  # as of Mercurial 1.0, merges must be committed without   # specifying file list.   self._hg_commit([]) + shell_notify(self._relevant_files('MAR'))   self.reload_status()   else:   commitable = 'MAR'