Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
test-commandserver: rewrite manual substitution of output by (glob) match
2014-09-28, by Yuya Nishihara
test-commandserver: remove redundant banner output
2014-09-28, by Yuya Nishihara
test-commandserver: remove .py test which was ported to .t
2014-09-28, by Yuya Nishihara
test-commandserver: port test functions from .py to .t
2014-09-28, by Yuya Nishihara
test-commandserver: add stub for .t test by copying .out with 2-space indent
2014-09-28, by Yuya Nishihara
test-commandserver: split helper functions to new hgclient module
2014-09-28, by Yuya Nishihara
heredoctest: do not append extra newline character to continuation line
2014-09-28, by Yuya Nishihara
heredoctest: use the same dict for local/global contexts as in doctest
2014-09-28, by Yuya Nishihara
cmdserver: drop useless in_ attribute from channeledoutput
2014-09-27, by Yuya Nishihara
cmdserver: get file attributes of 'e'-channel from stdout, not from stderr
2014-09-27, by Yuya Nishihara
cmdserver: correct doc of channeledoutput
2014-09-27, by Yuya Nishihara
merge with stable
2014-09-27, by Matt Mackall
commands: add debuglocks to report/clear lock state
2014-09-26, by Matt Mackall
test-convert-git.t: make copy detection deterministic
2014-09-24, by Siddharth Agarwal
revsetbenchmark: add a rebase-related revset to the benchmark list
2014-09-23, by Pierre-Yves David
revsetbenchmark: allow comments ('#' prefix) in the revset input
2014-09-23, by Pierre-Yves David
revsetbenchmark: make it clear that revsets may be read from stdin
2014-09-23, by Pierre-Yves David
tags: use full hash for formatter output as in log or annotate commands
2014-09-21, by Yuya Nishihara
tags: change field name of formatter output to be the same as log command
2014-09-21, by Yuya Nishihara
files: correct topic of formatter
2014-09-21, by Yuya Nishihara
revert: move targetsubs calculation down to its use
2014-09-19, by Durham Goode
help: document that default hgweb style is called paper (issue4373)
2014-09-23, by Augie Fackler
help: update help for hgweb template and style (issue4373)
2014-09-20, by Arun Chandrasekaran
bundle2: rename functions that have the same name
2014-09-23, by Mike Hommey
mq: write headers of new patches using patchheader
2014-09-20, by Mads Kiilerich
mq: refactor patchheader header ordering to match export (BC)
2014-09-24, by Mads Kiilerich
mq: upgrade non-plain patches to HG format when setting parent in patchheader
2014-09-20, by Mads Kiilerich
mq: make patchheader .plainmode more reliable
2014-09-20, by Mads Kiilerich
bundle2: remove heads and common arguments to getbundle parts generators
2014-09-24, by Mike Hommey
bundle2: separate bundle10 and bundle2 cases in getbundle()
2014-09-25, by Mike Hommey
bundle2: pass b2caps down to functions adding bundle2 parts for getbundle
2014-09-25, by Mike Hommey
parsers: fix uninitialize variable warning
2014-09-24, by David Soria Parra
revset: use `subset &` in bare `p2()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in bare `p1()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `rev`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `origin`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `follow`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `filelog`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `divergent`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bisect`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `ancestorspec`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bookmark`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `outgoing`
2014-09-17, by Pierre-Yves David
revset: avoid in loop lookup in _generatorset._consumegen
2014-04-30, by Pierre-Yves David
revset: reduce dict lookup in lazyset.__contains__
2014-04-25, by Pierre-Yves David
revset: do less lookup during spanset.__contains__
2014-04-25, by Pierre-Yves David
largefiles: simplify iteration over standins
2014-09-16, by Martin von Zweigbergk
largefiles: avoid using 'lfiles' variable for two purposes
2014-09-16, by Martin von Zweigbergk
largefiles: remove unnecessary clearing of status fields
2014-09-22, by Martin von Zweigbergk
mq: simplify patchheader handling of the empty line before the diff
2014-09-24, by Mads Kiilerich
mq: write '# Parent ' lines with two spaces like export does (BC)
2014-09-24, by Mads Kiilerich
mq: write headers for new HG patches in the same order as export (BC)
2014-09-20, by Mads Kiilerich
mq: correctly make an empty line after description in new patches
2014-09-20, by Mads Kiilerich
largefiles: extract 'orig' method in reposetup.status
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesctx.filectx
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
2014-09-16, by Martin von Zweigbergk
largefiles: reduce indentation by dropping 'else' block after 'return'
2014-09-16, by Martin von Zweigbergk
largefiles: remove dead assignment left over from change 1ff42ee98446
2014-09-16, by Martin von Zweigbergk
match: simplify brittle predicate construction
2014-09-19, by Martin von Zweigbergk
convert: change default for git rename detection to 50%
2014-09-23, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip