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

hg-crew-tip hggtk/status: fix inclusion of unknown files

Changeset 6838af4757f3

Parent b9067ff24d0a

by Peter Arrenbrecht

Changes to one file · Browse files at 6838af4757f3 Showing diff from parent b9067ff24d0a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
322
323
324
325
 
 
326
327
328
 
322
323
324
 
325
326
327
328
329
@@ -322,7 +322,8 @@
  n for n in self.repo.status(node1=self._node1, node2=self._node2,   match=matcher,   ignored=self.test_opt('ignored'), - clean=self.test_opt('clean'))] + clean=self.test_opt('clean'), + unknown=self.test_opt('unknown'))]     changetypes = (('modified', 'M', modified),   ('added', 'A', added),