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.
revlog: add an aggressivemergedelta option
2015-08-30, by Durham Goode
revlog: change generaldelta delta parent heuristic
2015-08-30, by Durham Goode
revlog: move textlen calculation to be above delta chooser
2015-08-30, by Durham Goode
revlog: move delta check to it's own function
2015-08-30, by Durham Goode
monoblue: add archive links on summary page
2015-08-19, by Anton Shestakov
help: distinguish sections when multiple match (issue4802)
2015-08-30, by timeless
merge with stable
2015-08-31, by Matt Mackall
hghave: add a check for docker support
2015-08-25, by Augie Fackler
hghave: add a check for debian packaging tools
2015-08-25, by Augie Fackler
run-tests: add support for marking tests as very slow
2015-08-24, by Augie Fackler
builddeb: rework how output dir and platform are specified
2015-08-25, by Augie Fackler
parsers: fix two cases of unsigned long instead of Py_ssize_t
2015-08-26, by Augie Fackler
templatefilters: remove redundant 'date' and 'strip' filters
2015-07-04, by Yuya Nishihara
templater: introduce unified filter syntax for unary functions
2015-07-04, by Yuya Nishihara
templater: inline getfilter() to buildfilter()
2015-07-04, by Yuya Nishihara
clone: fix updaterev to update to latest branch changeset (issue4528)
2015-08-30, by liscju
revsets: makes follow() supports file patterns (issue4757) (BC)
2015-08-20, by liscju
i18n-ja: synchronized with b930d4ef7739
stable
2015-08-31, by FUJIWARA Katsunori
histedit: improve discoverability of edit commit message
2015-08-28, by timeless
revset: cache smartset's min/max
2015-08-27, by Pierre-Yves David
spelling: behaviour -> behavior
2015-08-28, by timeless
glossary: fixup use of periods at end of entries
2015-08-28, by timeless
histedit: fix grammar for help for safety aborts
2015-08-28, by timeless
revset: mark reachablerootspure as private
2015-08-28, by Yuya Nishihara
reachableroots: construct and sort baseset in revset module
2015-08-28, by Yuya Nishihara
reachableroots: use smartset min
2015-08-21, by Pierre-Yves David
graphmod: stop building a list out of branchgroupiter
2015-08-21, by Pierre-Yves David
reachableroots: sort the smartset in the pure version too
2015-08-24, by Pierre-Yves David
builddeb: actually run make when building the deb (issue4778)
2015-08-24, by Augie Fackler
docker-debian-jessie: fix errant mkdir
2015-08-24, by Augie Fackler
makefile: rename debian-jessie to deb
2015-08-27, by Augie Fackler
run-tests: ignore failed removal of nonexistent installerrs
2015-08-25, by Augie Fackler
templater: move verbosity-to-template matcher to constructor
2015-08-25, by Matt Mackall
templater: remove pseudo-ternary
2015-08-25, by Matt Mackall
templater: fix variable name that shadows built-in
2015-08-25, by Matt Mackall
templater: minor whitespace tweaks
2015-08-25, by Matt Mackall
lock: make trylock private
2015-08-24, by Matt Mackall
lock: loop a finite number of times in trylock (issue4787)
2015-08-24, by Matt Mackall
reachableroots: silence warning of implicit integer narrowing issued by clang
2015-08-14, by Yuya Nishihara
reachableroots: narrow scope of minidx variable
2015-08-14, by Yuya Nishihara
convert: fix syncing deletes from p2 merge commit
2015-08-25, by Durham Goode
convert: add convert.git.skipsubmodules option
2015-08-24, by Durham Goode
paths: move path validation logic to its own function
2015-08-24, by Durham Goode
parsers: avoid int/unsigned conversions
2015-08-21, by Augie Fackler
base85: fix comparison of an int and a long
2015-08-21, by Augie Fackler
progress: restore testedwith to the stub
2015-08-25, by Augie Fackler
hgweb: make refresh interval configurable
2015-08-22, by Gregory Szorc
filemerge: add 'union' merge to internal merge tool
2015-08-16, by Erik Huelsmann
filemerge: split internal merge into api entry point and internal helper
2015-08-16, by Erik Huelsmann
simplemerge: add 'mode' kwarg which - when 'union' - suppresses markers
2015-08-16, by Erik Huelsmann
hghave: remove quiet option
2015-08-22, by Gregory Szorc
hghave: move feature checking into hghave.py
2015-08-22, by Gregory Szorc
tests: move '#require bzr' into .t files
2015-08-22, by Gregory Szorc
commands.push: use "pushloc" path attribute
2015-08-08, by Gregory Szorc
ui: capture push location on path instances
2015-08-07, by Gregory Szorc
worker: use multiprocessing to find cpu count
2015-05-25, by Gregory Szorc
import-checker: ensure multiprocessing is treated as from stdlib
2015-08-24, by Augie Fackler
reachableroots: use baseset lazy sorting
2015-08-20, by Pierre-Yves David
baseset: keep the input set around
2015-08-20, by Pierre-Yves David
reachableroots: unroll loop that checks if one of parents is reachable
2015-08-16, by Yuya Nishihara
reachableroots: handle error of PyList_Append()
2015-08-15, by Yuya Nishihara
commands.push: use paths API
2015-08-07, by Gregory Szorc
ui: move URL and path detection into path API
2015-08-08, by Gregory Szorc
reachableroots: return list of revisions instead of set
2015-08-14, by Yuya Nishihara
reachableroots: use internal "revstates" array to test if rev is reachable
2015-08-14, by Yuya Nishihara
reachableroots: use internal "revstates" array to test if rev is a root
2015-08-14, by Yuya Nishihara
parsers: set exception when there's too little string data to extract parents
2015-08-18, by Augie Fackler
parsers: drop spurious check of readlen value
2015-08-18, by Augie Fackler
pathencode: check result of .digest() method in sha1hash
2015-08-18, by Augie Fackler
parsers: correctly decref normed value after PyDict_SetItem
2015-08-18, by Augie Fackler
parsers: fix two leaks in index_ancestors
2015-08-18, by Augie Fackler
merge with stable
2015-08-18, by Matt Mackall
merge with i18n
stable
2015-08-18, by Matt Mackall
i18n-pt_BR: synchronized with d14590f90cb6
stable
2015-08-13, by Wagner Bruna
reachableroots: extend "revstates" to array of bit flags
2015-08-14, by Yuya Nishihara
reachableroots: rename "seen" array to "revstates" for future extension
2015-08-14, by Yuya Nishihara
reachableroots: give anonymous name to short-lived "numheads" variable
2015-08-15, by Yuya Nishihara
reachableroots: reduce nesting level by jumping to next iteration by continue
2015-08-15, by Yuya Nishihara
test-convert-git: work around output format changes in git
stable
2015-08-17, by Augie Fackler
histedit: correct spelling etc in more comments
2015-08-17, by Augie Fackler
histedit: add a missing "s" in a comment
2015-07-31, by Pierre-Yves David
convert: fix convert dropping p2 contents during filemap merge
2015-08-14, by Durham Goode
convert: implements targetfilebelongstosource for filemap source
2015-08-15, by Durham Goode
convert: add function to test if file is from source
2015-08-15, by Durham Goode
revsetbenchmarks: run make after update so that C extensions are built
2015-08-15, by Yuya Nishihara
reachableroots: fix memleak of integer objects at includepath loop
2015-08-14, by Yuya Nishihara
reachableroots: bail if integer object cannot be allocated
2015-08-14, by Yuya Nishihara
devel-warn: issue a warning when writing bookmarks without holding the wlock
2015-08-01, by Laurent Charignon
merge with stable
2015-08-13, by Matt Mackall
rebase: lock the repo during the full rebase operation
stable
2015-08-11, by Pierre-Yves David
update: wlock the repo for the whole 'hg update' command
stable
2015-08-11, by Pierre-Yves David
help: fix typo in scripting documentation
stable
2015-08-13, by Wagner Bruna
hg: avoid auto sharing when the clone destination is remote
stable
2015-08-13, by FUJIWARA Katsunori
largefiles: ensure lfutil.getstandinmatcher() only matches standins
stable
2015-08-12, by Matt Harbison
dirstate: add --minimal flag to debugrebuilddirstate
2015-08-12, by Durham Goode
tests: make filterpyflakes.py read target files relatively to cwd
2015-08-13, by FUJIWARA Katsunori
monoblue: remove duplicate font-family property from td.source
2015-08-11, by Anton Shestakov
monoblue: remove unused elements and related css
2015-08-11, by Anton Shestakov
revpair: restrict odd-range handling to top-level x:y expression (issue4774)
2015-08-13, by Yuya Nishihara
revpair: update test to make a difference if odd range not handled specially
2015-08-13, by Yuya Nishihara
reachableroots: verify type of each item of heads argument
2015-08-13, by Yuya Nishihara
reachableroots: verify integer range of heads argument (issue4775)
2015-08-13, by Yuya Nishihara
reachableroots: unify bail cases to raise exception correctly
2015-08-13, by Yuya Nishihara
reachableroots: pass NULL to PySet_New() as it expects a pointer, not an int
2015-08-13, by Yuya Nishihara
merge with stable
2015-08-12, by Matt Mackall
copy: add flag for disabling copy tracing
2015-01-27, by Durham Goode
strip: use the 'finally: tr.release' pattern during stripping
stable
2015-08-08, by Pierre-Yves David
changelog: trust C implementation of reachableroots more
2015-08-11, by Augie Fackler
reachableroots: return NULL if we're throwing an exception
2015-08-11, by Augie Fackler
reachableroots: fix transposition of set and list types in PyArg_ParseTuple
2015-08-11, by Augie Fackler
reachableroots: consistently use short-form of PyErr_NoMemory()
2015-08-11, by Augie Fackler
reachableroots: if allocating a new set fails, use PyErr_NoMemory()
2015-08-11, by Augie Fackler
reachableroots: default to the C implementation
2015-08-06, by Laurent Charignon
changelog: add way to call the reachableroots C implementation
2015-08-06, by Laurent Charignon
reachableroots: add a C implementation
2015-08-06, by Laurent Charignon
revset: remove grandparent by using reachableroots
2015-06-19, by Laurent Charignon
revset: rename revsbetween to reachableroots and add an argument
2015-06-19, by Laurent Charignon
revset: make revsbetween public
2015-08-07, by Laurent Charignon
match: fix a caseonly rename + explicit path commit on icasefs (issue4768)
stable
2015-08-06, by Matt Harbison
style: adjust whitespaces in webutil.py
2015-08-11, by Anton Shestakov
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip