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

hglib: fix for older hg versions

Changeset 88e99ef8b874

Parent 1ceb943dfbc9

by Steve Borho

Changes to one file · Browse files at 88e99ef8b874 Showing diff from parent 1ceb943dfbc9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
150
151
152
 
153
154
155
 
150
151
152
153
154
155
156
@@ -150,6 +150,7 @@
  if not calliffunc(self.interactive): return default   if isinstance(choices, str):   pat = choices + choices = None   else:   pat = None   while True: