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

status: whitespace cleanup

Changeset a961a823bb4f

Parent b62acc9143d8

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
757
758
759
760
 
 
761
762
763
 
757
758
759
 
760
761
762
763
764
@@ -757,7 +757,8 @@
  return     # Create new opts, so nothing unintented gets through - removeopts = self.merge_opts(commands.table['^remove|rm'][1], ('include', 'exclude')) + removeopts = self.merge_opts(commands.table['^remove|rm'][1], + ('include', 'exclude'))   def dohgremove():   commands.remove(self.ui, self.repo, *wfiles, **removeopts)   success, outtext = self._hg_call_wrapper('Remove', dohgremove)