Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+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.
bundle2: comment to clarify why the handler call is where it is
2014-04-11, by Pierre-Yves David
bundle2: use chunkbuffer for exchange.getbundle
2014-04-12, by Pierre-Yves David
bundle2: lazily generate the changegroup part in exchange.getbundle
2014-04-12, by Pierre-Yves David
bundle2: support chunk iterator as part data
2014-04-11, by Pierre-Yves David
bundle2: extract a _payloadchunks method for part
2014-04-10, by Pierre-Yves David
changegroup: move chunk extraction into a getchunks method of unbundle10
2014-04-10, by Pierre-Yves David
bundle2: use reply part to return result of addchangegroup
2014-03-25, by Pierre-Yves David
bundle2: produce a bundle2 reply
2014-04-04, by Pierre-Yves David
bundle2: add reply awareness to unbundlerecords
2014-04-11, by Pierre-Yves David
bundle2: add an integer id to part
2014-04-01, by Pierre-Yves David
largefiles: don't prompt when one side of merge was changed but didn't change
2014-04-07, by Mads Kiilerich
color: fallback and test label as an effect
2014-04-07, by Sean Farley
color: extract method for determining a valid effect
2014-04-07, by Sean Farley
revlog: use context ancestor instead of changelog ancestor
2014-04-07, by Mads Kiilerich
copies: guard debug section with ui.debugflag
2014-02-25, by Mads Kiilerich
copies: remove _checkcopies wrapper - it does no good
2014-02-25, by Mads Kiilerich
transplant: use context ancestor instead of changelog ancestor
2014-04-07, by Mads Kiilerich
commit: use revlog.commonancestors instead of .ancestor
2014-04-07, by Mads Kiilerich
backout: don't limit heritage check to a single ancestor
2014-04-07, by Mads Kiilerich
ancestor: remove unused genericancestor
2014-03-20, by Mads Kiilerich
context: remove unused filectx.ancestor
2014-04-07, by Mads Kiilerich
shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfs
2014-03-09, by FUJIWARA Katsunori
shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfs
2014-03-09, by FUJIWARA Katsunori
bundlerepo: treat temporarily extracted bundle file via vfs
2014-03-09, by FUJIWARA Katsunori
vfs: add "mkstemp()"
2014-03-09, by FUJIWARA Katsunori
repair: make "strip()" treat bundle files via vfs
2014-03-09, by FUJIWARA Katsunori
changegroup: add "vfs" argument to "readbundle()" to pass relative filename
2014-03-09, by FUJIWARA Katsunori
repair: make paths in "_bundle()" relative to ".hg"
2014-03-09, by FUJIWARA Katsunori
changegroup: add "vfs" argument to "writebundle()" for relative access via vfs
2014-03-09, by FUJIWARA Katsunori
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
2014-03-09, by FUJIWARA Katsunori
exchange: fix pyflakes import complaint
2014-04-11, by Matt Mackall
hgweb: override the charset attribute in the http request
2014-04-10, by Wei, Elson
diff: use second filename for --stat reporting on git patches (issue4221)
2014-04-11, by Matt Mackall
exchange: drop useless line break
2014-04-11, by Pierre-Yves David
subrepo: check return code for git push (issue4223)
2014-04-11, by Matt Mackall
localrepo: add unbundle support
2014-04-04, by Pierre-Yves David
unbundle: extract the core logic in another function
2014-04-04, by Pierre-Yves David
unbundle: extract checkheads in its own function
2014-04-04, by Pierre-Yves David
phase: apply publishing enforcement for "serve" source
2014-04-07, by Pierre-Yves David
merge with stable
2014-04-10, by Matt Mackall
http: reuse authentication info after the first failed request (issue3567)
2013-12-20, by Stéphane Klein
bundle2: use discard to remove bundle2 cap
2014-04-08, by Durham Goode
statichttp: respect localrepo _restrictcapabilities
2014-04-07, by Pierre-Yves David
tests: make unshelve tests more tricky - don't depend on size change
2014-04-07, by Mads Kiilerich
shelve: introduce secret option for using fixed date for temporary commit
2014-04-07, by Mads Kiilerich
mq: repo['.'] is not a wctx, repo[None] is
2014-04-07, by Mads Kiilerich
shelve: repo['.'] is not a wctx but a pctx
2014-04-07, by Mads Kiilerich
revlog: deal with chunk ranges over 2G on Windows (issue4215)
stable
2014-04-07, by Matt Mackall
exchange: pass bundlecaps through to changegroup
2014-04-04, by Durham Goode
bundle2: allow pulling changegroups using bundle2
2014-04-01, by Pierre-Yves David
bundle2: add an exchange.getbundle function
2014-04-04, by Pierre-Yves David
localpeer: propagate bundlecaps in getbundle call
2014-04-04, by Pierre-Yves David
bundle2: make it possible have a global transaction for the unbundling
2014-04-02, by Pierre-Yves David
tests: fix test output typo
2014-04-04, by Matt Mackall
bundle2: first crude version of bundling changeset with bundle2
2014-03-24, by Pierre-Yves David
bundle2: record processing results in the bundleoperation object
2014-04-02, by Pierre-Yves David
bundle2: introduce a bundleoperation object
2014-04-02, by Pierre-Yves David
bundle2: feed a unbundle20 to the `processbundle` function
2014-04-02, by Pierre-Yves David
bundle2: lock the repo during unbundle test
2014-04-03, by Pierre-Yves David
merge: keep destination filename as key in filemerge actions
2014-03-02, by Mads Kiilerich
merge: keep destination filename as key in actions for merge with dir rename
2014-03-02, by Mads Kiilerich
merge: include ancestor node in merge actions
2014-02-28, by Mads Kiilerich
merge with stable
2014-04-04, by Matt Mackall
repoview: use _gethiddenblockers in computehidden
2014-03-28, by Sean Farley
repoview: add _gethiddenblockers method
2014-04-03, by Sean Farley
repoview: improve performance for computehidden (issue4206)
2014-03-27, by Sean Farley
tests: remove unused variables from test-pathencode.py caught by pyflakes
stable
2014-04-03, by Sean Farley
shelve: remove unused variable caught by pyflakes
stable
2014-04-03, by Sean Farley
changegroup: remove unused variable caught by pyflakes
stable
2014-04-03, by Sean Farley
hgk: use hg export to write commits
2014-03-15, by Andrew Shadura
hgk: add .diff extension when exporting commits
2014-03-25, by Andrew Shadura
localrepo: move the addchangegroup method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the addchangegroupfiles method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the changegroup method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the getbundle method in changegroup module
2014-04-01, by Pierre-Yves David
store: drop unused existing list
2014-04-03, by Matt Mackall
localrepo: move the getlocalbundle method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the changegroupsubset method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the changegroupinfo method in changegroup module
2014-04-01, by Pierre-Yves David
localrepo: move the _changegroupsubset method in changegroup module
2014-04-01, by Pierre-Yves David
push: pass a `pushoperation` object to localrepo.checkpush
2014-04-01, by Pierre-Yves David
wireproto: use decorator for the ubundle command
2014-03-28, by Pierre-Yves David
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
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip