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
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.
test-gpg: start gpg-agent under control of the test runner
2016-08-14, by Yuya Nishihara
test-gpg: make temporary copy of GNUPGHOME
2016-08-14, by Yuya Nishihara
hgweb: document why we don't allow untrusted settings to control zlib
2016-08-15, by Gregory Szorc
hgweb: profile HTTP requests
2016-08-14, by Gregory Szorc
hgweb: abstract call to hgwebdir wsgi function
2016-08-14, by Gregory Szorc
profiling: don't error with statprof when profiling has already started
2016-08-14, by Gregory Szorc
profiling: add a context manager that no-ops if profiling isn't enabled
2016-08-14, by Gregory Szorc
profiling: make profiling functions context managers (API)
2016-08-14, by Gregory Szorc
dispatch: set profiling.enabled when profiling is enabled
2016-08-14, by Gregory Szorc
profiling: move profiling code from dispatch.py (API)
2016-08-14, by Gregory Szorc
merge with stable
2016-08-15, by Augie Fackler
pycompat: avoid using an extra function
2016-08-13, by Pulkit Goyal
pycompat: remove multiple occurences of urlencode
2016-08-13, by Pulkit Goyal
osx: stamp the hg version into the version field in the pkg
2016-08-12, by Augie Fackler
performance: disable workaround for an old bug of Python gc
2016-07-28, by Maciej Fijalkowski
merge: always use other, not remote, in user prompts
2016-08-12, by Simon Farnsworth
merge: use labels in prompts to the user
2016-08-12, by Simon Farnsworth
journal: use the dirstate parentchange callbacks
2016-08-09, by Mateusz Kwapich
dirstate: add callback to notify extensions about wd parent change
2016-08-11, by Mateusz Kwapich
revpair: do not optimize tree to check for odd-range spec
2016-08-06, by Yuya Nishihara
revset: also parse x^: as (x^):
2016-08-06, by Yuya Nishihara
revset: resolve ambiguity of x^:y before alias expansion
2016-08-06, by Yuya Nishihara
revset: add test for resolution of infix/suffix ambiguity of x^:y
2016-08-06, by Yuya Nishihara
parser: remove unused binding parameter from suffix action
2015-07-05, by Yuya Nishihara
extensions: add unwrapfunction to undo wrapfunction
2016-08-10, by Jun Wu
extensions: add getwrapperchain to get a list of wrappers
2016-08-10, by Jun Wu
extensions: set attributes to wrappers so we can trace them back
2016-08-10, by Jun Wu
ui: drop values returned by inspect.*frame*() to avoid cycles
2016-08-10, by Jun Wu
dispatch: split global error handling out so it can be reused
2016-08-09, by Jun Wu
py3: conditionalize _winreg import
2016-08-10, by Pulkit Goyal
py3: conditionalize the raise statement
2016-08-08, by Pulkit Goyal
match: added matchessubrepo method to matcher
2016-08-09, by Hannes Oldenburg
changegroup: move branch cache debug message to proper location
2016-08-08, by Gregory Szorc
journal: take wlock for writting the 'shared' file
2016-08-08, by Pierre-Yves David
debugbuilddag: take wlock to cover '.hg/localtags'
2016-08-07, by Pierre-Yves David
fakemergerecord: take wlock to write the merge state
2016-08-08, by Pierre-Yves David
shared: take wlock for writting the 'shared' file
2016-08-07, by Pierre-Yves David
mq: take wlock when 'qqueue' is doing write operations
2016-08-07, by Pierre-Yves David
py3: make check-py3-compat.py use correct module name at loading pure modules
2016-08-09, by FUJIWARA Katsunori
py3: update output of check-py3-compat.py with python3
2016-08-09, by FUJIWARA Katsunori
mpatch: raise MemoryError instead of mpatchError if lalloc() failed
2016-08-07, by Yuya Nishihara
hgweb: config option to control zlib compression level
2016-08-07, by Gregory Szorc
help: don't try to render a section on sub-topics
2016-08-06, by Gregory Szorc
branchmap: remove extra indent
2016-08-05, by Pierre-Yves David
branchmap: simplify error handlind when writing rev branch cache
2016-08-05, by Pierre-Yves David
branchmap: acquires lock before writting the rev branch cache
2016-08-05, by Pierre-Yves David
branchmap: preparatory indent of indent the branch rev writing code
2016-08-05, by Pierre-Yves David
mpatch: silence warning about maybe-uninitialized variable
2016-08-07, by Yuya Nishihara
mpatch: change lalloc() to local function
2016-08-07, by Yuya Nishihara
mpatch: remove superfluous whitespaces
2016-08-07, by Yuya Nishihara
cmdutil: remove duplicated badmatch call in cat()
2016-08-07, by Hannes Oldenburg
statichttprepo: do not try to write caches
2016-08-05, by Pierre-Yves David
demandimport: omit default value of "level" at construction of _demandmod
2016-08-06, by FUJIWARA Katsunori
demandimport: import sub-module relatively as expected (issue5208)
2016-08-06, by FUJIWARA Katsunori
wireproto: remove gboptslist (API)
2016-08-06, by Gregory Szorc
wireproto: unescape argument names in batch command (BC)
2016-08-06, by Gregory Szorc
wireproto: consolidate code for obtaining "cmds" argument value
2016-08-06, by Gregory Szorc
revlog: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
md5sum: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
util: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
url: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
sshserver: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
sshpeer: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
patch: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
commands: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
changegroup: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
extdiff: isolate path variable of saved command to independent paragraph
2016-07-27, by Yuya Nishihara
extdiff: export __doc__ of saved command for translation
2016-07-27, by Yuya Nishihara
extdiff: refactor closure of saved diff command as a top-level class
2016-07-27, by Yuya Nishihara
i18n: use inspect.getsourcelines() to obtain lineno from func or class
2016-07-27, by Yuya Nishihara
chg: just take it as EOF if recv() returns 0
2016-08-05, by Yuya Nishihara
vfs: use propertycache for open
2016-08-04, by Pierre-Yves David
check-commit: allow underbars in cffi_-prefix function names
2016-08-05, by Augie Fackler
bundlerepo: add support for treemanifests in cg3 bundles
2016-08-05, by Augie Fackler
auditvfs: forward options property from nested vfs
2016-08-05, by Augie Fackler
bundlerepo: use supportedincomingversions instead of allsupportedversions
2016-08-04, by Augie Fackler
bundlerepo: introduce method to find file starts and use it
2016-08-05, by Augie Fackler
bundlerevlog: use for loop over iterator instead of while True
2016-08-05, by Augie Fackler
bundlerepo: use for loop over iterator instead of while True
2016-08-05, by Augie Fackler
localrepo: jettison now-unused dirlog() method from localrepo
2016-08-05, by Augie Fackler
repair: build dirlogs using manifest, rather than repo shortcut method
2016-08-05, by Augie Fackler
cmdutil: open dirlogs via manifest property, not via repo
2016-08-05, by Augie Fackler
wirepeer: rename confusing `source` parameter
2016-08-05, by Augie Fackler
develwarn: use the lock helper in local repo
2016-08-05, by Pierre-Yves David
debugextension: change "testedwith" to a list (BC)
2016-03-19, by Yuya Nishihara
debugextensions: unindent nested if
2016-07-10, by Yuya Nishihara
debugextensions: give short name to util.version()
2016-07-10, by Yuya Nishihara
debugextensions: simply keep testedwith variable as a list
2016-07-10, by Yuya Nishihara
test-treemanifest: ensure manifest command isn't broken
2016-07-28, by Augie Fackler
py3: use unicode literals in pure/osutil.py
2016-08-04, by Pulkit Goyal
py3: use unicode literals in crecord.py
2016-08-04, by Pulkit Goyal
py3: use unicode literals in changelog.py
2016-08-04, by Pulkit Goyal
mpatch: write a cffi version of mpatch.patches
2016-07-25, by Maciej Fijalkowski
mpatch: remove dependency on Python.h in mpatch.c
2016-07-22, by Maciej Fijalkowski
mpatch: split mpatch into two files
2016-07-18, by Maciej Fijalkowski
mpatch: provide things that will be exported later with a prefixed name
2016-07-18, by Maciej Fijalkowski
mpatch: change Py_ssize_t to ssize_t in places that will be later copied
2016-07-18, by Maciej Fijalkowski
discovery: move code to create outgoing from roots and heads
2016-08-03, by Gregory Szorc
bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
2016-08-03, by Pierre-Yves David
tests: remove all remaining usage of experimental.bundle2-exp
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in various mixed tests
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in various bundle1 tests
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t'
2016-08-02, by Pierre-Yves David
bundlerepo: also read the 'devel.legacy.exchange' config
2016-08-03, by Pierre-Yves David
bundle2: add a devel option controling bundle version used for exchange
2016-08-02, by Pierre-Yves David
bundle2: rename the _canusebundle2 method to _forcebundle1
2016-08-03, by Pierre-Yves David
tests: remove bundle2 activation from test-bookmark-pushpull.t
2016-08-03, by Pierre-Yves David
tests: update bugzilla link in test-issue1175.t
2016-08-04, by Anton Shestakov
journal: use fm.formatdate() to pass date tuple in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert date tuple to appropriate format
2016-07-31, by Yuya Nishihara
journal: use fm.formatlist() to pass hashes in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert list to appropriate format (issue5217)
2016-07-10, by Yuya Nishihara
journal: use fm.hexfunc() to get full hash in JSON/template output (BC)
2016-07-31, by Yuya Nishihara
py3: update test-check-py3-compat.t output
2016-08-04, by Pulkit Goyal
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
2016-08-02, by Pierre-Yves David
tests: remove initial bundle2 enabling in various bundle2 tests
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-largefiles.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-tags.t
2016-08-02, by Pierre-Yves David
templatekw: change joinfmt to a mandatory argument of _hybrid object
2016-07-23, by Yuya Nishihara
url: drop compatibility wrapper of socket.create_connection()
2016-07-18, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip