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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip