Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

overlay: fix typo in --lsprof option to test module

Traceback induced by lsprof was caused by bug in Mercurial, which
has been fixed in crew changeset 30c40ba10963

Changeset e4ba1a3dddf5

Parent e2244d8d10d0

by Adrian Buehlmann

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

 
107
108
109
110
111
 
 
112
113
114
 
107
108
109
 
 
110
111
112
113
114
@@ -107,8 +107,8 @@
  if option.has_key('--time'):   timeit()   - if option.has_key('--lsprod'): - lsprof(get_states) # fixme: lsprof traceback on win32 (only?) + if option.has_key('--lsprof'): + lsprof(get_states)   elif option.has_key('--profile'):   profile(get_states)   else: