Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

commit: add cwd to shell notify list

Changeset 89c6b627f417

Parent 7e49b620a65e

by Steve Borho

Changes to one file · Browse files at 89c6b627f417 Showing diff from parent 7e49b620a65e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
408
409
410
411
 
412
413
414
 
408
409
410
 
411
412
413
414
@@ -408,7 +408,7 @@
  return   self.reload_status()   shlib.update_thgstatus(self.ui, self.repo.root, wait=True) - shlib.shell_notify(self._relevant_files('MAR')) + shlib.shell_notify([self.cwd] + self._relevant_files('MAR'))     def _commit_selected(self, files):   # 1a. get list of chunks not rejected