Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
i18n-ja: synchronized with 4fdab926e111
stable
2011-07-31, by FUJIWARA Katsunori
i18n-sv: synchronized with 192e02680d09
stable
2011-07-30, by Jens Bäckman
parsers: remove redundant 'n' variable in parsers.parse_index2() (issue2935)
2011-07-31, by py4fun
subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)
stable
2011-07-28, by Vasily Titskiy
hook: be prepared for __stdout/err__ not having fileno()
stable
2011-07-30, by Idan Kamara
dispatch: make sure global options on the command line take precedence
stable
2011-07-30, by Idan Kamara
http2: send an extra header to signal a non-broken client
stable
2011-07-27, by Augie Fackler
httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
stable
2011-07-29, by Augie Fackler
color.py - clear _terminfo_params in win32 mode
stable
2011-07-29, by Andrei Vermel
url: store and assume the query part of an url is in escaped form (issue2921)
stable
2011-07-31, by Benoit Boissinot
mq/qqueue: print current queue name
2011-07-29, by Yann E. MORIN
export: add %m to file format string (first line of the commit message)
2011-07-30, by Andrzej Bieniek
windows: eliminate win32 wildcard import
2011-07-29, by Adrian Buehlmann
merge with stable
2011-07-29, by Matt Mackall
merge with crew
2011-07-29, by Matt Mackall
test-filecache: change for python 2.4 compatibility
2011-07-28, by Lee Cantey
setdiscovery: return anyincoming=False when remote's only head is nullid
stable
2011-07-27, by Andrew Pritchard
i18n: use UTF-8 string to lower filename for case collision check
stable
2011-07-28, by FUJIWARA Katsunori
merge with crew
2011-07-28, by Matt Mackall
check-code: disallow use of hasattr()
2011-07-25, by Augie Fackler
demandimport: use getattr instead of hasattr
2011-07-25, by Augie Fackler
demandimport: blacklist rfc822 and mimetools to prevent spurious warnings
2011-03-01, by Augie Fackler
i18n: use getattr instead of hasattr
2011-07-25, by Augie Fackler
win32/hgwebdir_wsgi: use getattr instead of hasattr
2011-07-25, by Augie Fackler
setup.py: use getattr instead of hasdattr
2011-07-25, by Augie Fackler
setup3k: use getattr instead of hasattr
2011-07-25, by Augie Fackler
tests: use getattr instead of hasattr
2011-07-25, by Augie Fackler
wireproto: use safehasattr or getattr instead of hasattr
2011-07-25, by Augie Fackler
windows: use getattr instead of hasattr
2011-07-25, by Augie Fackler
util: use safehasattr or getattr instead of hasattr
2011-07-25, by Augie Fackler
templatefilters: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
patch: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
mail: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
url: replace uses of hasattr with safehasattr or getattr
2011-07-25, by Augie Fackler
subrepo: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
statichttprepo: replace hasattr with getattr
2011-07-25, by Augie Fackler
walkrepos: use getattr instead of hasattr for samestat
2011-07-25, by Augie Fackler
revlog: use getattr instead of hasattr
2011-07-25, by Augie Fackler
lsprof: use getattr instead of hasattr
2011-07-25, by Augie Fackler
keepalive: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
hgweb: move remaining hasattr calls to safehasattr
2011-07-25, by Augie Fackler
wsgicgi: use getattr instead of hasattr
2011-07-25, by Augie Fackler
httprepo: use getattr instead of hasattr
2011-07-25, by Augie Fackler
help command: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
hgweb_mod: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
hg: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
encoding: use getattr isntead of hasattr
2011-07-25, by Augie Fackler
dispatch: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
debugignore: use getattr instead of hasattr
2011-07-25, by Augie Fackler
cmdutil: use safehasattr instead of hasattr
2011-07-25, by Augie Fackler
byterange: replace uses of hasattr with getattr
2011-07-25, by Augie Fackler
bookmarks: use getattr instead of hasattr
2011-07-25, by Augie Fackler
hgext: replace uses of hasattr with util.safehasattr
2011-07-25, by Augie Fackler
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
2011-07-25, by Augie Fackler
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
2011-07-25, by Augie Fackler
safehasattr: new function to work around hasattr being broken
2011-07-25, by Augie Fackler
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
2011-07-25, by Augie Fackler
notify: rewrite user documentation
2011-07-26, by Patrick Mezard
cmdserver: repo.invalidate() on every runcommand
2011-07-25, by Idan Kamara
help: add "web/logoimg" setting description
2011-07-25, by Angel Ezquerra
filecache: fix check-code complaint
2011-07-25, by Matt Mackall
localrepo: unify tag related info into a tagscache class
2011-07-25, by Idan Kamara
localrepo: make invalidate() walk _filecache
2011-07-25, by Idan Kamara
localrepo: decorate manifest() with filecache
2011-07-25, by Idan Kamara
localrepo: decorate _bookmarks/current with filecache
2011-07-25, by Idan Kamara
localrepo: decorate changelog() with filecache
2011-07-25, by Idan Kamara
localrepo: refresh filecache entries after releasing a repo.lock()
2011-07-25, by Idan Kamara
localrepo: decorate dirstate() with filecache
2011-07-25, by Idan Kamara
localrepo: add a cache with stat info for files under .hg/
2011-07-25, by Idan Kamara
scmutil: introduce filecache
2011-07-09, by Idan Kamara
posix, windows: introduce cachestat
2011-07-25, by Idan Kamara
util: eliminate wildcard imports
2011-07-23, by Adrian Buehlmann
templater: use a global funcs table
2011-07-23, by Matt Mackall
ui: config path relative to repo root
2011-07-23, by Simon Heimberg
ui: providing no default value to configpath should not raise an Error
2011-07-23, by Simon Heimberg
ui: fix error, base can not be a list
2011-07-23, by Simon Heimberg
merge with stable
2011-07-23, by Matt Mackall
test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d
stable
2011-07-22, by Wagner Bruna
i18n-pt_BR: synchronized with a934b9249574
stable
2011-07-22, by Wagner Bruna
merge with stable
2011-07-22, by Matt Mackall
rebase: remove trailing whitespace found by check-code
stable
2011-07-21, by Augie Fackler
hooks: use python 2.4 compatible exception handling
stable
2011-07-22, by Lee Cantey
url: handle urls of the form file:///c:/foo/bar/ correctly
stable
2011-07-22, by Matt Mackall
dispatch: avoid double backslashes in error message
stable
2011-07-21, by David Golub
hgweb: add a "web/logoimg" setting to customize the web logo image
2011-07-21, by Angel Ezquerra
util: move windows and posix wildcard imports to begin of file
2011-07-21, by Adrian Buehlmann
util: move "default" hidewindow to posix.py
2011-07-22, by Adrian Buehlmann
util: move "default" lookupreg to posix.py
2011-07-22, by Adrian Buehlmann
util: move "default" unlinkpath to posix.py
2011-07-22, by Adrian Buehlmann
util: move "default" makedir to posix.py
2011-07-22, by Adrian Buehlmann
summary: allow color to highlight active bookmark
2011-07-21, by Augie Fackler
summary: show bookmarks separate from tags and note active mark (issue2892)
2011-07-18, by Augie Fackler
localrepo: make requirements attribute of newly-created repos contain a set
2011-07-20, by Andrew Pritchard
localrepo: fix comment on set
2011-07-22, by Matt Mackall
revert: restore check for uncommitted merge (issue2915) (BC)
stable
2011-07-21, by Matt Mackall
localrepo: add set method to iterate over a given revset
2011-07-21, by Matt Mackall
revset: add formatspec convenience query builder
2011-07-21, by Matt Mackall
revset: allow bypassing alias expansion
2011-07-21, by Matt Mackall
merge with stable
2011-07-19, by Matt Mackall
subrepo: don't commit in subrepo if it's clean
stable
2011-07-19, by Kevin Bullock
rebase: block collapse with keepbranches on multiple named branches (issue2112)
stable
2011-07-18, by Stefano Tortarolo
merge with stable
2011-07-19, by Matt Mackall
hbisect: do not assume that min(good) is an ancestor of min(bad)
2011-07-17, by Alexander Krauss
hbisect: more consistent variable name
2011-07-17, by Alexander Krauss
hbisect: confine loop to the relevant interval
2011-07-16, by Alexander Krauss
win32: assign winstdout to sys.__stdout__ as well (issue2888)
stable
2011-07-16, by Idan Kamara
alias: note interaction of shell aliases with early opts in help
2011-07-18, by Matt Mackall
alias: fix up test results
2011-07-18, by Matt Mackall
hooks: redirect stdout/err/in to the ui descriptors when calling python hooks
stable
2011-07-09, by Idan Kamara
alias: pass local ui to shell alias
2011-07-15, by Matt Mackall
aliases: drop cwd manipulation
2011-07-15, by Matt Mackall
dispatch: move shell alias handling after early arg handling
2011-07-15, by Matt Mackall
merge with stable
2011-07-15, by Matt Mackall
rebase: reset bookmarks (issue2265 and issue2873)
stable
2011-07-15, by Stefano Tortarolo
merge with stable
2011-07-15, by Matt Mackall
cmdserver: take repo.baseui as our ui
stable
2011-07-14, by Idan Kamara
web: Output a correct date in short format (issue2902)
stable
2011-07-15, by Benoit Allard
test-commandserver: explicitly close opened file
stable
2011-07-15, by Idan Kamara
verify: fix mq misfire
2011-07-14, by Matt Mackall
merge with stable
2011-07-13, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip