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

thgshelve: do not show unknowns by default

shelve is unable to deal with them anyway.

Changeset 07ec9202194e

Parent 146123ff5d9e

by Steve Borho

Changes to one file · Browse files at 07ec9202194e Showing diff from parent 146123ff5d9e Diff from another changeset...

 
211
212
213
214
 
215
216
217
 
211
212
213
 
214
215
216
217
@@ -211,7 +211,7 @@
  cmdoptions = {   'user':'', 'date':'',   'modified':True, 'added':True, 'removed':True, 'deleted':True, - 'unknown':True, 'ignored':False, + 'unknown':False, 'ignored':False,   'exclude':[], 'include':[],   'check': True, 'git':False, 'logfile':'', 'addremove':False,   }