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
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.
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
help: add example of '[templates]' usage
stable
2016-08-08, by Mathias De Maré
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
exchange: correctly specify url to unbundle (issue5145)
stable
2016-08-05, by Augie Fackler
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
convert: move svn config initializer out of the module level
stable
2016-08-01, by Durham Goode
osx: update bugzilla link in readme
stable
2016-08-04, by Anton Shestakov
win32: update link to mailing list in readme
stable
2016-08-04, by Anton Shestakov
win32: update wiki link in mercurial.ini
stable
2016-08-04, by Anton Shestakov
debian: update source URL in copyright file
stable
2016-08-04, by Anton Shestakov
help: update link to wiki/CommandServer
stable
2016-08-04, by Anton Shestakov
url: drop compatibility wrapper of socket.create_connection()
2016-07-18, by Yuya Nishihara
doc: remove double imports of inspect from hgmanpage.py
2016-05-14, by Yuya Nishihara
merge: concatenate default conflict marker at parsing phase of .py
2015-05-05, by Yuya Nishihara
tests: remove bundle2 activation from test-push-warn.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-phases-exchanges.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-obsolete.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-http-proxy.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-hook.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-acl.t
2016-08-02, by Pierre-Yves David
merge with stable
2016-08-01, by Augie Fackler
Added signature for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
Added tag 3.9 for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
merge with i18n
stable
3.9
2016-08-01, by Augie Fackler
doc: make previous line of certificate example end with "::"
stable
2016-08-01, by FUJIWARA Katsunori
doc: fix incorrect use of rst hg role in help text
stable
2016-08-01, by FUJIWARA Katsunori
doc: use field rst syntax to show keywords in debugdeltachain help correctly
stable
2016-08-01, by FUJIWARA Katsunori
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
2016-08-01, by FUJIWARA Katsunori
doc: omit useless _() invocation
stable
2016-08-01, by FUJIWARA Katsunori
doc: trim newline at the end of exception message
stable
2016-08-01, by FUJIWARA Katsunori
i18n-ja: synchronized with 6fd751fa58d3
stable
2016-08-01, by FUJIWARA Katsunori
demandimport: avoid infinite recursion at actual module importing (issue5304)
stable
2016-07-31, by FUJIWARA Katsunori
packagelib: do not remove packages directory in hggetversion (issue5262)
stable
2016-07-29, by Pierre-Yves David
make: introduce a target to clean everything but packages
stable
2016-07-29, by Pierre-Yves David
url: avoid re-issuing incorrect password (issue3210)
stable
2016-07-29, by Kim Randell
date: accept broader range of ISO 8601 time specs
stable
2016-07-27, by Matt Mackall
date: parse ISO-style Z and +hh:mm timezone specs
stable
2016-07-27, by Matt Mackall
date: refactor timezone parsing
stable
2016-07-27, by Matt Mackall
tests: glob over ssl error
stable
2016-07-28, by Gregory Szorc
keyword: avoid traceback when kwdemo is run outside a repo
stable
2016-07-27, by Christian Ebert
cmdutil: warnings not issued in cat if subrepopath overlaps
stable
2016-07-27, by Hannes Oldenburg
graft: use opts.get() consistently
stable
2016-07-25, by Gábor Stefanik
sslutil: work around SSLContext.get_ca_certs bug on Windows (issue5313)
stable
2016-07-25, by Gregory Szorc
extdiff: escape path for docstring (issue5301)
stable
2016-07-18, by Matt Mackall
update: fix bug when update tries to modify folder symlink
stable
2016-07-21, by Kostia Balytskyi
spartan: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
monoblue: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
gitweb: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
paper: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
templatekw: fix join format of parents keyword (issue5292)
stable
2016-07-22, by Yuya Nishihara
templatekw: fix join format of revset() function
stable
2016-07-22, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip