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
+30000
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.
wireproto: use decorator for the stream command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the pushkey command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the lookup command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the listkeys command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the known command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the hello command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the heads command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the getbundle command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the debugwireargs command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the changegroupsubset command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the changegroup command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the capabilities command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the branches command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the branchmap command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the between command
2014-03-28, by Pierre-Yves David
wireproto: use decorator for the batch command
2014-03-28, by Pierre-Yves David
wireproto: add decorator for wire protocol command
2014-03-28, by Pierre-Yves David
wireproto: drop the _decompress method in favor a new call type
2014-03-28, by Pierre-Yves David
wireproto: document protocol specific function of wirepeer
2014-03-28, by Pierre-Yves David
wireproto: introduce an abstractserverproto class
2014-03-28, by Pierre-Yves David
wireproto: document possible return type
2014-03-28, by Pierre-Yves David
pull: add a set of steps that remain to be done during the pull
2014-04-01, by Pierre-Yves David
pull: put discovery step in its own function
2014-04-01, by Pierre-Yves David
pull: move the cgresult logic in _pullchangeset
2014-04-01, by Pierre-Yves David
pull: move return code in the pull operation object
2014-04-01, by Pierre-Yves David
merge: use ancestor filename from planning phase instead of filectx ancestor
2014-02-25, by Mads Kiilerich
tests: prevent test-hup from hanging forever if the transaction does not start
2014-04-02, by Pierre-Yves David
revset: improve roots revset performance
2014-03-31, by Durham Goode
revset: improve _descendants performance
2014-03-25, by Durham Goode
revsetbenchmark: remove python 2.7 dependency
2014-03-31, by Durham Goode
bundle2: read the whole bundle from stream on abort
2014-03-24, by Pierre-Yves David
bundle2: add some distinction between mandatory and advisory part
2014-03-24, by Pierre-Yves David
bundle2: introduce a `parthandler` decorator
2014-03-24, by Pierre-Yves David
bundle2: first version of a bundle processing
2014-03-24, by Pierre-Yves David
bundle2: rename unbundle2 test command to statbundle2
2014-03-24, by Pierre-Yves David
bundle2: safely read unpack data from part header
2014-04-01, by Pierre-Yves David
transaction: drop extra import caught by pyflakes
2014-04-02, by Matt Mackall
fncache: clean up fncache during strips
2014-03-24, by Durham Goode
caches: invalidate store caches when lock is taken
2014-03-24, by Durham Goode
fncache: move fncache writing to be in a transaction
2014-03-24, by Durham Goode
transaction: add support for non-append files
2014-03-24, by Durham Goode
transaction: add onclose/onabort hook for pre-close logic
2014-03-24, by Durham Goode
clone: put streaming clones in a transaction
2014-03-24, by Durham Goode
fncache: remove the rewriting logic
2014-03-24, by Durham Goode
pull: prevent duplicated entry in `op.pulledsubset`
2014-03-26, by Pierre-Yves David
bundle2: part params
2014-03-20, by Pierre-Yves David
bundle2: support for bundling and unbundling payload
2014-03-19, by Pierre-Yves David
merge with stable
2014-04-01, by Matt Mackall
Added signature for changeset 3f83fc5cfe71
stable
2014-04-01, by Matt Mackall
Added tag 2.9.2 for changeset 3f83fc5cfe71
stable
2014-04-01, by Matt Mackall
backout: correct commit status of no changes made (BC) (issue4190)
stable
2.9.2
2014-03-08, by Yuya Nishihara
backout: document return code of merge conflict
stable
2014-03-08, by Yuya Nishihara
merge with stable
2014-04-01, by Matt Mackall
i18n: fix "% inside _()" problems
stable
2014-04-01, by FUJIWARA Katsunori
i18n: fix "% inside _()" problems
stable
2014-04-01, by FUJIWARA Katsunori
merge: fix lack of "%s" in format string causing TypeError at runtime
stable
2014-04-01, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with c57c9cece645
stable
2014-04-01, by Wagner Bruna
i18n-ja: synchronized with e259d4c462b5
stable
2014-03-31, by FUJIWARA Katsunori
bundle2: support unbundling empty part
2014-03-19, by Pierre-Yves David
revset: raise ValueError when calling min or max on empty smartset
2014-03-28, by Pierre-Yves David
revpair: smartset compatibility
2014-03-20, by Pierre-Yves David
revsetbenchmark: add entry for ::rev::
2014-03-28, by Gregory Szorc
merge with stable
2014-03-31, by Kevin Bullock
tests: use TESTTMP instead of TESTDIR
stable
2014-03-28, by Sean Farley
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109)
stable
2014-03-29, by FUJIWARA Katsunori
templater: raise error for unknown func
stable
2014-03-27, by Sean Farley
bundle2: support bundling of empty part (with a type)
2014-03-18, by Pierre-Yves David
revsetbenchmark: add a summary at the end of execution
2014-03-26, by Pierre-Yves David
revsetbenchmark: retrieve the benchmark value in python
2014-03-26, by Pierre-Yves David
revsetbenchmark: get revision to benchmark in a function
2014-03-26, by Pierre-Yves David
revsetbenchmark: convert revision display to proper subprocesscall
2014-03-26, by Pierre-Yves David
revsetbenchmark: convert performance call to proper subprocess call
2014-03-26, by Pierre-Yves David
revsetbenchmark: convert update to proper subprocess call
2014-03-26, by Pierre-Yves David
revsetbenchmark: fix semicolon
2014-03-27, by Matt Mackall
revsetbenchmark: simplify and convert the script to python
2014-03-26, by Pierre-Yves David
revsetbenchmapi: fix template
2014-03-26, by Pierre-Yves David
perf: unroll the result in perfrevset
2014-03-26, by Pierre-Yves David
_addset: add a __len__ method
2014-03-20, by Pierre-Yves David
bundle2: implement the mandatory/advisory logic for parameter
2014-03-19, by Pierre-Yves David
bundle2: print debug information during unbundling
2014-03-19, by Pierre-Yves David
bundle2: print debug information during bundling
2014-03-18, by Pierre-Yves David
bundle2: add ability to write to a file to the test
2014-03-19, by Pierre-Yves David
subrepo: factor out Git version check to add doctests
2014-03-21, by Siddharth Agarwal
contrib: add "hgperf" command to measure performance of commands easily
2014-02-15, by FUJIWARA Katsunori
grep: exit loop immediately, if matching is found in the file for "hg grep -l"
2014-02-15, by FUJIWARA Katsunori
grep: use "found" instead of "filerevmatches" examination for efficiency
2014-02-15, by FUJIWARA Katsunori
grep: reuse the first "util.binary()" result for efficiency
2014-02-15, by FUJIWARA Katsunori
util: add the code path to "cachefunc()" for the function taking no arguments
2014-02-15, by FUJIWARA Katsunori
help: add examples to incoming
2014-03-26, by Matt Mackall
revset: fix generatorset race condition
2014-03-25, by Durham Goode
tests: don't hardcode path to bash interpreter
2014-03-25, by Olle Lundberg
contrib: don't hardcode path to bash interpreter
2014-03-26, by Olle Lundberg
contrib: explicitly enable perf extension for revset tests
2014-03-25, by Olle Lundberg
merge with stable
2014-03-25, by Matt Mackall
revset: improve performance of _generatorset.__contains__ (issue 4201)
2014-03-24, by Gregory Szorc
localrepo: omit ".hgsubstate" also from "added" files
2014-03-22, by FUJIWARA Katsunori
dispatch: only do __import__(debugger) when a debugger is requested
stable
2014-03-07, by Jordi GutiƩrrez Hermoso
hg: use "os.path.join()" to join path components which may be empty (issue4203)
stable
2014-03-25, by FUJIWARA Katsunori
revset: document the regular expression support for tag(name)
stable
2014-03-24, by Matt Harbison
help: allow -k to find debug commands
2014-03-22, by Matt Mackall
help: let 'hg help debug' show the list of secret debug commands
2014-03-15, by Mads Kiilerich
tests: add run-tests --changed option for running tests changed in revisions
2014-02-28, by Mads Kiilerich
repo: rephrase the "missing requirement" error message
2014-03-19, by Mads Kiilerich
revpair: drop useless conditional
2014-03-20, by Pierre-Yves David
merge with stable
2014-03-21, by Matt Mackall
subrepo: add trailing newlines to warnings
stable
2014-03-20, by Siddharth Agarwal
subrepo: convert matched string to integer before comparing Git version
stable
2014-03-20, by Siddharth Agarwal
subrepo: only retrieve the first two components of the Git version
stable
2014-03-20, by Siddharth Agarwal
bundle2: force the first char of parameter to be an letter.
2014-03-18, by Pierre-Yves David
bundle2: refuse empty parameter name
2014-03-18, by Pierre-Yves David
bundle2: urlunquote stream parameter name and value during unbundling
2014-03-18, by Pierre-Yves David
bundle2: urlquote stream parameter name and value
2014-03-18, by Pierre-Yves David
bundle2: support for unbundling parameter value
2014-03-18, by Pierre-Yves David
bundle2: support for bundling parameter value
2014-03-18, by Pierre-Yves David
bundle2: clarify stream parameter design in the documentation
2014-03-20, by Pierre-Yves David
repoview: add non-global tags to candidate list for blocking hidden changesets
2014-03-18, by Sean Farley
histedit: select the lowest rev when looking for a root in a revset (bc)
2014-03-13, by David Soria Parra
bundle2: support for unbundling simple parameter
2014-03-18, by Pierre-Yves David
bundle2: support bundling simple parameter
2014-03-19, by Pierre-Yves David
bundle2: make sure the unbundler refuse non bundle2 stream
2014-03-18, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip