Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 19:26:22 +0200] rev 8212
test-extdiff: replace shell script with python for portability
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 18:36:36 +0200] rev 8211
Declare bzr TERM=dumb to silence progress bars
In theory, one could set BZR_PROGRESS_BAR=none but it does not work in 1.14rc2
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8210
replace various uses of list.reverse()
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8209
replace util.sort with sorted built-in
This is marginally faster for small and moderately-sized lists
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8208
ui: make interactive a method
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:50:44 -0500] rev 8207
util: take propertycache from context.py