Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
py3: suppress the output from .write() calls in few tests
2018-05-19, by Pulkit Goyal
py3: use print as a function in tests/test-parseindex.t
2018-05-19, by Pulkit Goyal
py3: use print as a function in tests/test-pull.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-rebuildstate.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-progress.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-profile.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-pager.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-hgrc.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-extensions-afterloaded.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-custom-filters.t
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in tests/test-bugzilla.t
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in hgext/split.py
2018-05-19, by Pulkit Goyal
py3: add b'' prefixes in hgext/convert/subversion.py
2018-05-19, by Pulkit Goyal
py3: use '%d' for integers in hgext/infinitepush/__init__.py
2018-05-19, by Pulkit Goyal
py3: make sure we pass str to date.strftime()
2018-05-19, by Pulkit Goyal
py3: use pycompat.bytestr() to convert str into bytes
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in hgext/rebase.py
2018-05-19, by Pulkit Goyal
hgweb: wrap {entries}* of tags with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {entries}* of changelog with mappinglist
2018-04-04, by Yuya Nishihara
hgweb: wrap {lines} of filerevision with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: drop unused argument 'tmpl' from webutil.diffstat()
2018-04-04, by Yuya Nishihara
hgweb: use template context to render {diffstat}
2018-04-04, by Yuya Nishihara
hgweb: wrap {diffstat} with mappedgenerator
2018-04-04, by Yuya Nishihara
pathencode: improve error messages slightly
2018-05-18, by Augie Fackler
pathencode: hashlib.sha1() takes bytes not str on Python 3
2018-05-18, by Augie Fackler
pathencode: fix importing hashlib on Python 3
2018-05-18, by Augie Fackler
context: fix %-formatting on Python 3
2018-05-18, by Augie Fackler
patch: fix import-time syntax error in test-check-module-imports.t
2018-05-18, by Augie Fackler
py3: whitelist two more passing tests observed by buildbot
2018-05-18, by Augie Fackler
py3: use stringutil.pprint() to format a list to print
2018-05-19, by Pulkit Goyal
py3: fix kwargs handling in qgurad in hgext/mq.py
2018-05-19, by Pulkit Goyal
py3: use .startswith() instead of bytes[0]
2018-05-19, by Pulkit Goyal
crecord: fallback to text mode if diffs are too big for curses mode
2018-05-17, by Kyle Lippincott
narrow: filter copies in core
2018-05-17, by Martin von Zweigbergk
narrow: filter set of files to check for case-folding to core
2018-05-17, by Martin von Zweigbergk
narrow: filter merge actions in core
2018-05-17, by Martin von Zweigbergk
hgweb: extract code for emitting multiple changelist records
2018-05-17, by Gregory Szorc
phabricator: register config settings
2018-05-16, by Matt Harbison
filemerge: support specifying a python function to custom merge-tools
2018-05-16, by hindlemail
help: correct signature of separate() template function
stable
2018-05-24, by Yuya Nishihara
hgweb: do not try to replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
lock: add internal config to not replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
merge with i18n
stable
2018-05-22, by Augie Fackler
i18n-pt_BR: synchronized with 32a75a8a5b0f
stable
2018-05-04, by Wagner Bruna
i18n-ja: fix block indentation
stable
2018-05-04, by Wagner Bruna
i18n-ja: synchronized with 32a75a8a5b0f
stable
2018-05-01, by FUJIWARA Katsunori
httppeer: declare 'dbg' at the function level
stable
2018-05-21, by Boris Feld
httppeer: properly gate debug usage behind debug flag check
stable
2018-05-04, by Boris Feld
test-http-branchmap: fix stdio mode on Windows
2018-05-13, by Yuya Nishihara
test-http-branchmap: fix encoding test to wrap the server stream
2018-05-13, by Yuya Nishihara
test-merge-tools: create repo directory to free $TESTTMP for temporary files
2018-05-17, by Yuya Nishihara
notify: add option to include function names in the diff output
2018-05-12, by Joerg Sonnenberger
tests: update py3 test since json fields are now sorted
2018-05-16, by Martin von Zweigbergk
tests: test-parseindex.t works just fine with chg
2018-05-16, by Kyle Lippincott
py3: convert the report to bytes
2018-04-27, by Pulkit Goyal
json: reject unicode on py2 as well
2018-05-11, by Martin von Zweigbergk
dispatch: mask negative exit code recorded in blackbox log
2018-05-16, by Yuya Nishihara
dispatch: fix exit code of unhandled exception recorded in blackbox log
2018-05-16, by Yuya Nishihara
tests: mark tests that fail when using chg as #require no-chg
2018-05-15, by Kyle Lippincott
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip