Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-960
+960
+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.
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
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
bundle2: a very first version of bundle2 unbundler
2014-03-18, by Pierre-Yves David
bundle2: very first version of a bundle2 bundler
2014-03-18, by Pierre-Yves David
clone: abort if default destination has no meaningful name (BC)
2014-03-22, by Yuya Nishihara
clone: add doctest for default destination
2014-03-22, by Yuya Nishihara
scmutil: fix revrange when multiple revs are specified
2014-03-20, by Durham Goode
parsers: fix compiler errors on MSVC 2008
2014-03-20, by Matt Harbison
check-code: check for argument passing py2.6ism
2014-03-19, by Matt Mackall
merge with stable
2014-03-19, by Matt Mackall
sshpeer: only print out 'running ssh' messages in debug mode (BC)
2014-03-18, by Siddharth Agarwal
tests: small refactoring of run-tests' handling of tests list
2014-03-19, by Mads Kiilerich
merge: mark mergestate as dirty when resolve changes _state
2014-02-28, by Mads Kiilerich
backout: improve confusing 'cannot backout change on a different branch' abort
2014-02-24, by Mads Kiilerich
config: set a 'source' in most cases where config don't come from file but code
2014-03-19, by Mads Kiilerich
config: don't set source when no source is specified - don't overwrite with ''
2014-03-19, by Mads Kiilerich
config: give a useful hint of source for the most common command line settings
2014-03-19, by Mads Kiilerich
config: backout 77f1f206e135 - 743daa601445 removed the only use of overlay
2014-03-19, by Mads Kiilerich
mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hash
2014-03-20, by FUJIWARA Katsunori
qnew: omit meaningless and harmful putting subrepositories into target list
2014-03-20, by FUJIWARA Katsunori
convert: more clear documentation of the 'include' default of a 'include .'
stable
2014-03-19, by Mads Kiilerich
config: mention edit options and config topic in help
2014-03-18, by Matt Mackall
config: add --global and --local flags
2014-03-18, by Matt Mackall
revrange: pass repo to revset parser
2014-03-18, by Matt Mackall
revset: try to handle hyphenated symbols if lookup callback is available
2014-03-18, by Matt Mackall
revset: pass a lookup function to the tokenizer
2014-03-18, by Matt Mackall
parser: allow passing a lookup function to a tokenizer
2014-03-18, by Matt Mackall
benchmark-revset: add full version of benchmarked revset
2014-03-15, by Pierre-Yves David
localrepo: rename capability set to lower case.
2014-03-14, by Pierre-Yves David
wireproto: move wireproto capabilities computation in a subfunction
2014-03-12, by Pierre-Yves David
wireproto: extract capabilities list in outside the wireproto function
2014-03-11, by Pierre-Yves David
merge with stable
2014-03-18, by Matt Mackall
commit: propagate --secret option to subrepos (issue4182)
stable
2014-03-17, by Jordi GutiƩrrez Hermoso
amend: save commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
histedit: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
qfold: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
qnew: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
tag: save manually edited commit message into ".hg/last-message.txt"
stable
2014-03-19, by FUJIWARA Katsunori
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse"
stable
2014-03-19, by FUJIWARA Katsunori
localrepo: save manually edited commit message as soon as possible
stable
2014-03-19, by FUJIWARA Katsunori
hgk: enable selected patch text on Windows
2014-03-15, by Andrew Shadura
hgk: ignore ctrl-z as EOF on windows
2014-03-15, by Andrew Shadura
graphmod: changed code in dagwalker to use lazy implementations
2014-03-14, by Lucas Moscovicz
webcommands: changed code to use lazy classes when calling dagwalker
2014-03-14, by Lucas Moscovicz
cmdutil: changed max method for lazy call
2014-03-14, by Lucas Moscovicz
getgraphlogrevs: return an empty baseset instead of a empty list
2014-03-14, by Lucas Moscovicz
getgraphlogrevs: do not convert smartset to baseset
2014-03-14, by Pierre-Yves David
cmdutil: changed revset for spanset
2014-03-14, by Lucas Moscovicz
cmdutil: changed code in _makegraphlogrevset not to use getitem
2014-03-14, by Lucas Moscovicz
cmdutil: changed code in getgraphlogrevs not to use getitem
2014-03-14, by Lucas Moscovicz
revset: changed minrev and maxrev implementations to use ordered sets
2014-02-18, by Lucas Moscovicz
revset: changed addset to extend _orderedsetmixin
2014-03-14, by Lucas Moscovicz
revset: add a default argument for baseset.__init__
2014-03-14, by Pierre-Yves David
revset: changed orderedlazyset to also extend _orderedsetmixin
2014-03-13, by Lucas Moscovicz
revset: changed spanset to extend _orderedsetmixin
2014-03-13, by Lucas Moscovicz
revset: added _orderedsetmixin class
2014-03-12, by Lucas Moscovicz
revset: added min and max methods to baseset and lazyset
2014-02-19, by Lucas Moscovicz
contrib: make revset benchmark script able to read from stdin
2014-03-14, by Pierre-Yves David
contrib: have the revset benchmark test script take a revset
2014-03-14, by Pierre-Yves David
contrib: added revset performance benchmarking script
2014-03-14, by Lucas Moscovicz
contrib: added revset examples for benchmarking performance
2014-03-14, by Lucas Moscovicz
help: filter out deprecated options with untranslated descriptions
2014-02-17, by Simon Heimberg
parsers: fail fast if Python has wrong minor version (issue4110)
2013-12-04, by Chris Jerdonek
debuginstall: change showing to checking for consistency and future checking
2014-03-14, by Matt Mackall
debuginstall: add Python information to debuginstall output (issue4128)
2013-12-31, by Chris Jerdonek
revset: add documentation and comment for _generatorset
2014-03-14, by Pierre-Yves David
revset: add some documentation for lazyset
2014-03-14, by Pierre-Yves David
revset: added documentation and comment for spanset class
2014-03-14, by Lucas Moscovicz
revset: extend sorting tests
2014-03-11, by Lucas Moscovicz
merge with crew
2014-03-14, by Matt Mackall
revset: changed smartset methods to return ordered addsets
2014-03-11, by Lucas Moscovicz
revset: added isascending and isdescending methods to _addset
2014-03-14, by Lucas Moscovicz
revset: added __add__ method to _addset
2014-03-14, by Lucas Moscovicz
revset: added __sub__ mehtod to _addset
2014-03-14, by Lucas Moscovicz
revset: added __and__ method to _addset
2014-03-14, by Lucas Moscovicz
revset: added ascending and descending methods to _addset
2014-03-14, by Lucas Moscovicz
revset: added filter method to _addset
2014-03-13, by Lucas Moscovicz
revset: added comments to all methods needed to duck-type from baseset
2014-03-14, by Lucas Moscovicz
revset: use more explicit argument names for baseset methods
2014-03-14, by Lucas Moscovicz
revset: added isascending and isdescending methods to smartset classes
2014-03-11, by Lucas Moscovicz
revset: added sort method in addset
2014-03-11, by Lucas Moscovicz
revset: added reverse method to addset
2014-03-13, by Lucas Moscovicz
revset: changed _iterator() method on addset to work with a given order
2014-03-13, by Lucas Moscovicz
revset: changed _iterator() in addset to use the generated list when available
2014-03-13, by Lucas Moscovicz
revset: added cached generated list to addset
2014-03-11, by Lucas Moscovicz
revset: changed sort method to use native sort implementation of smartsets
2014-03-13, by Lucas Moscovicz
revset: fixed sorting issue with spanset
2014-03-13, by Lucas Moscovicz
tests: added tests to test sort revset
2014-03-13, by Lucas Moscovicz
revset: added __nonzero__ method to spanset class
2014-03-14, by Lucas Moscovicz
require: provide a link to a wiki page in addition of suggesting upgrade
2011-06-25, by Pierre-Yves David
revset: optimized sort method in lazyset class
2014-03-06, by Lucas Moscovicz
revset: improve head revset performance
2014-03-13, by Durham Goode
revset: added ascending attribute to addset class
2014-03-11, by Lucas Moscovicz
revset: added set method to addset to duck type generatorset
2014-03-10, by Lucas Moscovicz
merge with default
2014-03-13, by Matt Mackall
revsets: backout d04aac468bf4 due to performance regressions
2014-03-13, by Matt Mackall
revset: made addset a private class
2014-03-12, by Lucas Moscovicz
revset: made descgeneratorset a private class
2014-03-12, by Lucas Moscovicz
revset: made ascgeneratorset a private class
2014-03-12, by Lucas Moscovicz
revset: made generatorset a private class
2014-03-12, by Lucas Moscovicz
cmdutil: changed walkchangerevs to use spanset instead of baseset
2014-03-05, by Lucas Moscovicz
revset: added sort methods to generatorsets
2014-02-24, by Lucas Moscovicz
merge with stable
2014-03-13, by Matt Mackall
fix_bytesmod: use the "from mercurial" form of the import to avoid breaking httpclient
2014-02-04, by Augie Fackler
commit: create new amend changeset as secret correctly for "--secret" option
stable
2014-03-13, by FUJIWARA Katsunori
hg log: solves bug regarding hg log -r 0:null (issue4039)
stable
2014-03-12, by Cristian Zamfir
killdaemons: drop superfluous L suffix from constant
2014-03-10, by Augie Fackler
setup.py: fix 2.4 breakage in 77ab0abb
2014-03-12, by Augie Fackler
setup: handle more invalid python3 syntax
2013-09-19, by Augie Fackler
revset: changed __add__ methods on lazy sets to return addsets (issue4191)
2014-03-07, by Lucas Moscovicz
revset: added addset class with its basic methods
2014-03-07, by Lucas Moscovicz
revset: changed _children method to use lazy structures
2014-02-11, by Lucas Moscovicz
revset: changed descendants revset to use lazy generators
2014-02-10, by Lucas Moscovicz
revset: optimized _revancestors method based on order of revisions
2014-02-07, by Lucas Moscovicz
revset: changed ancestors revset to return lazy generators
2014-02-07, by Lucas Moscovicz
doc: show short description of each commands in generated documents
2014-03-11, by FUJIWARA Katsunori
check-code: disallow use of dict(key=value) construction
2014-03-12, by Augie Fackler
setup.py: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-wireproto: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-url: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
test-filelog: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
templatekw: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
minirst: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
webutil: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
run-tests: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
util: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
webcommands: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
hgwebdir_mod: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
filemerge: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
changegroup: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
extdiff: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
bugzilla: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
synthrepo: move from dict() construction to {} literals
2014-03-12, by Augie Fackler
wireproto: remove todict() and use {} literals instead
2014-03-12, by Augie Fackler
merge with stable
2014-03-11, by Matt Mackall
templater: deprecate --style now that -T exists
2014-03-10, by Matt Mackall
templating: make -T much more flexible
2014-03-08, by Matt Mackall
changeset_templater: remove use_template method
2014-03-08, by Matt Mackall
cmdutil: make helper function to process template args
2014-03-08, by Matt Mackall
commands: add -T alternative to --template
2014-03-08, by Matt Mackall
config: clarify and exemplify the user name in the sample config file
2014-03-07, by Jordi GutiƩrrez Hermoso
templater: make strings in template expressions be "string-escape"-ed correctly
stable
2014-03-10, by FUJIWARA Katsunori
templater: apply "stringify()" on sub expression to get string correctly
stable
2014-03-10, by FUJIWARA Katsunori
templater: avoid recursive evaluation of string literals completely
stable
2014-03-10, by FUJIWARA Katsunori
status: improve explanation of ' ' status
2014-03-06, by Matt Mackall
revset: changed methods in spanset to return ordered sets
2014-02-18, by Lucas Moscovicz
revset: added sort method to orderedlazyset
2014-02-25, by Lucas Moscovicz
revset: added order methods to lazyset classes
2014-02-07, by Lucas Moscovicz
setdiscovery: document algorithms used
2014-03-06, by Olle Lundberg
doc: gendoc.py creates valid output for option descriptions with newlines
2014-02-20, by Simon Heimberg
minirst: create valid output when table data contains a newline
2014-02-19, by Simon Heimberg
tests: match time by a glob to fix intermittent failures of test-lock-badness.t
2014-03-05, by Simon Heimberg
merge: adds documentation to the mergestate class
2014-03-05, by Pierre-Yves David
merge: add blank line between mergestate's method
2014-03-05, by Pierre-Yves David
cmdserver: allow to start server without repository
2014-03-03, by Yuya Nishihara
cmdserver: prepare test for starting server without repository
2014-03-03, by Yuya Nishihara
histedit: move logic for finding child nodes to new function
2014-03-06, by Olle Lundberg
histedit: clean up lock imports
2014-03-05, by Olle Lundberg
localrepo: changed revs to use spanset instead of baseset
2014-03-05, by Lucas Moscovicz
extensions: use normpath to allow trailing '\' on Windows (issue4187)
2014-03-05, by Ed Morley
tests: fix unused imports from inotify removal caught by pyflakes
2014-03-04, by Matt Mackall
revset: added ordered generatorset classes with __contains__ method
2014-02-27, by Lucas Moscovicz
merge: use the right ancestor when both sides copied the same file
2014-02-25, by Mads Kiilerich
copies: when both sides made the same copy, report it as a copy
2014-02-25, by Mads Kiilerich
merge: handle create+delete prompts in calculateupdates
2014-03-02, by Mads Kiilerich
merge: handle acceptremove of create+delete early in manifest merge
2014-02-28, by Mads Kiilerich
largefiles: override calculateupdates instead of manifestmerge
2014-03-02, by Mads Kiilerich
tests: add systematic test of merge ancestor calculation
2014-02-25, by Mads Kiilerich
tests: add test case for criss cross merge
2014-03-02, by Mads Kiilerich
merge with stable
2014-03-03, by Matt Mackall
revset: changed generatorset code to remove unnecesary function call
2014-03-03, by Lucas Moscovicz
phase: say "Returns 0" instead of "Return 0" like other command help
stable
2014-03-03, by Yuya Nishihara
dirstate: remove double imports of errno
2014-03-03, by Yuya Nishihara
cmdserver: mask return code of runcommand in the same way as dispatch.run
2014-03-03, by Yuya Nishihara
cmdserver: include non-zero return code of runcommand in test output
2014-03-03, by Yuya Nishihara
cmdserver: recreate mq object on runcommand in case queue path was changed
2014-03-03, by Yuya Nishihara
cmdserver: reload mq on each runcommand request to avoid corruption
2014-03-03, by Yuya Nishihara
localrepo: add hook point to invalidate everything on each command-server run
2014-03-03, by Yuya Nishihara
paper: overlapping of section title on help pages (issue4051)
stable
2014-03-03, by anuraggoel
contrib: drop tmplrewrite
2014-03-01, by Matt Mackall
extensions: mark win32text deprecated
2014-03-01, by Matt Mackall
extensions: remove interhg
2014-03-01, by Matt Mackall
extensions: remove the inotify extension (BC)
2014-03-01, by Matt Mackall
merge main and crew
2014-03-01, by Augie Fackler
merge with stable
2014-03-01, by Augie Fackler
merge with mpm
2014-03-01, by Augie Fackler
test-help.t: fix for non-Linux platforms
2014-03-01, by Augie Fackler
Added signature for changeset b96cb15ec9e0
stable
2014-03-01, by Matt Mackall
Added tag 2.9.1 for changeset b96cb15ec9e0
stable
2014-03-01, by Matt Mackall
merge: audit the right destination file when merging with dir rename
stable
2.9.1
2014-03-01, by Mads Kiilerich
setup: specify --prefix="" for install-home-bin to avoid badness with defaults
2014-02-03, by Augie Fackler
revset: add 'only' revset
2013-11-16, by Durham Goode
revset: added basic operators to orderedlazyset
2014-02-06, by Lucas Moscovicz
revset: changed revset code to use filter method
2014-02-06, by Lucas Moscovicz
revset: added filter method to revset classes
2014-02-06, by Lucas Moscovicz
revset: added orderedlazyset class
2014-02-05, by Lucas Moscovicz
config: make repo optional again
2014-02-27, by Matt Mackall
merge: fix spelling of length
2014-02-28, by Olle Lundberg
ui: edit(): transplant: set HGREVISION environment variable for an editor
2014-02-10, by Alexander Drozdov
ui: edit(): rebase, graft: set HGREVISION environment variable for an editor
2014-02-06, by Alexander Drozdov
cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
2014-02-06, by Alexander Drozdov
ui: allow edit() to work with revision extras
2014-02-06, by Alexander Drozdov
tests: glob match has a glob character for not getting a warning on windows
2014-02-14, by Simon Heimberg
run-tests: fixed warn detection on failures with too many output
2014-02-16, by Simon Heimberg
run-tests: fixed warn detection on detecting warn only for lines
2014-02-16, by Simon Heimberg
obsolete: extract encoding of marker for pushkey from the list key function
2014-02-27, by Pierre-Yves David
solaris: diff -u emits "No differences encountered"
2014-02-19, by Danek Duvall
rebase: do not raise an UnboundLocalError when called wrong (issue4106)
2014-02-14, by Simon Heimberg
exchange: fix docs for pulloperation
2014-02-27, by Siddharth Agarwal
merge with stable
2014-02-27, by Matt Mackall
resolve: use "other" changeset from merge state (issue4163)
stable
2014-02-25, by Pierre-Yves David
merge: add "other" file node in the merge state file
stable
2014-02-25, by Pierre-Yves David
merge: infer the "other" changeset when falling back to v1 format
stable
2014-02-27, by Pierre-Yves David
merge: record the "other" node in merge state
stable
2014-02-25, by Pierre-Yves David
merge: introduce new format for the state file
stable
2014-02-25, by Pierre-Yves David
merge: change the merge state serialisation to use a record based logic
stable
2014-02-27, by Pierre-Yves David
merge: move merge state file path into a constant
stable
2014-02-25, by Pierre-Yves David
revset: changed spanset __add__ implementation to work lazily
2014-02-13, by Lucas Moscovicz
revset: changed lazyset __add__ implementation to work lazily
2014-02-13, by Lucas Moscovicz
obsstore: add a __len__ method
2014-02-25, by Pierre-Yves David
obsstore: `create` method return True if a marker is actually added
2014-02-25, by Pierre-Yves David
merge with crew
2014-02-27, by Matt Mackall
help: exclude deprecated extensions in the disabled part of 'help extensions'
2014-02-27, by Augie Fackler
test-help.t: add test for 'hg help extensions'
2014-02-27, by Augie Fackler
ui: fix extra space in username abort
2014-02-27, by Matt Mackall
tests: fix up config --edit breakage
2014-02-27, by Matt Mackall
merge with stable
2014-02-27, by Matt Mackall
coal: hgweb style adds extra blank line in file view (issue4136)
stable
2014-02-27, by anuraggoel
pull: close peer repo on completion (issue2491) (issue2797)
stable
2014-02-25, by Piotr Klecha
hgweb: ensure isdirectory is None for repositories, replacing any True value
stable
2014-02-27, by Paul Boddie
ui: suggest config --edit when no username is set
2014-02-27, by Matt Mackall
config: add example config file when -e called with no config
2014-02-27, by Matt Mackall
config: add initial implementation of --edit
2014-02-27, by Matt Mackall
revert: extract actual revert in its own function
2014-02-26, by Pierre-Yves David
config: move showconfig code and add config as primary alias
2014-02-27, by Matt Mackall
revset: added _hexlist method to replace _list for %ln
2014-02-26, by Lucas Moscovicz
merge with stable
2014-02-26, by Matt Mackall
localrepo: language and spelling fixes in comment
2014-02-27, by Olle Lundberg
revset: added _intlist method to replace _list for %ld
2014-02-26, by Lucas Moscovicz
purge: avoid duplicate output for --print (issue4092)
stable
2014-02-25, by anuraggoel
merge with stable
2014-02-24, by Matt Mackall
merge with stable
2014-02-24, by Matt Mackall
merge with i18n
stable
2014-02-24, by Matt Mackall
i18n-ja: synchronized with 7b9d66c0e4fa
stable
2014-02-23, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 4e41b2fe46cc
stable
2014-02-16, by Wagner Bruna
scmutil: changed revrange code not to use append
2014-02-24, by Lucas Moscovicz
push: provide a hint when no paths in configured (issue3692)
2014-02-25, by anuraggoel
revlog: introduce commonancestors method for getting all common ancestor heads
2014-02-24, by Mads Kiilerich
localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
2014-02-24, by Mads Kiilerich
ancestors: remove unnecessary handling of 'left'
2014-02-24, by Mads Kiilerich
parsers: remove unreachable and invalid code in index_ancestors
2014-02-24, by Mads Kiilerich
cmdutil: implemented new lazy increasingwindows
2014-02-13, by Lucas Moscovicz
revset: added __nonzero__ method to lazyset
2014-02-20, by Lucas Moscovicz
scmutil: changed revrange to return lazysets for new style revsets
2014-02-12, by Lucas Moscovicz
phases: make order of debug output 'removing unknown node' deterministic
2014-02-20, by Mads Kiilerich
comments: fix minor spelling issues found with spell checker
2014-02-20, by Mads Kiilerich
hooks: for python hooks, consistently use __name__ etc as name, not the repr
2014-02-15, by Mads Kiilerich
hooks: move logging of hook name to after we have found the hook
2014-02-15, by Mads Kiilerich
rebase: show nice list instead of set repr for 'computed skipped revs' debug
2014-02-20, by Mads Kiilerich
rebase: fix 'rebase onto %d starting from %s' - show root instead of list repr
2014-02-15, by Mads Kiilerich
log: describe graph symbols in the help
2014-02-12, by Mads Kiilerich
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
2014-02-20, by Mads Kiilerich
util: debugstacktrace, flush before and after writing
2014-02-20, by Mads Kiilerich
run-tests.py: work when --with-hg is set to system hg
2014-02-19, by Siddharth Agarwal
revset: added cached generated list on generatorset
2014-02-12, by Lucas Moscovicz
templater: shorten pure integers
2014-02-20, by Sean Farley
revset: fixed bug where log -f was taking too long to return
2014-02-21, by Lucas Moscovicz
merge with stable
2014-02-20, by Matt Mackall
revset: added generatorset class with cached __contains__ method
2014-02-05, by Lucas Moscovicz
pathencode: eliminate signed integer warnings
stable
2014-02-19, by Danek Duvall
revset: changed last implementation to use lazy classes
2014-02-19, by Lucas Moscovicz
merge with stable
2014-02-19, by Matt Mackall
help: remove last occurrences of ".. note::" without two newlines
2014-02-19, by Simon Heimberg
help: add ifcontains, revset, and shortest to template help
2014-02-18, by Durham Goode
verify: do not prevent verify repository containing hidden changesets
stable
2014-02-19, by Yuya Nishihara
hgweb: make sure sys module is loaded prior to reload hack
stable
2014-02-19, by Yuya Nishihara
win32: improve the performance of win32.unlink() over CIFS
2013-10-17, by Kaz Nishimura
revset: changed mfunc and getset to work with old style revset methods
2014-02-18, by Lucas Moscovicz
revset: changed revsets to use spanset
2014-02-03, by Lucas Moscovicz
revset: changed spanset to take a repo argument
2014-02-18, by Lucas Moscovicz
journal: report parsing errors on recover/rollback (issue4172)
2014-02-17, by Matt Mackall
rebase: do not try to reactivate deleted divergent bookmark
stable
2014-02-15, by Yuya Nishihara
tests: backout 00f2d29308db pid check
2014-02-15, by Matt Mackall
revset: changed spanset implementation to take hidden revisions into account
2014-02-10, by Lucas Moscovicz
template: add 'current' to scope during {bookmarks % ...}
2014-02-11, by Durham Goode
template: add revset() template function
2014-02-11, by Durham Goode
template: add ifcontains template function
2014-02-11, by Durham Goode
createmarkers: allow to pass metadata for a marker only
2014-02-13, by Pierre-Yves David
obsstore: update create docstring to point to the coder friendly function
2014-02-13, by Pierre-Yves David
i18n: check equality of initial indentation between msgid and msgstr
2014-02-15, by FUJIWARA Katsunori
i18n: check equality of tail '::'-ness between msgid and msgstr
2014-02-15, by FUJIWARA Katsunori
run-tests: fix heredoctest for out-of-tree extensions
2014-02-15, by Patrick Mezard
revset: added cache to lazysets
2014-02-04, by Lucas Moscovicz
histedit: shorten new fold message
2014-02-15, by Matt Mackall
run-tests: unnecessary globs also count as warnings
2014-02-13, by Simon Heimberg
run-tests: report a test as warned when only missing globs
2014-02-13, by Simon Heimberg
run-tests: add possibility for test-runners to report a "warned" test result
2014-02-13, by Simon Heimberg
run-tests: separate exit code when no failed tests but warned ones
2014-02-13, by Simon Heimberg
run-tests: introduce 'warned' as test result
2014-02-13, by Simon Heimberg
run-tests: handle sys.exit in main function
2014-02-13, by Simon Heimberg
run-tests: remove unnecessary variable initialisation
2014-02-13, by Simon Heimberg
histedit: clarify description of fold command
2014-02-13, by Adrian ZgorzaÅek
discovery: make "note: unsynced remote changes!" less serious than a warning
2014-02-07, by Mads Kiilerich
discovery: improve "note: unsynced remote changes!" warning
2014-02-06, by Mads Kiilerich
import: move tryone closure in cmdutil
2014-02-11, by Pierre-Yves David
revset: optimize missing ancestor expressions
2014-02-13, by Siddharth Agarwal
revset: add an undocumented _missingancestors function
2014-02-13, by Siddharth Agarwal
commands.debugrevspec: add an option to print the optimized expression tree
2014-02-13, by Siddharth Agarwal
tests: killdaemons.py for windows distinguishes access violation and terminated
2014-02-12, by Simon Heimberg
tests: killdaemons.py for checks reason when getting no process handle
2014-02-12, by Simon Heimberg
tests: killdaemons.py for windows waits for killed process to terminate
2014-01-17, by Simon Heimberg
tests: kill for windows in killdaemons.py checks return values
2014-01-17, by Simon Heimberg
merge with crew
2014-02-13, by Matt Mackall
merge with stable
2014-02-13, by Thomas Arendsen Hein
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example
stable
2014-02-13, by Thomas Arendsen Hein
pull: move changeset pulling in its own function
2014-01-31, by Pierre-Yves David
pull: move `fetch` subset into the object
2014-02-11, by Pierre-Yves David
pull: make pulled subset a propertycache of the pull object
2014-01-31, by Pierre-Yves David
pull: move phases synchronisation in its own function
2014-01-31, by Pierre-Yves David
pull: move pulled subset into the object
2014-01-31, by Pierre-Yves David
revset: added operations to spanset to duck type baseset
2014-02-06, by Lucas Moscovicz
revset: added basic operations to spanset
2014-02-12, by Lucas Moscovicz
revset: added spanset class to represent revision ranges
2014-02-12, by Lucas Moscovicz
revset: added lazyset implementation to extra revset
2014-02-06, by Lucas Moscovicz
revset: added lazyset implementation to converted revset
2014-02-06, by Lucas Moscovicz
revset: added lazyset implementation to closed revset
2014-02-06, by Lucas Moscovicz
push: feed pulloperation object to _pullobsolete function
2014-01-31, by Pierre-Yves David
pull: move transaction logic into the pull object
2014-01-31, by Pierre-Yves David
pull: move obsolescence marker exchange in the exchange module
2014-01-30, by Pierre-Yves David
pull: move `force` argument into pull object
2014-02-01, by Pierre-Yves David
pull: move `heads` argument into pull object
2014-01-30, by Pierre-Yves David
pull: move `remote` argument into pull object
2014-01-30, by Pierre-Yves David
pull: introduce a pulloperation object
2014-01-30, by Pierre-Yves David
tests: lines with largefile .* file://$TESTTMP also match on windows
2014-01-27, by Simon Heimberg
debugobsolete: extract marker display in a dedicated function
2014-02-11, by Pierre-Yves David
exchange: extract pull function from localrepo
2014-01-30, by Pierre-Yves David
push: extract new common set computation from phase synchronisation
2014-01-30, by Pierre-Yves David
push: move `commonheads` into the push object
2014-01-30, by Pierre-Yves David
push: move discovery in its own function
2014-01-30, by Pierre-Yves David
push: move outgoing check logic in its own function
2014-01-30, by Pierre-Yves David
push: move `incoming` into the push object
2014-01-30, by Pierre-Yves David
push: move changeset push logic in its own function
2014-01-30, by Pierre-Yves David
push: move `remoteheads` into the push object
2014-01-30, by Pierre-Yves David
revset: added lazyset implementation to contains revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to secret revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to matching revset
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to _matchfiles
2014-02-04, by Lucas Moscovicz
revset: added lazyset implementation to checkstatus
2014-01-31, by Lucas Moscovicz
revset: added lazyset implementation to public revset
2014-01-30, by Lucas Moscovicz
color: add debugcolor command (issue4094)
2014-02-12, by Olle Lundberg
revset: added lazyset implementation to merge revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to grep revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to desc revset
2014-01-30, by Lucas Moscovicz
revset: added lazyset implementation to draft revset
2014-02-03, by Lucas Moscovicz
revset: added lazyset implementation bookmark revset
2014-01-29, by Lucas Moscovicz
revset: added lazyset implementation to date revset
2014-02-03, by Lucas Moscovicz
revset: added lazyset implementation to author revset
2014-01-29, by Lucas Moscovicz
revset: added lazyset implementation to keyword revset
2014-01-29, by Lucas Moscovicz
revset: changed limit revset implementation to work with lazy revsets
2014-01-28, by Lucas Moscovicz
revset: added lazyset implementation to branch revset
2014-02-05, by Lucas Moscovicz
run-tests: fix typo and print out failing line
2014-02-11, by Simon Heimberg
revset: changed getset so that it can return a lazyset
2014-01-28, by Lucas Moscovicz
hgext: updated extensions to return a baseset when adding symbols
2014-02-11, by Lucas Moscovicz
push: move phases synchronisation function in its own function
2014-01-30, by Pierre-Yves David
push: move outgoing object in the push object
2014-01-30, by Pierre-Yves David
push: move push return value in the push object
2014-01-30, by Pierre-Yves David
push: move local phase move in a normal function
2014-01-30, by Pierre-Yves David
push: explicitly feed pushop to localphasemove
2014-01-30, by Pierre-Yves David
push: move local lock logic in pushoperation
2014-01-30, by Pierre-Yves David
push: move obsolescence related message into _pushobsolescence function
2014-01-30, by Pierre-Yves David
push: drop now outdated comment
2014-01-30, by Pierre-Yves David
push: feed pushoperation object to _pushobsolete function
2014-01-30, by Pierre-Yves David
push: move obsolescence marker exchange in the exchange module
2014-01-30, by Pierre-Yves David
push: feed pushoperation object to _pushbookmark function
2014-01-30, by Pierre-Yves David
merge with stable
2014-02-10, by Matt Mackall
revset: added operations to duck type baseset
2014-02-06, by Lucas Moscovicz
revset: added basic operations to lazyset
2014-02-06, by Lucas Moscovicz
revset: added lazyset class with basic operations
2014-02-06, by Lucas Moscovicz
tests: test that the pid returned by `hg serve` looks reasonable
2014-02-09, by Simon Heimberg
win32: spawndetached returns pid of detached process and not of cmd.exe
2014-02-08, by Simon Heimberg
revset: minor changes adding baseset to revsets
2014-02-06, by Lucas Moscovicz
tests: rewrite path in test-shelve.t for not being mangled on msys
2014-02-10, by Simon Heimberg
hooks: only disable/re-enable demandimport when it's already enabled
stable
2014-02-10, by Brodie Rao
merge with stable
2014-02-09, by Matt Mackall
convert: secret config option for disabling debugsvnlog
2014-02-07, by Mads Kiilerich
convert: make subversion revsplit more stable when meeting revisions without @
2014-02-07, by Mads Kiilerich
revset: minor changes adding baseset to revsets
2014-02-06, by Lucas Moscovicz
revset: added __add__ method to baseset class
2014-02-06, by Lucas Moscovicz
revset: added docstring to baseset class
2014-02-06, by Lucas Moscovicz
merge: don't overwrite file untracked after remove, abort with 'untracked files'
stable
2014-02-10, by Mads Kiilerich
shelve: better (and slightly redundant) test coverage for unshelve conflicts
2014-02-10, by Mads Kiilerich
shelve: status messages from unshelve
2014-02-10, by Mads Kiilerich
shelve: be quiet when unshelve pulls from the shelve bundle
2014-02-10, by Mads Kiilerich
shelve: add 'changes to' prefix to default shelve message
2014-02-10, by Mads Kiilerich
shelve: mention FILE options in help
2014-02-10, by Mads Kiilerich
shelve: mention walk options in help
2014-02-10, by Mads Kiilerich
shelve: really pass publicancestors to changegroupsubset - not the parents
2014-02-10, by Mads Kiilerich
shelve: publicancestors do not have to visit nullrev
2014-02-10, by Mads Kiilerich
localrepo: make it clear that changegroupsubset doesn't take bases but roots
2014-02-10, by Mads Kiilerich
repoview: use repo.revs() instead of a private revset method
2014-02-04, by Augie Fackler
commands: use ctx.getfileset instead of fileset.getfileset
2014-02-04, by Augie Fackler
push: backout 2bc520bd0ce0 due to test failures
2014-02-09, by Matt Mackall
mq: fix qimport url check
2014-02-09, by Matt Mackall
match: use ctx.getfileset() instead of fileset.getfileset()
2014-02-04, by Augie Fackler
context: add a getfileset() method so fewer things need fileset directly
2014-02-04, by Augie Fackler
fix_bytesmod: fix defects in fix_bytesmod so it produces working code
2014-02-04, by Augie Fackler
discovery: improve "note: unsynced remote changes!" warning
2014-02-06, by Mads Kiilerich
convert: drop unused getheads from sinks
2014-02-07, by Mads Kiilerich
tests: on windows, run command explicitly in sh for working command substitution
2014-02-08, by Simon Heimberg
tests: test-module-imports.t works on windows (with backslash path sep)
2014-01-28, by Simon Heimberg
qimport: allow importing URLs
2014-02-07, by Matt Mackall
revset: fixed bug where revset returning order was being changed
2014-02-07, by Lucas Moscovicz
itersubrepos: move to scmutil to break a direct import cycle
2014-02-03, by Augie Fackler
import-checker: handle standard modules with arch in the filename
2014-02-07, by Mads Kiilerich
tests: use ls instead of find, all files are in the same directory
2014-02-03, by Simon Heimberg
commands: hg debuginstall checks missing templates (issue4151)
2014-01-27, by Simon Heimberg
contrib/Makefile.python: build local Python from source
2013-02-10, by Mads Kiilerich
tests: use small conditional section for tic requirement in test-status-color.t
2014-02-05, by Mads Kiilerich
import-checker: show stdlib and relative imports separately
2014-02-05, by Mads Kiilerich
tests: improved test coverage for HTTP authentication and 401 responses
2014-02-05, by Mads Kiilerich
tests: ignore http tests that are known wontfix failures on python 2.4
2014-02-05, by Mads Kiilerich
import-checker: fix names of dynamically loaded modules
2014-02-05, by Mads Kiilerich
tests: for consistent output flush between writing sterr and stdout
2014-01-28, by Simon Heimberg
discovery: cleanup of variable names and comments
2014-02-06, by Mads Kiilerich
localrepo: give a sigh of relief when getting lock after waiting for it
2014-02-06, by Mads Kiilerich
convert: add tagmap option
2014-01-22, by Sean Farley
convert: add tagmap logic
2014-01-22, by Sean Farley
convert: avoid updating tags when there is nothing new
2014-01-22, by Sean Farley
convert: compare tags from all heads instead of just one
2014-01-22, by Sean Farley
convert: add closemap option
2014-01-21, by Sean Farley
convert: add parseclosemap method
2014-01-21, by Sean Farley
convert: add mapname parameter to checkrevformat
2014-01-21, by Sean Farley
convert: replace old sha1s in the description
2013-04-18, by Sean Farley
template: fix shortest(node) function in pure mercurial
2014-02-05, by Durham Goode
template: add pad function for padding output
2014-01-17, by Durham Goode
template: add shortest(node) template function
2014-01-17, by Durham Goode
merge with stable
2014-02-05, by Matt Mackall
revset: added intersection to baseset class
2014-01-24, by Lucas Moscovicz
revset: added substraction to baseset class
2014-01-23, by Lucas Moscovicz
revset: implemented set caching for revset evaluation
2014-01-22, by Lucas Moscovicz
revset: added baseset class (still empty) to improve revset performance
2014-01-21, by Lucas Moscovicz
i18n: leave out entries which contain only rst syntax
2014-02-03, by Simon Heimberg
i18n: leave out entries which contain only a rst directive
2014-02-03, by Simon Heimberg
i18n: posplit removes the entry "::" from the pot file
2013-11-17, by Simon Heimberg
i18n-de: update po file for showing the effect of changed posplit
2014-01-29, by Simon Heimberg
i18n: posplit writes a warning for translators before rst directives
2014-02-03, by Simon Heimberg
Makefile: hg.pot depends on the scripts generating it
2013-11-17, by Simon Heimberg
hgweb: hack around mimetypes encoding thinko (issue4160)
stable
2014-02-05, by Matt Mackall
merge with stable
2014-02-03, by Matt Mackall
hg: note that islocal only accepts paths pointing to repos
stable
2014-02-03, by Siddharth Agarwal
hg.openpath: use url.islocal to tell if the path is local (issue3624)
stable
2014-02-03, by Siddharth Agarwal
util.url: add an 'islocal' method
stable
2014-02-03, by Siddharth Agarwal
push: move bookmarks exchange in the exchange module
2014-01-30, by Pierre-Yves David
push: move `newbranch` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `revs` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `force` argument into the push object
2014-01-30, by Pierre-Yves David
push: move `remote` argument in the push object
2014-01-30, by Pierre-Yves David
push: ease access to current ui object
2014-01-30, by Pierre-Yves David
push: introduce a pushoperation object
2014-01-30, by Pierre-Yves David
exchange: extract push function from localrepo
2014-01-30, by Pierre-Yves David
merge with stable
2014-02-03, by Matt Mackall
Added signature for changeset 3cec5134e9c4
stable
2014-02-01, by Matt Mackall
Added tag 2.9 for changeset 3cec5134e9c4
stable
2014-02-01, by Matt Mackall
merge with i18n
stable
2.9
2014-02-01, by Matt Mackall
i18n-pt_BR: synchronized with a29f3a15bd8b
stable
2014-01-31, by Wagner Bruna
i18n-ja: change translation to fix test-gendoc.t failure with old docutils
stable
2014-01-31, by FUJIWARA Katsunori
i18n-de: update many fuzzy entries and translate some simple ones
stable
2014-01-30, by Simon Heimberg
i18n-de: updated po file with 427d672c0e4e
stable
2014-01-22, by Simon Heimberg
i18n-de: remove locations
stable
2014-01-22, by Simon Heimberg
rebase: do not crash in panic when cwd disapear in the process (issue4121)
stable
2014-01-31, by Pierre-Yves David
record: use absolute path instead of os.chdir
stable
2014-01-31, by Pierre-Yves David
help: improve description of phases.checksubrepos setting
stable
2014-01-29, by Angel Ezquerra
clone: do not turn hidden changeset public on publishing clone (issue3935)
stable
2014-01-30, by Pierre-Yves David
convert: use branchmap to change default branch in destination (issue3469)
stable
2014-01-28, by lstewart
dispatch: take --hidden from individual commands into account
stable
2014-01-27, by Julien Cristau
doc: fix mistake about matching against directories in "pattern.txt"
stable
2014-01-30, by FUJIWARA Katsunori
dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True"
stable
2014-01-29, by FUJIWARA Katsunori
rebase: abort cleanly when we encounter a damaged rebasestate (issue4155)
stable
2014-01-30, by Matt Mackall
i18n-ja: change phrasing for "or"
stable
2014-01-30, by FUJIWARA Katsunori
i18n-ja: fix some quoting problems for space character usage
stable
2014-01-29, by FUJIWARA Katsunori
i18n-ja: synchronized with f493c2f67430
stable
2014-01-29, by FUJIWARA Katsunori
i18n: fix non-matching 1st line indentations
stable
2014-01-22, by Simon Heimberg
i18n: fix some non matching quotation marks in translations
stable
2014-01-22, by Simon Heimberg
i18n: do not translate rst syntax .. note::
stable
2014-01-22, by Simon Heimberg
i18n-pt_BR: synchronized with 268a5ab5c27b
stable
2014-01-27, by Leonardo Bueno Postacchini
subrepo: make it possible to update to hidden subrepo revisions
stable
2013-11-24, by Angel Ezquerra
subrepo: remove unnecessary else clause in hgsubrepo._get
stable
2013-11-24, by Angel Ezquerra
subrepo: do not try to get hidden revisions
stable
2013-11-24, by Angel Ezquerra
parsers: fix 'unsigned expression is always true' warning (issue4142)
stable
2014-01-23, by David Soria Parra
wix: pull in new templates
stable
2014-01-23, by Steve Borho
phase: properly compute ancestors of --rev on push (issue3786)
stable
2013-01-28, by Pierre-Yves David
hgext: fix one typo in rebase
stable
2014-01-23, by Simon Heimberg
templater: selecting a style with no templates does not crash (issue4140)
stable
2014-01-23, by Simon Heimberg
makefile: add $ to environment variables in help message
stable
2014-01-23, by Matt Mackall
Added signature for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
Added tag 2.9-rc for changeset 8862469e16f9
stable
2014-01-21, by Matt Mackall
merge with i18n
stable
2.9-rc
2014-01-21, by Matt Mackall
i18n: fix trailing '::' on translated messages
stable
2014-01-20, by Wagner Bruna
merge default into stable for 2.9 code freeze
stable
2014-01-21, by Matt Mackall
tests: stop tracking tests/gpg/random_seed
2014-01-20, by Mads Kiilerich
tests: 'hghave tic' also requires curses support in Python
2014-01-20, by Mads Kiilerich
test-import-merge: mangle file in binary mode
2014-01-20, by Matt Mackall
localrepo: drop dead comment
2014-01-19, by Matt Mackall
record: re-enable whitespace-ignoring options
2014-01-16, by Jordi GutiƩrrez Hermoso
record: use commands.diffwsopts instead of ad-hoc diffopts
2014-01-16, by Jordi GutiƩrrez Hermoso
phases: add a formal note that hash of secret changeset may leak out
2013-11-17, by Pierre-Yves David
largefiles: stylistic cleanup of filemerge
2013-11-16, by Mads Kiilerich
largefiles: show hashes before prompting for conflict resolution
2013-11-16, by Mads Kiilerich
largefiles: don't try to explain rename history before prompt for conflicts
2013-11-16, by Mads Kiilerich
largefiles: drop redundant special handling of merges of renames
2013-11-16, by Mads Kiilerich
diff: search beyond ancestor when detecting renames
2013-11-16, by Mads Kiilerich
cat: increase perf when catting single files
2014-01-14, by Durham Goode
changectx: increase perf of walk function
2014-01-14, by Durham Goode
url: added authuri when login information is requested (issue3209)
2014-01-15, by Lucas Moscovicz
doc: add description about pattern matching against directories
2014-01-17, by FUJIWARA Katsunori
revset: add explanation about the pattern without explicit kind
2014-01-17, by FUJIWARA Katsunori
revset: use "canonpath()" for "filelog()" pattern without explicit kind
2014-01-17, by FUJIWARA Katsunori
revset: avoid loop for "match.files()" having always one element for efficiency
2014-01-17, by FUJIWARA Katsunori
revset: make default kind of pattern for "contains()" rooted at cwd
2014-01-17, by FUJIWARA Katsunori
revset: narrow scope of the variable referred only in specific code path
2014-01-17, by FUJIWARA Katsunori
tests: fix test-run-tests.py on OS X
2014-01-17, by Simon Heimberg
tests: test-debugcommands.t also matches stack trace on python 2.4
2014-01-17, by Simon Heimberg
commands: use bookmarks.validdest instead of duplicating logic
2014-01-15, by Sean Farley
update: consider successor changesets when moving active bookmark
2014-01-15, by Sean Farley
merge: consider successor changesets for a bare update
2014-01-15, by Sean Farley
merge: refactor initialization of variables in update
2013-11-06, by Sean Farley
merge: update comment for future devs
2013-11-06, by Sean Farley
obsolete: clarify documentation for succcessorssets
2014-01-15, by Sean Farley
backout: add a message after backout that need manual commit
2014-01-08, by Pierre-Yves David
backout: avoid update on simple case.
2014-01-08, by Pierre-Yves David
run-tests: print more information on unnecessary glob matching
2014-01-16, by Simon Heimberg
run-tests: suggest to append glob when only path sep does not match
2014-01-16, by Simon Heimberg
run-tests: test each line matching function on its own
2014-01-16, by Simon Heimberg
tests: new test for line matching functions in run-tests
2014-01-16, by Simon Heimberg
test-backout: add multiple summary calls to monitor result wc
2014-01-08, by Pierre-Yves David
transplant: use "ui.extractchoices()" to show the list of available responses
2013-12-02, by FUJIWARA Katsunori
transplant: use "ui.promptchoice()" for interactive transplant
2013-12-02, by FUJIWARA Katsunori
transplant: add test for interactive transplant
2013-12-02, by FUJIWARA Katsunori
record: use "ui.extractchoices()" to get the list of available responses
2013-12-02, by FUJIWARA Katsunori
ui: add "extractchoices()" to share the logic to extract choices from prompt
2013-12-02, by FUJIWARA Katsunori
branchmap: use set for update code
2014-01-06, by Pierre-Yves David
branchmap: simplify update code
2014-01-06, by Pierre-Yves David
branchmap: stop useless rev -> node -> rev round trip
2014-01-03, by Pierre-Yves David
branchmap: stop membership test in update logic
2013-01-15, by Pierre-Yves David
branchmap: remove silly line break
2014-01-03, by Pierre-Yves David
run-tests: set the thread name to the test name for info on error
2014-01-16, by Simon Heimberg
run-tests: report tests as failed when run-test raises an error
2014-01-16, by Simon Heimberg
hgweb: infinite scroll support for coal style
2014-01-08, by Takumi IINO
test-hgweb-*: output change fixes from b1d65cb8
2014-01-16, by Augie Fackler
hgweb: infinite scroll support for monoblue style
2014-01-08, by Takumi IINO
hgweb: infinite scroll support for gitweb style
2014-01-08, by Takumi IINO
hgweb: avoid invalid infinity scroll request when overwritten web.style
2014-01-08, by Takumi IINO
hgweb: fix regexp for other styles like monoblue
2014-01-08, by Takumi IINO
tests: introduce test for rebasing on named branches with closed heads
2013-11-16, by Mads Kiilerich
rebase: remove old code for handling empty rebaseset
2013-11-16, by Mads Kiilerich
rebase: improve error message for --base being empty or causing emptiness
2013-11-17, by Mads Kiilerich
rebase: improve error message for empty --source set
2013-11-17, by Mads Kiilerich
rebase: improve error message for empty --rev set
2013-11-16, by Mads Kiilerich
rebase: test for empty dest revision
2013-11-17, by Mads Kiilerich
help: branch names primarily denote the tipmost unclosed branch head
2013-11-21, by Mads Kiilerich
util: introduce util.debugstacktrace for showing a stack trace without crashing
2014-01-12, by Mads Kiilerich
check-code: print debug output when an ignore pattern matches
2014-01-07, by Simon Heimberg
check-code: drop now unused check-code-ignore
2014-01-07, by Simon Heimberg
check-code: explain what to do when a check-code rule mismatches
2014-01-07, by Simon Heimberg
cleanup: Remove the only ever used skip-check-code pragma
2014-01-07, by Simon Heimberg
check-code: always report when a file is skipped by "no-check-code"
2014-01-07, by Simon Heimberg
check-code: do not skip entire file, skip only one match instead
2014-01-07, by Simon Heimberg
bisect: --command without --noupdate should flag the parent rev it tested
2013-11-16, by Mads Kiilerich
context: drop caching 'copies' method
2013-11-16, by Mads Kiilerich
commands.bookmarks: move hexfn to inside list block
2013-11-19, by Siddharth Agarwal
commands.bookmarks: move cur initialization to inside wlock
2013-11-19, by Siddharth Agarwal
commands.bookmarks: pass cur in explicitly to checkconflict
2013-11-21, by Siddharth Agarwal
commands.bookmarks: hold wlock for write operations
2013-11-19, by Siddharth Agarwal
commands.bookmarks: separate out 'no bookmarks set' status messages
2013-11-19, by Siddharth Agarwal
tests: test-convert-cvs-synthetic.t requires cvs 1.12
2013-11-16, by Mads Kiilerich
merge with stable
2014-01-13, by Matt Mackall
i18n-de: rename noun "entfernt" to "Gegenseite"
stable
2014-01-08, by David Soria Parra
doc: bump copyright year
2014-01-10, by Kevin Bullock
localrepo: drop unused variable
2014-01-10, by Matt Mackall
discovery: stop using nodemap for membership testing
2013-11-15, by Pierre-Yves David
discovery: enforce filtering into revlogbaseddag._internalizeall
2013-11-15, by Pierre-Yves David
discovery: make revlogdag work on filtered repo
2013-11-15, by Pierre-Yves David
pull: run findcommon incoming on unfiltered repo
2013-11-16, by Pierre-Yves David
push: more robust check for bundle fast path
2013-11-05, by Pierre-Yves David
pull: fix post-pull common computation
2013-11-16, by Pierre-Yves David
run-tests: better check for python version
2013-11-25, by Simon Heimberg
templatekw: allow tagtypes other than global in getlatesttags
2013-12-23, by Andrew Shadura
revlog: move file writing to a separate function
2013-11-26, by Durham Goode
discovery: prefer loop to double-for list comprehension in changegroupsubset
2013-11-24, by Kevin Bullock
merge with stable
2014-01-02, by Matt Mackall
merge with stable
2014-01-02, by Matt Mackall
Added signature for changeset ca387377df7a
stable
2014-01-01, by Matt Mackall
Added tag 2.8.2 for changeset ca387377df7a
stable
2014-01-01, by Matt Mackall
merge with i18n
stable
2.8.2
2014-01-01, by Matt Mackall
i18n-ja: synchronized with d4be314b2071
stable
2013-12-30, by FUJIWARA Katsunori
merge with stable
2014-01-01, by Augie Fackler
fileset, revset: do not use global parser object for thread safety
stable
2013-12-21, by Yuya Nishihara
obsolete: order of magnitude speedup in _computebumpedset
2013-12-23, by Pierre-Yves David
obsolete: add an allprecursors method mirroring allsuccessors one.
2013-12-23, by Pierre-Yves David
perf: fix perfvolatilesets
2013-12-23, by Pierre-Yves David
obsolete: improve allsuccessors doc string
2013-12-23, by Pierre-Yves David
obsolete: fix bad comment
2013-12-23, by Pierre-Yves David
util: remove unused realpath (issue4063)
2013-12-29, by Christian Ebert
import-checker: suppress check-code about any()
2014-01-01, by Augie Fackler
import-checker: use any() and a genexp to avoid awkward for/else construction
2013-12-24, by Augie Fackler
import-checker: backout 40f79b9a2cc8 (issue4129)
2013-12-22, by Chris Jerdonek
import-checker: make test-module-imports.t work using virtualenv (issue4129)
2013-12-22, by Chris Jerdonek
import-checker: refactor sys.path prefix check (issue4129)
2013-12-22, by Chris Jerdonek
filter: add a comment so that people do not forget to update subsettable
2013-12-24, by Pierre-Yves David
localrepo: remove unused repo.branchtags()/_branchtip() methods
2013-09-16, by Brodie Rao
hgweb: simplify branches with repo.branchmap().iterbranches()
2013-09-16, by Brodie Rao
hgweb: simplify summary with repo.branchmap().iterbranches()
2013-09-16, by Brodie Rao
branches: simplify with repo.branchmap().iterbranches()
2013-09-16, by Brodie Rao
debuglabelcomplete: simplify with repo.branchmap().iterbranches()
2013-09-16, by Brodie Rao
branchmap: introduce iterbranches() method
2013-09-16, by Brodie Rao
localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()
2013-09-16, by Brodie Rao
branchmap: introduce branchheads() method
2013-09-16, by Brodie Rao
localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()
2013-09-16, by Brodie Rao
branchmap: introduce branchtip() method
2013-09-16, by Brodie Rao
branchmap: cache open/closed branch head information
2013-09-16, by Brodie Rao
bookmarks: allow push -B to create a new remote head (issue2372)
2013-11-11, by Stephen Lee
template: modify showextras to return a hybrid
2013-11-21, by Matthew Turk
branches: avoid unnecessary changectx.branch() calls
2013-11-15, by Brodie Rao
branchmap: add documentation on the branchcache on-disk format
2013-11-15, by Brodie Rao
revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
2013-11-17, by Brodie Rao
revlog: read/cache chunks in fixed windows of 64 KB
2013-11-17, by Brodie Rao
perf: add perfmoonwalk command to walk the changelog backwards
2013-11-17, by Brodie Rao
largefiles: call super class method with proper kwargs to respect API
2013-12-03, by Long Vu
subrepo: check phase of state in each subrepositories before committing
2013-11-13, by FUJIWARA Katsunori
merge with crew
2013-12-16, by Matt Mackall
http: backout 181108726ea5, which breaks on Python 2.4
2013-12-14, by Augie Fackler
test-module-imports: try and detect virtualenv breakage (issue4129)
2013-12-14, by Augie Fackler
http: reuse authentication info after the first failed request (issue3567)
2013-11-25, by StƩphane Klein
record: --user/-u now works with record when ui.username not set (issue3857)
2013-12-12, by Prasoon Shukla
help: fix formatting of template example
2013-12-11, by Steve Hoelzer
merge with stable
2013-12-13, by Matt Mackall
hgweb: avoid initialization race (issue3953)
stable
2013-12-04, by Matt Mackall
mpatch: rewrite pointer overflow checks
stable
2013-12-11, by Matt Mackall
parsers: clarify documentation of test-parseindex2.py
2013-12-02, by Chris Jerdonek
merge with stable
2013-12-01, by Matt Mackall
tests: fix missing import in check-translations
stable
2013-12-01, by Matt Mackall
merge with stable
2013-12-01, by Matt Mackall
Added signature for changeset 209e04a06467
stable
2013-12-01, by Matt Mackall
Added tag 2.8.1 for changeset 209e04a06467
stable
2013-12-01, by Matt Mackall
merge with stable
2013-12-01, by Matt Mackall
parsers: backout version mismatch detection from 21dafd8546d1
2013-12-01, by Matt Mackall
tests: fix Mac doctest escape code garbage for check-translations
stable
2.8.1
2013-12-01, by Matt Mackall
i18n-pt_BR: synchronized with 734ff413eb7e
stable
2013-12-01, by Wagner Bruna
merge with stable
2013-12-01, by Matt Mackall
parsers: fail fast if Python has wrong minor version (issue4110)
2013-11-29, by Chris Jerdonek
hgk: fix tag list parser (issue4101)
stable
2013-12-01, by Andrew Shadura
merge with i18n
stable
2013-12-01, by Matt Mackall
i18n: add the tool to check Mercurial specific translation problems in *.po
stable
2013-11-27, by FUJIWARA Katsunori
help: fix backwards bisect help example
stable
2013-11-27, by Santiago Pay=C3=A0 i Miralta
unshelve: add tests for unknown files
stable
2013-11-26, by Durham Goode
unshelve: don't commit unknown files during unshelve (issue4113)
stable
2013-11-26, by Durham Goode
largefiles: don't crash on 'local renamed directory' actions
stable
2013-11-26, by Mads Kiilerich
glossary: don't mention obsolete graphlog extension
stable
2013-11-22, by Martin Geisler
bisect: don't mention obsolete graphlog extension in help
stable
2013-11-22, by Martin Geisler
contrib: don't mention obsolete graphlog extension in mercurial.ini
stable
2013-11-22, by Martin Geisler
contrib: stop mentioning obsolete graphlog extension in sample.hgrc
stable
2013-11-22, by Martin Geisler
contrib: promote strip extension over MQ in sample.hgrc
stable
2013-11-22, by Martin Geisler
help: use progress instead of mq as in 'hg help config' example
stable
2013-11-22, by Matt Mackall
i18n-pt_BR: fix wording in tag command help text
stable
2013-11-30, by Wagner Bruna
i18n-ja: synchronized with 5246fd4781d8
stable
2013-11-28, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 224e96078708
stable
2013-11-26, by Wagner Bruna
test-import-git.t: work around check-code hating on ^ and $( in tests
2013-11-27, by Augie Fackler
patch: add support for git delta hunks
2013-11-27, by Nicolas Vigier
pathcomplete: remove ambiguous entries for sole completion on a directory
2013-11-25, by Sean Farley
bash_completion: add global support for -b|--branch
2013-11-26, by Sean Farley
bash_completion: add global support for -B|--bookmark
2013-11-26, by Sean Farley
bash_completion: change --rev if-else block into a case
2013-11-26, by Sean Farley
bash_completion: simplify if-else logic
2013-11-26, by Sean Farley
bash_completion: add _hg_branches for list of branches
2013-11-25, by Sean Farley
bash_completion: add -B|--bookmark support for strip
2013-11-26, by Sean Farley
bash_completion: add completion for deleting a shelve
2013-11-22, by Sean Farley
bash_completion: use correct command for listing shelves
2013-11-21, by Sean Farley
bash_completion: remove restriction on bookmark completion
2013-11-20, by Sean Farley
bash_completion: fix issue with subdirectories not being completed
2013-11-20, by Sean Farley
bash_completion: determine root executable in case of alias
2013-11-20, by Sean Farley
bash_completion: expand aliased commands
2013-11-20, by Sean Farley
bash_completion: untabify
2013-11-19, by Sean Farley
dispatch: turn off custom debugger for HGPLAIN mode
2013-11-25, by Sean Farley
Makefile: temporary copy of hg.pot is hg.pot.tmp instead of hg.pot~
2013-11-17, by Simon Heimberg
Makefile: fix po file updating by using same file name everywhere
2013-11-17, by Simon Heimberg
mq: prefer a loop to a double-for list comprehension
2013-11-24, by Kevin Bullock
graphlog: mark as deprecated
2013-11-23, by Martin Geisler
tests: don't load unnecessary graphlog extension
2013-11-22, by Martin Geisler
hg: remove outdated comment
2013-11-22, by Martin Geisler
tests: use strip extension instead of mq where it makes sense
2013-11-22, by Martin Geisler
tests: fix `hghave root` on windows
2013-11-23, by Simon Heimberg
keyword: wlock while setting branch in kwdemo
2013-11-20, by Christian Ebert
tests: add missing glob
2013-11-17, by Simon Heimberg
Merge
2013-11-26, by Bryan O'Sullivan
mercurial/parsers.c: fix compiler warning
2013-11-19, by Abhay Kadam
parse_index2: fix crash on bad argument type (issue4110)
stable
2013-11-26, by Chris Jerdonek
merge with stable
2013-11-25, by Matt Mackall
bookmarks: consider successor changesets when moving bookmark (issue4015)
stable
2013-11-06, by Sean Farley
util: url keeps backslash in paths
stable
2013-11-20, by Simon Heimberg
tests: deal with new gits sending status messages to stderr
stable
2013-11-16, by Mads Kiilerich
subrepo: sanitize non-hg subrepos
stable
2013-11-25, by Matt Mackall
shelve: fix bad argument interaction with largefiles (issue4111)
stable
2013-11-25, by Matt Mackall
strip.stripcmd: remove redundant wlock acquire/release
2013-11-18, by Siddharth Agarwal
merge with stable
2013-11-25, by Matt Mackall
bookmarks: make setcurrent with None an error
2013-11-15, by Siddharth Agarwal
strip: use bookmarks.unsetcurrent instead of setcurrent with None
2013-11-15, by Siddharth Agarwal
bmstore.write: use unsetcurrent instead of setcurrent with None
2013-11-15, by Siddharth Agarwal
commands.bookmark: use unsetcurrent instead of setcurrent with None
2013-11-15, by Siddharth Agarwal
strip: hold wlock for entire duration
stable
2013-11-18, by Siddharth Agarwal
merge with stable
2013-11-22, by Matt Mackall
bisect: report "both good and bad" as such, not as "not directly related"
stable
2013-11-10, by Mads Kiilerich
phase: better error message when --force is needed
stable
2013-11-08, by Martin Geisler
hgweb: ignore non numeric "revcount" parameter values (issue4091)
stable
2013-11-08, by Isaac Jurado
lock: take both vfs and lock file path relative to vfs to access via vfs
2013-11-12, by FUJIWARA Katsunori
vfs: add "makelock()" and "readlock()"
2013-11-12, by FUJIWARA Katsunori
hg: rewrite "copystore()" with vfs
2013-11-12, by FUJIWARA Katsunori
localrepo: import "lock" module as "lockmod" for readability
2013-11-12, by FUJIWARA Katsunori
transaction: take journal file path relative to vfs to use file API via vfs
2013-11-12, by FUJIWARA Katsunori
vfs: add "chmod()"
2013-11-12, by FUJIWARA Katsunori
vfs: add "isfile()"
2013-11-12, by FUJIWARA Katsunori
transaction: unlink target file via vfs
2013-11-12, by FUJIWARA Katsunori
relink: abort earlier when on different devices (issue3916)
2013-11-09, by Simon Heimberg
localrepo: prevent to copy repo local config, copy baseui instead
2013-11-11, by Simon Heimberg
doc: show details of command options in pages generated by docutils
2013-11-08, by FUJIWARA Katsunori
Makefile: intermediate steps work with temporary copy of hg.pot
2013-11-05, by Simon Heimberg
merge with stable
2013-11-21, by Matt Mackall
help: drop help for branches template keyword
2013-11-21, by Matt Mackall
test-command-template.t: fix failure due to trailing whitespace
2013-11-21, by Siddharth Agarwal
templater: makes branches work correctly with stringify (issue4108)
stable
2013-11-21, by Matt Mackall
manifest: increase lrucache from 3 to 4
2013-11-11, by Durham Goode
strip: add faster revlog strip computation
2013-11-11, by Durham Goode
revlog: return lazy set from findcommonmissing
2013-11-11, by Durham Goode
merge with stable
2013-11-19, by Matt Mackall
histedit: hold wlock and lock while in progress
stable
2013-11-17, by Siddharth Agarwal
merge with i18n
stable
2013-11-18, by Matt Mackall
i18n-pt_BR: fix typos in notify docs
stable
2013-11-18, by Wagner Bruna
i18n-pt_BR: synchronized with 06e118c097ff
stable
2013-11-17, by Wagner Bruna
templater: only recursively evaluate string literals as templates (issue4103)
stable
2013-11-18, by Matt Mackall
templater: fix escaping in nested string literals (issue4102)
stable
2013-11-18, by Matt Mackall
merge with stable
2013-11-17, by Matt Mackall
shelve: unshelve using an unfiltered repository
stable
2013-11-07, by David Soria Parra
largefiles: update in two steps, handle interrupted updates better
stable
2013-11-07, by Mads Kiilerich
largefiles: inline _updatelfile, prepare for further refactorings
stable
2013-11-07, by Mads Kiilerich
largefiles: cache largefiles for update, also without printmessage
stable
2013-11-07, by Mads Kiilerich
largefiles: cleanup of printmessage handling - the printed flag was redundant
stable
2013-11-07, by Mads Kiilerich
test-module-imports: skip on Python < 2.6, since ast is new in 2.6
2013-11-17, by Augie Fackler
Merge with stable.
2013-11-17, by Augie Fackler
convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None
stable
2013-11-16, by Mads Kiilerich
share: fix unshare calling wrong repo.__init__() method
stable
2013-11-16, by Brodie Rao
statichttprepo.httprangeheader: implement readlines
2013-11-17, by Siddharth Agarwal
statichttprepo: pass in True to splitlines, not 1
2013-11-17, by Siddharth Agarwal
mq: don't add '* * *' separators when there is no commit message
2013-11-16, by Mads Kiilerich
bisect: avoid confusing use of variables with same names in nested local scopes
2013-11-16, by Mads Kiilerich
discovery: make note messages for new heads more readable
2013-11-16, by Mads Kiilerich
discovery: tweak error message for multiple branch heads
2013-11-16, by Mads Kiilerich
test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f
2013-11-16, by Mads Kiilerich
convert: readability and test of rpairs function
2013-11-17, by Mads Kiilerich
tests: make doctest test runner less verbose
2013-11-17, by Mads Kiilerich
tests: python hash seed is only relevant after failures - otherwise keep quiet
2013-11-17, by Mads Kiilerich
scmutil.filecache: support watching over multiple files
2013-11-16, by Siddharth Agarwal
scmutil: introduce a filecacheentry that can watch multiple paths
2013-11-16, by Siddharth Agarwal
scmutil: rename filecacheentry to filecachesubentry
2013-11-16, by Siddharth Agarwal
scmutil.filecacheentry: make stat argument to constructor mandatory
2013-11-16, by Siddharth Agarwal
test-filecache.py: add markers to the output for each event
2013-11-16, by Siddharth Agarwal
test-filecache.py: make setbeforeget test clearer
2013-11-16, by Siddharth Agarwal
test-module-imports.t: new test to use the import cycle detector
2013-11-17, by Augie Fackler
import-checker: try a little harder to show fewer cycles
2013-11-17, by Augie Fackler
import-checker: ignore nested imports
2013-11-17, by Augie Fackler
contrib: add an import checker
2013-11-17, by Augie Fackler
makememctx: move from patch to context to break import cycle
2013-11-06, by Augie Fackler
cleanup: move stdlib imports to their own import statement
2013-11-06, by Augie Fackler
pathutil: tease out a new library to break an import cycle from canonpath use
2013-11-06, by Augie Fackler
subsettable: move from repoview to branchmap, the only place it's used
2013-11-06, by Augie Fackler
obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
2013-11-16, by Augie Fackler
obsolete: do not accept duplicated marker during exchange
2013-11-16, by Pierre-Yves David
Merge with stable.
2013-11-17, by Augie Fackler
obsolete: stop doing membership test on list
stable
2013-11-16, by Pierre-Yves David
bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: rewrite "updatefromremote()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: add function to centralize the logic to compare bookmarks
2013-11-08, by FUJIWARA Katsunori
hgweb: use semantically suitable filelog.revs in filelog
2013-11-10, by Alexander Plavin
hgweb: always compute all entries and latestentry in filelog
2013-11-10, by Alexander Plavin
hgweb: remove unused argument of entries function in filelog
2013-11-10, by Alexander Plavin
transplant: use peer of source repository as "remote" for "repo.pull()"
2013-11-16, by FUJIWARA Katsunori
run-tests: remove files that we potentially create outside of $TMPDIR
2013-11-15, by Sean Farley
run-tests: remove code that creates a dummy 'diffstat'
2013-11-15, by Sean Farley
template: change extras to use showlist rather than manual templ call.
2013-11-15, by Matthew Turk
help: adding example 'extras' printing to 'hg help templates'
2013-11-15, by Matthew Turk
help: document about {extras} template keyword
2013-11-15, by Matthew Turk
check-code: document last ignore regexp
2013-11-09, by Simon Heimberg
check-code: drop unneeded ignore patterns
2013-11-09, by Simon Heimberg
merge with stable
2013-11-16, by Matt Mackall
merge with i18n
stable
2013-11-16, by Matt Mackall
contrib: add editmerge script for editor conflict prompts
2013-11-15, by Durham Goode
strip: fix last unprotected mq reference (issue4097)
stable
2013-11-14, by Matt Mackall
tests: skip tests that require not having root (issue4089)
2013-11-14, by Matt Mackall
make: restrict recursion in make clean
2013-11-14, by Matt Mackall
scmutil: skip checks in "casecollisionauditor" if filename is already checked
2013-11-12, by FUJIWARA Katsunori
check-code: prepend warning prefix only once, but for each warning
stable
2013-11-09, by Simon Heimberg
hgweb, i18n: do not translate search mode description
stable
2013-11-13, by Wagner Bruna
tests: end output lines including path with "(glob)" to pass on Windows
stable
2013-11-10, by FUJIWARA Katsunori
tests: quote environment variable to extract wildcard on MinGW environment
stable
2013-11-10, by FUJIWARA Katsunori
tests: choose the path separator in PYTHONPATH suitable for platform
stable
2013-11-10, by FUJIWARA Katsunori
util: warn when adding paths ending with \
stable
2013-11-08, by Mads Kiilerich
check-code: more replacement characters
stable
2013-11-05, by Simon Heimberg
check-code: check comment for '.. note::' without two newlines
stable
2013-11-05, by Simon Heimberg
documentation: add an extra newline after note directive
stable
2013-11-05, by Simon Heimberg
tests: modify minirst test input to new format
stable
2013-11-04, by Simon Heimberg
minirst: do not add a 2nd empty paragraph
stable
2013-11-04, by Simon Heimberg
minirst: find admonitions before pruning comments and adding margins
stable
2013-11-04, by Simon Heimberg
minirst: do not fail on an empty admonition block
stable
2013-11-04, by Simon Heimberg
minirst: do not interpret a directive as a literal block
stable
2013-11-04, by Simon Heimberg
Makefile: do update on a temporary copy of a po file
2013-11-05, by Simon Heimberg
i18n-pt_BR: synchronized with d24ee6d7d167
stable
2013-11-04, by Wagner Bruna
date: allow %z in format (issue4040)
2013-11-07, by Matt Mackall
merge with stable
2013-11-06, by Matt Mackall
merge: move forgets to the beginning of the action list
stable
2013-11-06, by Siddharth Agarwal
rebase: fix working copy location after a --collapse (issue4080)
stable
2013-11-01, by Durham Goode
Merge with stable.
2013-11-06, by Augie Fackler
rebase: fix rebase aborts when 'tip-1' is public (issue4082)
stable
2013-11-04, by Durham Goode
Merge with stable.
2013-11-05, by Augie Fackler
check-code: prepend warning prefix for repeated warnings only once
2013-11-02, by Simon Heimberg
check-code: fix an error message
2013-11-02, by Simon Heimberg
test: do not add .pyc and .orig in test-commit-amend.t (issue4085)
stable
2013-11-05, by Pierre-Yves David
Added signature for changeset d825e4025e39
stable
2013-11-01, by Matt Mackall
Added tag 2.8 for changeset d825e4025e39
stable
2013-11-01, by Matt Mackall
merge with i18n
stable
2.8
2013-11-01, by Matt Mackall
i18n-pt_BR: fix a few missing changes on 95304251c376
stable
2013-11-01, by Wagner Bruna
i18n-pt_BR: synchronized with 95304251c376
stable
2013-10-31, by Wagner Bruna
i18n-ja: synchronized with 1d7a36ff2615
stable
2013-10-31, by FUJIWARA Katsunori
patch: ensure valid git diffs if source/destination file is missing (issue4046)
stable
2013-10-13, by Johan Bjork
histedit: add description about exit code
stable
2013-10-27, by FUJIWARA Katsunori
rebase: add description about exit code when there are unresolved conflicts
stable
2013-10-27, by FUJIWARA Katsunori
shelve: remove unused variable assignment
stable
2013-11-02, by FUJIWARA Katsunori
rebase: fix selection of base used when rebasing merge (issue4041)
stable
2013-10-30, by Pierre-Yves David
doc: fix internal date sample (issue4072)
stable
2013-10-29, by Pavlos Touboulidis
largefiles: use 'remote'/'local' in merge prompts like in other merge prompts
stable
2013-10-28, by Mads Kiilerich
largefiles: systematic testing of merges to/from largefiles
stable
2013-10-28, by Mads Kiilerich
check-code: fix no-check-code skip message - obfuscation was too obscure
stable
2013-10-23, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-960
+960
+1000
+3000
+10000
+30000
tip