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

commit: util.pconvert() passed in file list

Changeset 573d3bc31e16

Parent 49b3929fa3ab

by Steve Borho

Changes to one file · Browse files at 573d3bc31e16 Showing diff from parent 49b3929fa3ab Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
293
294
295
 
296
297
298
 
293
294
295
296
297
298
299
@@ -293,6 +293,7 @@
  def _commit_selected(self, files):   import hgshelve   # 1a. get list of chunks not rejected + files = [util.pconvert(f) for f in files]   hlist = [x[DM_CHUNK_ID] for x in self.diff_model if not x[DM_REJECTED]]   repo, chunks, ui = self.repo, self._shelve_chunks, self.ui