Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: fix issue when applied 'Date' custom filter

This issue was introduced at <105243173c73>.

Changeset a248b180adba

Parent 04e8bd5923df

by Yuki KODAMA

Changes to one file · Browse files at a248b180adba Showing diff from parent 04e8bd5923df Diff from another changeset...

 
710
711
712
713
 
714
715
716
 
710
711
712
 
713
714
715
716
@@ -710,7 +710,7 @@
  opts['keyword'] = [w.strip() for w in text.split(',')]   name = 'keywords'   elif mode == MODE_DATE: - opts['date'] = ret + opts['date'] = text   name = 'date'   elif mode == MODE_USER:   opts['user'] = [w.strip() for w in text.split(',')]