Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
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.
rebase: attempt to clarify --base
2014-10-08, by Matt Mackall
manifest: rearrange add() method and add comments for clarity
2014-10-08, by Augie Fackler
manifest: simplify manifest.add() by making args required
2014-10-08, by Augie Fackler
manifest: move manifest parsing to module-level
2014-09-25, by Augie Fackler
revlog: move references to revlog.hash to inside the revlog class
2014-09-24, by Augie Fackler
revlog: mark nullhash as module-private
2014-09-24, by Augie Fackler
ui: disable echo back of prompt input if ui is set to non-tty purposely
2014-10-08, by Yuya Nishihara
dirstate: cache util.normcase while constructing the foldmap
2014-10-03, by Siddharth Agarwal
normcase: for darwin, use fast ASCII lower
2014-10-03, by Siddharth Agarwal
perf: add a way to measure the perf of constructing the foldmap
2014-10-03, by Siddharth Agarwal
encoding.lower: use fast ASCII lower
2014-10-03, by Siddharth Agarwal
parsers: add a function to efficiently lowercase ASCII strings
2014-10-03, by Siddharth Agarwal
match: remove unnecessary setting of self._always
2014-09-30, by Martin von Zweigbergk
bookmarks: port to generic templater
2014-10-03, by Yuya Nishihara
bookmarks: split ui.write() so that it can be easily ported to formatter api
2014-10-03, by Yuya Nishihara
bookmarks: iterate bookmarks list even if it is known to be empty
2014-10-03, by Yuya Nishihara
repoview: remove hiddencache verification
2014-10-06, by David Soria Parra
color: reorganise and sectionify the help text
2014-10-06, by Jordi Gutiérrez Hermoso
color: update description of the extension
2014-10-06, by Jordi Gutiérrez Hermoso
help: show all nested subsections of a section with `hg help foo.section`
2014-10-06, by Jordi Gutiérrez Hermoso
help: fix output of sections in `hg help foo.somesection`
2014-10-06, by Jordi Gutiérrez Hermoso
log: show phase in hg log -v with the phase template
2014-10-04, by Jordi Gutiérrez Hermoso
log: add labels to the phase template
2014-10-04, by Jordi Gutiérrez Hermoso
log: rewrite default template to use labels (issue2866)
2014-10-03, by Jordi Gutiérrez Hermoso
log: do not hide the public phase in debug mode (BC)
2014-10-04, by Jordi Gutiérrez Hermoso
templater: set the correct phase for parents
2014-10-03, by Jordi Gutiérrez Hermoso
color: omit debug label output on empty strings
2014-10-03, by Jordi Gutiérrez Hermoso
tests: make hghave list features alphabetically
2014-10-04, by Yuya Nishihara
revset: remove the now unused _descgeneratorset class
2014-10-03, by Pierre-Yves David
revset: use _generatorset in _revancestors
2014-10-03, by Pierre-Yves David
revset: remove now unused class _ascgeneratorset
2014-10-03, by Pierre-Yves David
revset: use _generatorset directly in _revdescendant
2014-10-03, by Pierre-Yves David
generatorset: move membership testing on ordered gen to the main class
2014-10-03, by Pierre-Yves David
generatorset: make use of the new mechanism in the subclass
2014-10-03, by Pierre-Yves David
generatorset: make it possible to use gen as fastasc or fastdesc
2014-10-03, by Pierre-Yves David
baseset: rely on the abstractsmartset implementation for filter
2014-10-03, by Pierre-Yves David
_orderedsetmixin: drop this now unused class
2014-10-02, by Pierre-Yves David
spanset: drop _orderedsetmixin inheritance
2014-10-02, by Pierre-Yves David
orderedlazyset: drop this now unused class
2014-10-03, by Pierre-Yves David
_descendant: use filteredset instead of orderedlazyset
2014-10-02, by Pierre-Yves David
addset: use the base implementation for ascending and descending
2014-10-03, by Pierre-Yves David
addset: use base implementation for __filter__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
addset: promote to real smartset
2014-10-02, by Pierre-Yves David
addset: add a __nonzero__ method
2014-10-03, by Pierre-Yves David
addset: offer a fastasc and fastdesc methods
2014-10-02, by Pierre-Yves David
addset: split simple and ordered iteration
2014-10-02, by Pierre-Yves David
generatorset: promote to smartset
2014-10-03, by Pierre-Yves David
generatorset: implement __nonzero__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for filter
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for filter
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
abstractsmartset: add default implementation for __sub__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for __add__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for __and__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for filter
2014-10-01, by Pierre-Yves David
lazyset: rename the class to filteredset
2014-10-03, by Pierre-Yves David
lazyset: add order awareness to the class
2014-10-02, by Pierre-Yves David
lazyset: remove min/max
2014-10-02, by Pierre-Yves David
baseset: remove min/max methods
2014-10-02, by Pierre-Yves David
abstractsmartset: add a default implementation for min and max
2014-10-02, by Pierre-Yves David
lazyset: drop now useless ascending/descending definition
2014-10-02, by Pierre-Yves David
lazyset: inherit the fastasc and fastdesc method from subset
2014-09-30, by Pierre-Yves David
lazyset: split the iteration logic from the condition filtering logic
2014-10-02, by Pierre-Yves David
spanset: do a single range check in __contains__
2014-10-02, by Pierre-Yves David
spanset: enforce the order lazily to gain `fastasc` and `fastdesc` methods
2014-10-02, by Pierre-Yves David
abstractsmartset: document the `fastasc` and `fastdesc` attributes/methods
2014-09-30, by Pierre-Yves David
spanset: remove ascending/descending implementation
2014-10-02, by Pierre-Yves David
baseset: remove ascending/descending redefinition
2014-10-02, by Pierre-Yves David
abstractsmartset: default implementation for `ascending` and `descending`
2014-10-02, by Pierre-Yves David
revert: bring back usage of `subset & ps` in `parents`
2014-09-17, by Pierre-Yves David
color: update docstring for debug option
2014-08-24, by Jordi Gutiérrez Hermoso
color: document the possibility to colourise tabs in diffs
2014-08-20, by Jordi Gutiérrez Hermoso
contrib/synthrepo: walk a repo's directory structure during analysis
2014-09-12, by Mike Edgar
contrib/synthrepo: generate initial repo contents using directory shape model
2014-09-12, by Mike Edgar
filemerge: switch the default name for internal tools from internal:x to :x
2014-09-28, by Mads Kiilerich
filemerge: introduce :x as short version of internal:x merge tool name
2014-09-28, by Mads Kiilerich
branches: include active, closed and current flags in template output
2014-10-02, by Yuya Nishihara
branches: merge white space to format string
2014-10-02, by Yuya Nishihara
branches: port to generic templater
2014-10-02, by Yuya Nishihara
branches: format rev as integer that is necessary for generic templater
2014-10-02, by Yuya Nishihara
formatter: add general way to switch hex/short functions
2014-10-03, by Yuya Nishihara
locarepo: remove the `pull` method (API)
2014-10-03, by Pierre-Yves David
transplant: use exchange.pull
2014-10-03, by Pierre-Yves David
convert-hg: use localrepo.pull
2014-10-03, by Pierre-Yves David
fetch: use exchange.pull
2014-10-03, by Pierre-Yves David
localrepo: use exchange.pull when cloning
2014-10-03, by Pierre-Yves David
subrepo: use exchange.pull
2014-10-03, by Pierre-Yves David
commands: directly use exchange.pull
2014-10-03, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip