Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+1000
+3000
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.
flake8: enable on evolve too
2017-03-02, by Pierre-Yves David
flake8: update the code sources to fixes a horde of pyflake warnings
2017-03-02, by Pierre-Yves David
flake8: register 'xrange' as a builtins
2017-03-02, by Pierre-Yves David
flake8: ignore an addition rules related to import
2017-03-02, by Pierre-Yves David
flake8: document all the exception we added
2017-03-02, by Pierre-Yves David
README: mention the addition of the topic extensions
2017-03-02, by Pierre-Yves David
tests: run pyflake on all python files
2017-03-02, by Pierre-Yves David
serveronly: fix undefined variable
2017-03-02, by Pierre-Yves David
legacy: properly test for mercurial version in the legacy extensions
2017-03-02, by Pierre-Yves David
evolve: prevent global variable shadowing
2017-03-02, by Pierre-Yves David
evolve: drop some unused variables
2017-03-02, by Pierre-Yves David
evolve: drop some unused import
2017-03-02, by Pierre-Yves David
README: fix evolve installation path
2017-03-02, by Pierre-Yves David
topic: merge the topic extension in the evolve repository
2017-03-02, by Pierre-Yves David
test: adapt to new core output
2017-02-23, by Pierre-Yves David
test: adapt to change in mercurial output
2017-02-23, by Pierre-Yves David
compat: handle difference of signature for update destination hooks
2017-02-23, by Pierre-Yves David
setup.py: also install 'hgext3rd/__init__.py'
2016-10-14, by Pierre-Yves David
tutorial: add a very basic pointer in the readme
2016-10-07, by Pierre-Yves David
tutorial: add a second part about having multiple topic
2016-09-30, by Pierre-Yves David
tutorial: add a first version of the tutorial with the basics
2016-09-29, by Pierre-Yves David
doc: add more details about the head checking
2016-09-13, by Pierre-Yves David
documentation: some basic update of the documentation
2016-09-07, by Pierre-Yves David
flake8: ignore N801
2016-09-07, by Anton Shestakov
flake8: don't ignore E713 now that it's fixed
2016-09-07, by Anton Shestakov
flake8: fix E713 style
2016-08-30, by Sean Farley
flake8: fix E301 style
2016-08-30, by Sean Farley
flake8: fix E111 style
2016-08-30, by Sean Farley
flake8: fix E222 style
2016-08-30, by Sean Farley
flake8: fix E127 style
2016-08-30, by Sean Farley
flake8: fix W391 style
2016-08-30, by Sean Farley
tests: add flake8 check
2016-08-30, by Sean Farley
flake8: add file for rules to ignore
2016-05-15, by Sean Farley
init: guard _namemap with repo.topics (issue5351)
2016-08-26, by timeless
init: cache repo.topics
2016-08-26, by timeless
stack: add warning about multiple heads
2016-08-26, by Pierre-Yves David
stack: add some behind information
2016-08-26, by Pierre-Yves David
stack: add some basic branch information
2016-08-26, by Pierre-Yves David
stack: add some header with the topic name
2016-08-26, by Pierre-Yves David
test: add testing of stack output in 'stack-data' test.
2016-08-26, by Pierre-Yves David
test: rename 'list' test to 'stack-data'
2016-08-26, by Pierre-Yves David
stack: also dim bases
2016-08-26, by Pierre-Yves David
stack: reusing the index number in base when applicable
2016-08-26, by Pierre-Yves David
stack: extra argument validation logic outside of showstack
2016-08-26, by Pierre-Yves David
summary: properly label the topic name in summary
2016-08-23, by Pierre-Yves David
topic: list the branches this topic belong to when verbose
2016-08-23, by Pierre-Yves David
topic: properly justify the verbose data when listing topic
2016-08-16, by Pierre-Yves David
ngtip: rely on topicmap for 'ngtip'
2016-08-16, by Pierre-Yves David
topic: list the number of 'behind' changeset when --verbose is used
2016-08-14, by Pierre-Yves David
destination: honor the sourceset argument of _destmerge
2016-08-15, by Pierre-Yves David
destmerge: improve topic head computation and handling
2016-08-15, by Pierre-Yves David
evolve: extract the code copied from evolve in a submodule
2016-08-15, by Pierre-Yves David
destmerge: honor the 'onheadcheck' argument
2016-08-15, by Pierre-Yves David
destination: use the correct abort class for error
2016-08-14, by Pierre-Yves David
topic: list the number of head when --verbose is used
2016-08-14, by Pierre-Yves David
topic: list the number of troubled changesets when --verbose is used
2016-08-13, by Pierre-Yves David
topic: list the number of changesets when --verbose is used
2016-08-12, by Pierre-Yves David
topic: add color for the active topic
2016-08-14, by Pierre-Yves David
topic: add formatter support
2016-08-13, by Pierre-Yves David
topic: extract the code listing all topics
2016-08-13, by Pierre-Yves David
stack: introduce and explicite command to display the stack
2016-08-12, by Pierre-Yves David
testedwith: update to 3.9
2016-08-11, by Pierre-Yves David
topic: make sure we have the 'wlock' when setting topic
2016-08-11, by Pierre-Yves David
cleanup: removed unused mercurial.util import
2016-07-13, by Pierre-Yves David
compat: tolerate missing rebase extension
2016-07-08, by timeless
compat: mercurial dropped alias for hashlib.sha1
2016-07-08, by timeless
destination: add an XXX about handling destspace in destmerge
2016-05-11, by Pierre-Yves David
update: calculate 'partial' as core does
2016-04-25, by Sean Farley
discovery: flake8
2016-04-25, by Sean Farley
destination: flake8
2016-04-25, by Sean Farley
style: update __init__.py
2016-03-22, by Sean Farley
compat: adapt to the new destspace argument of destmerge
2016-05-11, by Pierre-Yves David
stack: prevent crash when topic is rooted on nullid
2016-04-04, by Pierre-Yves David
test: add topic on the first 2 changesets too
2016-04-04, by Pierre-Yves David
test: remove comment about new head warning
2016-04-04, by Pierre-Yves David
stack: also change the indexing of the t# reference
2016-04-03, by Pierre-Yves David
stack: change the ascii symbold for base
2016-04-01, by Pierre-Yves David
stack: reverse the display order
2016-04-01, by Pierre-Yves David
topic: extract display from entry computation
2016-04-01, by Pierre-Yves David
stack: start indexing at 't1' instead of 't0'
2016-04-01, by Pierre-Yves David
commit: wrap "commitstatus" to take topic into account
2016-03-30, by Pierre-Yves David
uisetup: add call to 'topicmap.modsetup'
2016-03-30, by Pierre-Yves David
uisetup: move all remaining wrapping into uisetup
2016-03-30, by Pierre-Yves David
topicmap: move 'cgapply' wrapping into the topicmap module
2016-03-30, by Pierre-Yves David
topicmap: move the 'usetopicmap' context manager into the topicmap module
2016-03-30, by Pierre-Yves David
patch: move setup of import/export logic into a function
2016-03-30, by Pierre-Yves David
patch: remove version compatibility check
2016-03-30, by Pierre-Yves David
patch: document the section about import/export
2016-03-30, by Pierre-Yves David
patch: move import/export wrapping close to the function definition
2016-03-30, by Pierre-Yves David
discovery: move all setup into a 'modsetup' function
2016-03-30, by Pierre-Yves David
revset: add a ui argument to 'modsetup'
2016-03-30, by Pierre-Yves David
revset: run 'modsetup' at uisetup time
2016-03-30, by Pierre-Yves David
destination: rename 'setupdest' to 'modsetup'
2016-03-30, by Pierre-Yves David
destination: document 'setupdest'
2016-03-30, by Pierre-Yves David
destination: add a ui argument to 'setupdest'
2016-03-30, by Pierre-Yves David
destination: make sure 'setupdest' is the latest function in the module
2016-03-30, by Pierre-Yves David
topicmap: move to new style import
2016-03-30, by Pierre-Yves David
stack: move to new style import
2016-03-30, by Pierre-Yves David
revset: move to new style import
2016-03-30, by Pierre-Yves David
discovery: move to new style import
2016-03-30, by Pierre-Yves David
destination: move to new style import
2016-03-30, by Pierre-Yves David
init: move to new style import
2016-03-30, by Pierre-Yves David
test: disable the new style rendering for "missing parent"
2016-03-30, by Pierre-Yves David
tests: add pyflakes test
2016-03-21, by Sean Farley
setup: make sure we use the imported module
2016-03-28, by Pierre-Yves David
topicmap: whitespace
2016-03-21, by Sean Farley
topiccache: directly instantiate a topiccache object when reading
2016-03-28, by Pierre-Yves David
readme: fix instruction to enable topic
2016-03-22, by Pierre-Yves David
stack: whitespace
2016-03-21, by Sean Farley
stack: remove unused import
2016-03-21, by Sean Farley
revset: add missing imports
2016-03-21, by Sean Farley
revset: whitespace
2016-03-21, by Sean Farley
discovery: whitespace
2016-03-21, by Sean Farley
discovery: removed unused oldgetitem
2016-03-21, by Sean Farley
setup: break long line
2016-03-21, by Sean Farley
init: indent correctly
2016-03-19, by Sean Farley
init: whitespace fixups
2016-03-19, by Sean Farley
init: remove unused module
2016-03-19, by Sean Farley
spelling: histedit
2016-03-18, by timeless
spelling: changeset
2016-03-18, by timeless
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip