Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable thgrepo: add a comment to remove our workaround when appropriate

Changeset 589242e3b07c

Parent e2cd6a9c4d50

by Steve Borho

Changes to one file · Browse files at 589242e3b07c Showing diff from parent e2cd6a9c4d50 Diff from another changeset...

 
212
213
214
 
 
 
 
215
216
217
 
212
213
214
215
216
217
218
219
220
221
@@ -212,6 +212,10 @@
 _uiprops = '''_uifiles _uimtime _shell postpull tabwidth maxdiff   deadbranches _exts _thghiddentags displayname summarylen   shortname mergetools namedbranches'''.split() + +# _bookmarkcurrent is a Mercurial property, we include it here to work +# around a bug in hg-1.8. It should be removed when we drop support for +# Mercurial 1.8  _thgrepoprops = '''_thgmqpatchnames thgmqunappliedpatches   _branchheads _bookmarkcurrent'''.split()