Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
templater: find keyword name more thoroughly on filtering error
2017-04-08, by Yuya Nishihara
templater: add dict() constructor
2017-04-03, by Yuya Nishihara
templatekw: add public function to wrap a dict by _hybrid object
2017-04-05, by Yuya Nishihara
templatekw: add public function to wrap a list by _hybrid object
2017-04-05, by Yuya Nishihara
templatekw: add default implementation of _hybrid.gen
2017-04-12, by Yuya Nishihara
parser: preserve order of keyword arguments
2017-04-09, by Yuya Nishihara
parser: extend buildargsdict() to support arbitrary number of **kwargs
2017-04-03, by Yuya Nishihara
parser: verify excessive number of args excluding kwargs in buildargsdict()
2017-04-08, by Yuya Nishihara
obsolescence: add test case B-7 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-6 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-5 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-4 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-3 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-2 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case B-1 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-7 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-6 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-5 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-4 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-3 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-2 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add test case A-1 for obsolescence markers exchange
2017-04-10, by Pierre-Yves David
obsolescence: add setup script for obsolescence markers exchange tests
2017-04-10, by Pierre-Yves David
upgrade: simplify the "origin" dispatch in dry run
2017-04-11, by Pierre-Yves David
upgrade: use 'improvement' object for action too
2017-04-10, by Pierre-Yves David
upgrade: implement equality for 'improvement' object
2017-04-10, by Pierre-Yves David
upgrade: simplify some of the initial dispatch for dry run
2017-04-10, by Pierre-Yves David
upgrade: simplify 'determineactions'
2017-04-07, by Pierre-Yves David
upgrade: filter optimizations outside of 'determineactions'
2017-04-11, by Pierre-Yves David
upgrade: directly iterate over optimisations
2017-04-07, by Pierre-Yves David
upgrade: simplify optimisations validation
2017-04-10, by Pierre-Yves David
upgrade: split finding deficiencies from finding optimisations
2017-04-10, by Pierre-Yves David
upgrade: update the copyright statement
2017-04-11, by Pierre-Yves David
upgrade: update the header comment
2017-04-11, by Pierre-Yves David
upgrade: import 'localrepo' globally
2017-04-11, by Pierre-Yves David
largefiles: set the extension as enabled locally after a share requiring it
2017-04-11, by Matt Harbison
windows: add context manager support to mixedfilemodewrapper
2017-04-11, by Matt Harbison
chg: always wait for pager
2017-04-11, by Jun Wu
bundle2: move 'seek' and 'tell' methods off the unpackermixin class
2017-04-09, by Pierre-Yves David
shelve: rename nodestoprune to nodestoremove
2017-04-10, by Kostia Balytskyi
templater: port pad() to take keyword arguments
2017-04-03, by Yuya Nishihara
templater: add support for keyword arguments
2017-04-03, by Yuya Nishihara
templater: add parsing rule for key-value pair
2017-04-03, by Yuya Nishihara
templater: adjust binding strengths to make room for key-value operator
2017-04-03, by Yuya Nishihara
templater: sort token table by binding strength
2017-04-03, by Yuya Nishihara
templater: make _hybrid provide more list/dict-like methods
2017-04-04, by Yuya Nishihara
templater: hide private variable of _hybrid
2017-04-04, by Yuya Nishihara
templater: remove __iter__() from _hybrid, resolve it explicitly
2017-04-04, by Yuya Nishihara
templater: rewrite doc of _hybrid class as docstring
2016-04-24, by Yuya Nishihara
sortdict: fix .pop() to return a value
2017-04-09, by Yuya Nishihara
checkcode: only match pushd/popd as word
2017-04-10, by Pierre-Yves David
treemanifest: add walksubtrees api
2017-04-10, by Durham Goode
merge with stable
2017-04-11, by Yuya Nishihara
upgrade: drop the prefix to the '_finishdatamigration' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the '_filterstorefile' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'determineactions' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'findimprovements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'supporteddestrequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'allowednewrequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'improvement' class
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'supportremovedrequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'blocksourcerequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'requiredsourcerequirements' function
2017-04-10, by Pierre-Yves David
upgrade: extract code in its own module
2017-04-07, by Pierre-Yves David
bundle2: move the 'close' method off the unpackermixin
2017-04-09, by Pierre-Yves David
bundle2: clarify the docstring of unpackermixin methods
2017-04-09, by Pierre-Yves David
bundle2: add documention to 'part.addparams'
2017-04-09, by Pierre-Yves David
test-patchbomb: disable sendmail tests on Windows
2017-04-10, by Matt Harbison
show: fix corrupt json output with no bookmarks
2017-04-07, by Ryan McElroy
show: tweak plain abort language for clarity
2017-04-07, by Ryan McElroy
tests: print Unix style paths in *.py tests
2017-04-09, by Matt Harbison
revlog: make "size" diverge from "rawsize"
2017-04-09, by Jun Wu
test-flagprocessor: add a case about hg status
2017-04-07, by Jun Wu
test-http-proxy: add the Windows variant of "connection refused"
2017-04-08, by Matt Harbison
test-fileset: eliminate a duplicate test that was conditionalized for output
2017-04-08, by Matt Harbison
test-fileset: glob away hash differences
2017-04-08, by Matt Harbison
test-bundle: glob away a URL protocol separator
2017-04-08, by Matt Harbison
templatekw: clarify the result of {latesttag} when no tag exists
2017-04-09, by Matt Harbison
hgweb: position the "followlines" box close to latest cursor position
2017-04-06, by Denis Laxalde
hgweb: add a floating tooltip to invite on followlines action
2017-04-06, by Denis Laxalde
zstd: vendor python-zstandard 0.8.1
2017-04-08, by Gregory Szorc
fsmonitor: match watchman and filesystem encoding
2017-03-08, by Olivier Trempe
pull: abort pull --update if config requires destination (issue5528)
2017-04-07, by Ryan McElroy
tests: move update requiredest test to own test file
2017-04-07, by Ryan McElroy
py3: add pycompat.unicode and add it to importer
2017-04-07, by Pulkit Goyal
py3: add a bytes version of urllib.parse.urlencode() to pycompat.py
2017-04-07, by Pulkit Goyal
py3: replace str() with bytes()
2017-04-07, by Pulkit Goyal
metadataonlyctx: replace "changeset()[0]" to "manifestnode()"
2017-04-07, by Jun Wu
test-check-pylint: match its output
2017-04-07, by Jun Wu
test-flagprocessor: remove unnecessary greps
2017-04-06, by Jun Wu
bundlerepo: use raw revision in revdiff()
2017-04-03, by Jun Wu
bundlerepo: fix raw handling in revision()
2017-04-06, by Jun Wu
bundlerepo: build revlog index with flags
2017-04-06, by Jun Wu
bundlerepo: make baserevision return raw text
2017-04-06, by Jun Wu
test-flagprocessor: add tests about bundlerepo
2017-04-06, by Jun Wu
test-flagprocessor: use changegroup3 in bundle2
2017-04-06, by Jun Wu
bundle: allow bundle command to use changegroup3 in tests
2017-04-06, by Jun Wu
tests: add per-line output conditionals for Windows
2017-04-05, by Matt Harbison
run-tests: support per-line conditional output in tests
2017-04-05, by Matt Harbison
test-run-tests: pad the failure test to preserve the run order
2017-04-05, by Matt Harbison
run-tests: prevent a (glob) declaration from reordering (?) lines
2017-04-05, by Matt Harbison
py3: use pycompat.byteskwargs() to convert opts to bytes
2017-04-07, by Pulkit Goyal
test-check-code: do not use xargs
2017-04-06, by Jun Wu
check-code: use "-" to specify a list of files from stdin
2017-04-06, by Jun Wu
perf: add historical portability for util.timer
2017-04-06, by Philippe Pepiot
diff: add --binary option for git mode diffs
2017-04-05, by Alexander Fomin
patch: make diff in git mode respect --text option (issue5510)
2017-04-05, by Alexander Fomin
py3: have registrar process docstrings in bytes
2017-04-05, by Yuya Nishihara
localrepo: fix deprecation version for 'repo._link'
2017-04-04, by Pierre-Yves David
localrepo: fix deprecation version for 'repo.join'
2017-04-04, by Pierre-Yves David
tests: make zstd-related output optional
2017-04-03, by Augie Fackler
check-code: update test IP address enforcement checks
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-push-http.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-push-http-bundle1.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-https.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-bundle2-exchange.t
2017-04-03, by Augie Fackler
util: fix %-formatting on docstring by moving a closing parenthesis
2017-04-03, by Augie Fackler
revset: stop supporting plain list as input set (API)
2017-04-02, by Yuya Nishihara
revset: stop supporting predicate that returns plain list (API)
2017-04-02, by Yuya Nishihara
mdiff: add a hunkinrange helper function
2017-04-01, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip