Mon, 25 Jul 2011 15:38:46 -0500 |
Augie Fackler |
hgweb: move remaining hasattr calls to safehasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:38:10 -0500 |
Augie Fackler |
wsgicgi: use getattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:37:52 -0500 |
Augie Fackler |
httprepo: use getattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:36:13 -0500 |
Augie Fackler |
help command: use safehasattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 16:27:08 -0500 |
Augie Fackler |
hgweb_mod: use safehasattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:22:18 -0500 |
Augie Fackler |
hg: use safehasattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:19:43 -0500 |
Augie Fackler |
encoding: use getattr isntead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:17:47 -0500 |
Augie Fackler |
dispatch: use safehasattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 16:36:56 -0500 |
Augie Fackler |
debugignore: use getattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:32:42 -0500 |
Augie Fackler |
cmdutil: use safehasattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:09:17 -0500 |
Augie Fackler |
byterange: replace uses of hasattr with getattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:07:09 -0500 |
Augie Fackler |
bookmarks: use getattr instead of hasattr
|
changeset |
files
|
Mon, 25 Jul 2011 20:37:12 -0500 |
Augie Fackler |
hgext: replace uses of hasattr with util.safehasattr
|
changeset |
files
|
Mon, 25 Jul 2011 15:30:19 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
|
changeset |
files
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
changeset |
files
|
Mon, 25 Jul 2011 14:59:55 -0500 |
Augie Fackler |
safehasattr: new function to work around hasattr being broken
|
changeset |
files
|
Mon, 25 Jul 2011 16:14:02 -0500 |
Augie Fackler |
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
|
changeset |
files
|
Tue, 26 Jul 2011 21:30:12 +0200 |
Patrick Mezard |
notify: rewrite user documentation
|
changeset |
files
|
Mon, 25 Jul 2011 22:19:28 +0300 |
Idan Kamara |
cmdserver: repo.invalidate() on every runcommand
|
changeset |
files
|
Mon, 25 Jul 2011 08:28:37 +0200 |
Angel Ezquerra |
help: add "web/logoimg" setting description
|
changeset |
files
|
Mon, 25 Jul 2011 12:58:47 -0500 |
Matt Mackall |
filecache: fix check-code complaint
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:57 +0300 |
Idan Kamara |
localrepo: unify tag related info into a tagscache class
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: make invalidate() walk _filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate manifest() with filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate _bookmarks/current with filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate changelog() with filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: refresh filecache entries after releasing a repo.lock()
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: decorate dirstate() with filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:08:37 +0300 |
Idan Kamara |
localrepo: add a cache with stat info for files under .hg/
|
changeset |
files
|
Sat, 09 Jul 2011 19:06:59 +0300 |
Idan Kamara |
scmutil: introduce filecache
|
changeset |
files
|
Mon, 25 Jul 2011 15:03:02 +0300 |
Idan Kamara |
posix, windows: introduce cachestat
|
changeset |
files
|
Sat, 23 Jul 2011 12:29:52 +0200 |
Adrian Buehlmann |
util: eliminate wildcard imports
|
changeset |
files
|
Sat, 23 Jul 2011 14:33:35 -0500 |
Matt Mackall |
templater: use a global funcs table
|
changeset |
files
|
Sat, 23 Jul 2011 06:09:14 +0200 |
Simon Heimberg |
ui: config path relative to repo root
|
changeset |
files
|
Sat, 23 Jul 2011 06:08:52 +0200 |
Simon Heimberg |
ui: providing no default value to configpath should not raise an Error
|
changeset |
files
|
Sat, 23 Jul 2011 06:08:49 +0200 |
Simon Heimberg |
ui: fix error, base can not be a list
|
changeset |
files
|
Sat, 23 Jul 2011 11:52:25 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Fri, 22 Jul 2011 20:31:15 -0300 |
Wagner Bruna |
test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d
stable
|
changeset |
files
|
Fri, 22 Jul 2011 20:27:40 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with a934b9249574
stable
|
changeset |
files
|
Fri, 22 Jul 2011 17:17:23 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Thu, 21 Jul 2011 15:56:15 -0500 |
Augie Fackler |
rebase: remove trailing whitespace found by check-code
stable
|
changeset |
files
|
Fri, 22 Jul 2011 08:03:47 -0700 |
Lee Cantey |
hooks: use python 2.4 compatible exception handling
stable
|
changeset |
files
|
Fri, 22 Jul 2011 17:11:35 -0500 |
Matt Mackall |
url: handle urls of the form file:///c:/foo/bar/ correctly
stable
|
changeset |
files
|
Thu, 21 Jul 2011 16:02:34 -0400 |
David Golub |
dispatch: avoid double backslashes in error message
stable
|
changeset |
files
|
Thu, 21 Jul 2011 15:10:16 +0200 |
Angel Ezquerra |
hgweb: add a "web/logoimg" setting to customize the web logo image
|
changeset |
files
|
Thu, 21 Jul 2011 11:05:26 +0200 |
Adrian Buehlmann |
util: move windows and posix wildcard imports to begin of file
|
changeset |
files
|
Fri, 22 Jul 2011 10:35:05 +0200 |
Adrian Buehlmann |
util: move "default" hidewindow to posix.py
|
changeset |
files
|
Fri, 22 Jul 2011 10:31:56 +0200 |
Adrian Buehlmann |
util: move "default" lookupreg to posix.py
|
changeset |
files
|
Fri, 22 Jul 2011 09:55:46 +0200 |
Adrian Buehlmann |
util: move "default" unlinkpath to posix.py
|
changeset |
files
|
Fri, 22 Jul 2011 09:53:15 +0200 |
Adrian Buehlmann |
util: move "default" makedir to posix.py
|
changeset |
files
|
Thu, 21 Jul 2011 15:52:08 -0500 |
Augie Fackler |
summary: allow color to highlight active bookmark
|
changeset |
files
|
Mon, 18 Jul 2011 07:53:26 -0500 |
Augie Fackler |
summary: show bookmarks separate from tags and note active mark (issue2892)
|
changeset |
files
|
Wed, 20 Jul 2011 18:23:06 -0400 |
Andrew Pritchard |
localrepo: make requirements attribute of newly-created repos contain a set
|
changeset |
files
|
Fri, 22 Jul 2011 16:46:22 -0500 |
Matt Mackall |
localrepo: fix comment on set
|
changeset |
files
|
Thu, 21 Jul 2011 15:39:37 -0500 |
Matt Mackall |
revert: restore check for uncommitted merge (issue2915) (BC)
stable
|
changeset |
files
|
Thu, 21 Jul 2011 14:06:55 -0500 |
Matt Mackall |
localrepo: add set method to iterate over a given revset
|
changeset |
files
|
Thu, 21 Jul 2011 14:05:45 -0500 |
Matt Mackall |
revset: add formatspec convenience query builder
|
changeset |
files
|
Thu, 21 Jul 2011 14:04:57 -0500 |
Matt Mackall |
revset: allow bypassing alias expansion
|
changeset |
files
|
Tue, 19 Jul 2011 17:51:45 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Tue, 19 Jul 2011 13:43:53 -0500 |
Kevin Bullock |
subrepo: don't commit in subrepo if it's clean
stable
|
changeset |
files
|