Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
merge with stable
2011-08-17, by Martin Geisler
commands: fix grammar in resolve help text
stable
2011-08-17, by Pang Yan Han
merge: use repo.ui directly instead local variable
2011-08-17, by Martin Geisler
win32: msvcr71.dll should be used for python 2.4 and 2.5
stable
2011-08-08, by Shun-ichi GOTO
minirst: add a helper function to build an RST table from an array
2011-08-11, by Matt Mackall
minirst: drop debug code
2011-08-11, by Matt Mackall
minirst: add simple table support
2011-08-11, by Matt Mackall
minirst: only strip leading newlines, not indentation
2011-08-11, by Matt Mackall
ui: allow alternatives for config options
2011-08-11, by Matt Mackall
merge with stable
2011-08-10, by Matt Mackall
parsers: avoid pointer aliasing
stable
2011-08-10, by Matt Mackall
graphlog: attempt to fix index overrun (issue2912)
stable
2011-08-10, by Matt Mackall
util: wrap lines with multi-byte characters correctly (issue2943)
2011-08-06, by Mads Kiilerich
keyword: avoid x = a and b or c
2011-08-08, by Christian Ebert
match: remove unused assignment
2011-08-09, by Martin Geisler
http: explain why the host is passed to urllib2 password manager
2011-08-06, by Patrick Mezard
merge with stable
2011-08-05, by Matt Mackall
test-http: test http authentication
stable
2011-08-05, by Mads Kiilerich
http: pass user to readauthforuri() (fix 4a43e23b8c55)
stable
2011-08-05, by Patrick Mezard
http: strip credentials from urllib2 manager URIs (issue2885)
stable
2011-08-05, by Patrick Mezard
help: move option text display into a helper function
2011-08-04, by Matt Mackall
help: move 'additional help topics' code
2011-08-04, by Matt Mackall
help: rename option_lists to optlist
2011-08-04, by Matt Mackall
help: drop with_version
2011-08-04, by Matt Mackall
dispatch: don't rewrap aliases that have the same definition
stable
2011-08-04, by Idan Kamara
url: really handle urls of the form file:///c:/foo/bar/ correctly
stable
2011-08-04, by Mads Kiilerich
wireproto: add out-of-band error class to allow remote repo to report errors
2011-08-02, by Andrew Pritchard
windows: fix pyflakes warning on unused imports
2011-08-03, by Matt Mackall
minirst: add decorateblocks search helper
2011-08-02, by Matt Mackall
minirst: add getsections helper
2011-08-02, by Matt Mackall
minirst: add formatblocks helper
2011-08-02, by Matt Mackall
minirst: add parse method to get document structure
2011-08-02, by Matt Mackall
util: move copymode into posix.py and windows.py
2011-08-02, by Adrian Buehlmann
util: factor new function copymode out of mktempcopy
2011-08-02, by Adrian Buehlmann
revert: introduce short option -C for --no-backup
2011-08-02, by Adrian Buehlmann
merge with stable
2011-08-01, by Matt Mackall
Added signature for changeset 4a43e23b8c55
stable
2011-08-01, by Matt Mackall
Added tag 1.9.1 for changeset 4a43e23b8c55
stable
2011-08-01, by Matt Mackall
hgweb: do not ignore [auth] if url has a username (issue2822)
stable
1.9.1
2011-08-01, by Patrick Mezard
hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923)
stable
2011-07-31, by Matt Mackall
hgweb: extract the path logic from updatereqenv and add doctests
2011-08-01, by Matt Mackall
merge with stable
2011-08-01, by Matt Mackall
hgweb: handle 'baseurl' configurations with leading slash (issue2934)
stable
2011-08-01, by wujek
ui: call write() so the prompt string goes through subclassed implementation
stable
2011-08-01, by Idan Kamara
merge with stable
2011-08-01, by Matt Mackall
merge with i18n
stable
2011-08-01, by Matt Mackall
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip