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