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.
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
merge with stable
2015-08-10, by Matt Mackall
convert: fix git copy file content conversions
stable
2015-08-06, by Durham Goode
revset: prevent crash caused by empty group expression while optimizing "or"
stable
2015-08-09, by Yuya Nishihara
revset: prevent crash caused by empty group expression while optimizing "and"
stable
2015-08-09, by Yuya Nishihara
win32: use absolute_import
2015-08-08, by Gregory Szorc
wireproto: use absolute_import
2015-08-08, by Gregory Szorc
worker: use absolute_import
2015-08-08, by Gregory Szorc
verify: use absolute_import
2015-08-08, by Gregory Szorc
url: use absolute_import
2015-08-08, by Gregory Szorc
ui: use absolute_import
2015-08-08, by Gregory Szorc
unionrepo: use absolute_import
2015-08-08, by Gregory Szorc
treediscovery: use absolute_import
2015-08-08, by Gregory Szorc
transaction: use absolute_import
2015-08-08, by Gregory Szorc
templater: use absolute_import
2015-08-08, by Gregory Szorc
templatekw: use absolute_import
2015-08-08, by Gregory Szorc
templatefilters: use absolute_import
2015-08-08, by Gregory Szorc
tags: use absolute_import
2015-08-08, by Gregory Szorc
tagmerge: use absolute_import
2015-08-08, by Gregory Szorc
subrepo: use absolute_import
2015-08-08, by Gregory Szorc
strutil: use absolute_import
2015-08-08, by Gregory Szorc
statichttprepo: use absolute_import
2015-08-08, by Gregory Szorc
sslutil: use absolute_import
2015-08-08, by Gregory Szorc
sshserver: use absolute_import
2015-08-08, by Gregory Szorc
sshpeer: use absolute_import
2015-08-08, by Gregory Szorc
simplemerge: use absolute_import
2015-08-08, by Gregory Szorc
setdiscovery: use absolute_import
2015-08-08, by Gregory Szorc
repoview: use absolute_import
2015-08-08, by Gregory Szorc
revset: use absolute_import
2015-08-08, by Gregory Szorc
repair: use absolute_import
2015-08-08, by Gregory Szorc
pushkey: use absolute_import
2015-08-08, by Gregory Szorc
progress: use absolute_import
2015-08-08, by Gregory Szorc
posix: use absolute_import
2015-08-08, by Gregory Szorc
phases: use absolute_import
2015-08-08, by Gregory Szorc
peer: use absolute_import
2015-08-08, by Gregory Szorc
pathutil: use absolute_import
2015-08-08, by Gregory Szorc
parser: use absolute_import
2015-08-08, by Gregory Szorc
node: use absolute_import
2015-08-08, by Gregory Szorc
namespaces: use absolute_import
2015-08-08, by Gregory Szorc
minirst: use absolute_import
2015-08-08, by Gregory Szorc
merge: use absolute_import
2015-08-08, by Gregory Szorc
match: use absolute_import
2015-08-08, by Gregory Szorc
mail: use absolute_import
2015-08-08, by Gregory Szorc
lock: use absolute_import
2015-08-08, by Gregory Szorc
i18n: use absolute_import
2015-08-08, by Gregory Szorc
httppeer: use absolute_import
2015-08-08, by Gregory Szorc
hook: use absolute_import
2015-08-08, by Gregory Szorc
hbisect: use absolute_import
2015-08-08, by Gregory Szorc
graphmod: use absolute_import
2015-08-08, by Gregory Szorc
formatter: use absolute_import
2015-08-08, by Gregory Szorc
filemerge: use absolute_import
2015-08-08, by Gregory Szorc
filelog: use absolute_import
2015-08-08, by Gregory Szorc
fancyopts: use absolute_import
2015-08-08, by Gregory Szorc
extensions: use absolute_import
2015-08-08, by Gregory Szorc
error: use absolute_import
2015-08-08, by Gregory Szorc
discovery: use absolute_import
2015-08-08, by Gregory Szorc
demandimport: use absolute_import
2015-08-08, by Gregory Szorc
dagutil: use absolute_import
2015-08-08, by Gregory Szorc
dagparser: use absolute_import
2015-08-08, by Gregory Szorc
crecord: use absolute_import
2015-08-08, by Gregory Szorc
hg: use absolute_import
2015-08-08, by Gregory Szorc
fileset: use absolute_import
2015-08-08, by Gregory Szorc
demandimport: support lazy loading for absolute_import
2015-08-08, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip