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()
|