Mon, 25 Jul 2011 15:07:09 -0500 |
Augie Fackler |
bookmarks: use getattr instead of hasattr
|
Mon, 25 Jul 2011 20:37:12 -0500 |
Augie Fackler |
hgext: replace uses of hasattr with util.safehasattr
|
Mon, 25 Jul 2011 15:30:19 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
Mon, 25 Jul 2011 14:59:55 -0500 |
Augie Fackler |
safehasattr: new function to work around hasattr being broken
|
Mon, 25 Jul 2011 16:14:02 -0500 |
Augie Fackler |
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
|
Tue, 26 Jul 2011 21:30:12 +0200 |
Patrick Mezard |
notify: rewrite user documentation
|
Mon, 25 Jul 2011 22:19:28 +0300 |
Idan Kamara |
cmdserver: repo.invalidate() on every runcommand
|
Mon, 25 Jul 2011 08:28:37 +0200 |
Angel Ezquerra |
help: add "web/logoimg" setting description
|
Mon, 25 Jul 2011 12:58:47 -0500 |
Matt Mackall |
filecache: fix check-code complaint
|
Mon, 25 Jul 2011 15:08:57 +0300 |
Idan Kamara |
localrepo: unify tag related info into a tagscache class
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: make invalidate() walk _filecache
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate manifest() with filecache
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate _bookmarks/current with filecache
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate changelog() with filecache
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: refresh filecache entries after releasing a repo.lock()
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate dirstate() with filecache
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: add a cache with stat info for files under .hg/
|
Sat, 09 Jul 2011 19:06:59 +0300 |
Idan Kamara |
scmutil: introduce filecache
|
Mon, 25 Jul 2011 15:03:02 +0300 |
Idan Kamara |
posix, windows: introduce cachestat
|
Sat, 23 Jul 2011 12:29:52 +0200 |
Adrian Buehlmann |
util: eliminate wildcard imports
|
Sat, 23 Jul 2011 14:33:35 -0500 |
Matt Mackall |
templater: use a global funcs table
|
Sat, 23 Jul 2011 06:09:14 +0200 |
Simon Heimberg |
ui: config path relative to repo root
|
Sat, 23 Jul 2011 06:08:52 +0200 |
Simon Heimberg |
ui: providing no default value to configpath should not raise an Error
|
Sat, 23 Jul 2011 06:08:49 +0200 |
Simon Heimberg |
ui: fix error, base can not be a list
|
Sat, 23 Jul 2011 11:52:25 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 Jul 2011 20:31:15 -0300 |
Wagner Bruna |
test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d
stable
|
Fri, 22 Jul 2011 20:27:40 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with a934b9249574
stable
|