Mon, 25 Jul 2011 20:46:30 -0500 |
Augie Fackler |
i18n: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:09:18 -0500 |
Augie Fackler |
win32/hgwebdir_wsgi: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:08:57 -0500 |
Augie Fackler |
setup.py: use getattr instead of hasdattr
|
Mon, 25 Jul 2011 16:07:52 -0500 |
Augie Fackler |
setup3k: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:37:18 -0500 |
Augie Fackler |
tests: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:05:01 -0500 |
Augie Fackler |
wireproto: use safehasattr or getattr instead of hasattr
|
Mon, 25 Jul 2011 16:04:44 -0500 |
Augie Fackler |
windows: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:04:40 -0500 |
Augie Fackler |
util: use safehasattr or getattr instead of hasattr
|
Mon, 25 Jul 2011 16:02:42 -0500 |
Augie Fackler |
templatefilters: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 16:02:27 -0500 |
Augie Fackler |
patch: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 16:02:15 -0500 |
Augie Fackler |
mail: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:55:51 -0500 |
Augie Fackler |
url: replace uses of hasattr with safehasattr or getattr
|
Mon, 25 Jul 2011 15:53:22 -0500 |
Augie Fackler |
subrepo: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:47:43 -0500 |
Augie Fackler |
statichttprepo: replace hasattr with getattr
|
Mon, 25 Jul 2011 15:45:11 -0500 |
Augie Fackler |
walkrepos: use getattr instead of hasattr for samestat
|
Mon, 25 Jul 2011 15:43:55 -0500 |
Augie Fackler |
revlog: use getattr instead of hasattr
|
Mon, 25 Jul 2011 15:41:46 -0500 |
Augie Fackler |
lsprof: use getattr instead of hasattr
|
Mon, 25 Jul 2011 20:36:59 -0500 |
Augie Fackler |
keepalive: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:38:46 -0500 |
Augie Fackler |
hgweb: move remaining hasattr calls to safehasattr
|
Mon, 25 Jul 2011 15:38:10 -0500 |
Augie Fackler |
wsgicgi: use getattr instead of hasattr
|
Mon, 25 Jul 2011 15:37:52 -0500 |
Augie Fackler |
httprepo: use getattr instead of hasattr
|
Mon, 25 Jul 2011 15:36:13 -0500 |
Augie Fackler |
help command: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 16:27:08 -0500 |
Augie Fackler |
hgweb_mod: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:22:18 -0500 |
Augie Fackler |
hg: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:19:43 -0500 |
Augie Fackler |
encoding: use getattr isntead of hasattr
|
Mon, 25 Jul 2011 15:17:47 -0500 |
Augie Fackler |
dispatch: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 16:36:56 -0500 |
Augie Fackler |
debugignore: use getattr instead of hasattr
|
Mon, 25 Jul 2011 15:32:42 -0500 |
Augie Fackler |
cmdutil: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 15:09:17 -0500 |
Augie Fackler |
byterange: replace uses of hasattr with getattr
|
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
|
Fri, 22 Jul 2011 17:17:23 -0500 |
Matt Mackall |
merge with stable
|
Thu, 21 Jul 2011 15:56:15 -0500 |
Augie Fackler |
rebase: remove trailing whitespace found by check-code
stable
|
Fri, 22 Jul 2011 08:03:47 -0700 |
Lee Cantey |
hooks: use python 2.4 compatible exception handling
stable
|
Fri, 22 Jul 2011 17:11:35 -0500 |
Matt Mackall |
url: handle urls of the form file:///c:/foo/bar/ correctly
stable
|
Thu, 21 Jul 2011 16:02:34 -0400 |
David Golub |
dispatch: avoid double backslashes in error message
stable
|
Thu, 21 Jul 2011 15:10:16 +0200 |
Angel Ezquerra |
hgweb: add a "web/logoimg" setting to customize the web logo image
|
Thu, 21 Jul 2011 11:05:26 +0200 |
Adrian Buehlmann |
util: move windows and posix wildcard imports to begin of file
|
Fri, 22 Jul 2011 10:35:05 +0200 |
Adrian Buehlmann |
util: move "default" hidewindow to posix.py
|
Fri, 22 Jul 2011 10:31:56 +0200 |
Adrian Buehlmann |
util: move "default" lookupreg to posix.py
|
Fri, 22 Jul 2011 09:55:46 +0200 |
Adrian Buehlmann |
util: move "default" unlinkpath to posix.py
|
Fri, 22 Jul 2011 09:53:15 +0200 |
Adrian Buehlmann |
util: move "default" makedir to posix.py
|
Thu, 21 Jul 2011 15:52:08 -0500 |
Augie Fackler |
summary: allow color to highlight active bookmark
|
Mon, 18 Jul 2011 07:53:26 -0500 |
Augie Fackler |
summary: show bookmarks separate from tags and note active mark (issue2892)
|
Wed, 20 Jul 2011 18:23:06 -0400 |
Andrew Pritchard |
localrepo: make requirements attribute of newly-created repos contain a set
|
Fri, 22 Jul 2011 16:46:22 -0500 |
Matt Mackall |
localrepo: fix comment on set
|
Thu, 21 Jul 2011 15:39:37 -0500 |
Matt Mackall |
revert: restore check for uncommitted merge (issue2915) (BC)
stable
|
Thu, 21 Jul 2011 14:06:55 -0500 |
Matt Mackall |
localrepo: add set method to iterate over a given revset
|
Thu, 21 Jul 2011 14:05:45 -0500 |
Matt Mackall |
revset: add formatspec convenience query builder
|
Thu, 21 Jul 2011 14:04:57 -0500 |
Matt Mackall |
revset: allow bypassing alias expansion
|
Tue, 19 Jul 2011 17:51:45 -0500 |
Matt Mackall |
merge with stable
|
Tue, 19 Jul 2011 13:43:53 -0500 |
Kevin Bullock |
subrepo: don't commit in subrepo if it's clean
stable
|
Mon, 18 Jul 2011 22:58:21 +0200 |
Stefano Tortarolo |
rebase: block collapse with keepbranches on multiple named branches (issue2112)
stable
|
Tue, 19 Jul 2011 14:19:04 -0500 |
Matt Mackall |
merge with stable
|
Sun, 17 Jul 2011 00:36:43 +0200 |
Alexander Krauss |
hbisect: do not assume that min(good) is an ancestor of min(bad)
|
Sun, 17 Jul 2011 00:35:31 +0200 |
Alexander Krauss |
hbisect: more consistent variable name
|
Sat, 16 Jul 2011 12:22:40 +0200 |
Alexander Krauss |
hbisect: confine loop to the relevant interval
|
Sat, 16 Jul 2011 15:24:28 +0300 |
Idan Kamara |
win32: assign winstdout to sys.__stdout__ as well (issue2888)
stable
|
Mon, 18 Jul 2011 14:57:22 -0500 |
Matt Mackall |
alias: note interaction of shell aliases with early opts in help
|
Mon, 18 Jul 2011 14:53:52 -0500 |
Matt Mackall |
alias: fix up test results
|
Sat, 09 Jul 2011 19:06:59 +0300 |
Idan Kamara |
hooks: redirect stdout/err/in to the ui descriptors when calling python hooks
stable
|
Fri, 15 Jul 2011 18:03:37 -0500 |
Matt Mackall |
alias: pass local ui to shell alias
|
Fri, 15 Jul 2011 16:06:54 -0500 |
Matt Mackall |
aliases: drop cwd manipulation
|
Fri, 15 Jul 2011 16:06:53 -0500 |
Matt Mackall |
dispatch: move shell alias handling after early arg handling
|
Fri, 15 Jul 2011 14:27:16 -0500 |
Matt Mackall |
merge with stable
|
Fri, 15 Jul 2011 20:07:19 +0200 |
Stefano Tortarolo |
rebase: reset bookmarks (issue2265 and issue2873)
stable
|
Fri, 15 Jul 2011 12:56:58 -0500 |
Matt Mackall |
merge with stable
|
Thu, 14 Jul 2011 11:46:15 +0300 |
Idan Kamara |
cmdserver: take repo.baseui as our ui
stable
|
Fri, 15 Jul 2011 10:18:24 +0200 |
Benoit Allard |
web: Output a correct date in short format (issue2902)
stable
|
Fri, 15 Jul 2011 16:28:09 +0300 |
Idan Kamara |
test-commandserver: explicitly close opened file
stable
|
Thu, 14 Jul 2011 12:39:39 -0500 |
Matt Mackall |
verify: fix mq misfire
|
Wed, 13 Jul 2011 19:30:27 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Jul 2011 19:30:09 -0500 |
Matt Mackall |
merge with i18n
stable
|
Tue, 05 Jul 2011 17:54:36 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 35f5cfdd0427
stable
|
Wed, 13 Jul 2011 19:27:56 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Jul 2011 16:43:18 -0500 |
Matt Mackall |
commit: suppress spurious new head message for duplicate commit (issue2893)
|
Wed, 13 Jul 2011 16:58:51 -0500 |
Matt Mackall |
osutil: emulate os.listdir's OSError for long names (issue2898)
|
Wed, 13 Jul 2011 16:28:46 -0500 |
Matt Mackall |
verify: filter messages about missing null manifests (issue2900)
|
Wed, 13 Jul 2011 19:24:54 -0500 |
Matt Mackall |
merge with crew
|
Wed, 13 Jul 2011 17:41:49 -0500 |
Matt Mackall |
subrepo: use working copy of .hgsub to filter status (issue2901)
stable
|
Wed, 13 Jul 2011 19:23:33 +0200 |
Patrick Mezard |
notify: remove unused url() method
|
Wed, 13 Jul 2011 19:23:12 +0200 |
Patrick Mezard |
test-notify-changegroup: test notifications on unbundle
|
Wed, 13 Jul 2011 19:23:08 +0200 |
Patrick Mezard |
run-tests: fix summary when accepting changes interactively
|
Wed, 13 Jul 2011 16:29:28 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Jul 2011 16:28:46 -0500 |
Matt Mackall |
verify: filter messages about missing null manifests (issue2900)
stable
|
Mon, 11 Jul 2011 17:49:45 +0300 |
Idan Kamara |
cmdserver: restore old working dir after dispatch when we have --cwd
stable
|
Mon, 11 Jul 2011 17:46:55 +0300 |
Idan Kamara |
dispatch: don't use request repo if we have --cwd
stable
|
Tue, 12 Jul 2011 12:06:11 -0400 |
Nicholas Riley |
eol: ignore IOError from deleted files in commitctx
stable
|
Fri, 08 Jul 2011 20:24:19 -0500 |
Steve Borho |
scmutil: add missing import of re
stable
|
Tue, 12 Jul 2011 16:36:34 -0500 |
Matt Mackall |
dispatch: fix checking of rpath in _getlocal
|
Tue, 12 Jul 2011 16:36:22 -0500 |
Matt Mackall |
ui: rename _is_trusted to _trusted
|
Tue, 12 Jul 2011 16:27:03 -0500 |
Matt Mackall |
merge with stable
|
Tue, 12 Jul 2011 16:22:36 -0500 |
Matt Mackall |
eol: fix silly test-gendoc breakage by escaping control characters
|
Thu, 07 Jul 2011 12:13:07 +0200 |
Martin Geisler |
eol: document new eol.fix-trailing-newline setting
|