2017-03-08 Pierre-Yves David setup.py: include all evolve submodule
2017-03-07 Martin von Zweigbergk evolve: switch away from deprecated repo.opener
2017-03-07 Pierre-Yves David serveronly: use the same extensions metadata than evolve
2017-03-07 Pierre-Yves David evolve: move extension metadata in their own module
2017-03-07 Pierre-Yves David evolve: specify the 'minimalhgversion'
2017-03-07 Pierre-Yves David serveronly: give the sub extension a way to access to the 'evolve' module
2017-03-07 Pierre-Yves David test: update test to check for various way to import the serveronly things
2017-03-07 Pierre-Yves David tests: move "test setup" script into a 'testlib' directory
2017-03-04 Pierre-Yves David exchange: move code related to exchange into a 'evolve.exchange' submodule
2017-03-04 Pierre-Yves David exthelper: move command declaration into the exthelper
2017-03-04 Pierre-Yves David exthelper: add a 'merge' method
2017-03-04 Pierre-Yves David exthelper: extract into its own submodule
2017-03-03 Pierre-Yves David makefile: add an 'install-home' target
2017-03-03 Pierre-Yves David makefile: only check for HGROOT when running tests
2017-03-02 Pierre-Yves David tests: split pyflake and flake8 tests
2017-03-02 Pierre-Yves David flake8: run on all python file
2017-03-02 Pierre-Yves David flake8: fix error in 'setup.py'
2017-03-02 Pierre-Yves David flake8: fix error in 'test2rst.py'
2017-03-02 Pierre-Yves David flake8: remove "error" in documentation configuration
2017-03-02 Pierre-Yves David flake8: enable on evolve too
2017-03-02 Pierre-Yves David flake8: update the code sources to fixes a horde of pyflake warnings
2017-03-02 Pierre-Yves David flake8: register 'xrange' as a builtins
2017-03-02 Pierre-Yves David flake8: ignore an addition rules related to import
2017-03-02 Pierre-Yves David flake8: document all the exception we added
2017-03-02 Pierre-Yves David README: mention the addition of the topic extensions
2017-03-02 Pierre-Yves David tests: run pyflake on all python files
2017-03-02 Pierre-Yves David serveronly: fix undefined variable
2017-03-02 Pierre-Yves David legacy: properly test for mercurial version in the legacy extensions
2017-03-02 Pierre-Yves David evolve: prevent global variable shadowing
2017-03-02 Pierre-Yves David evolve: drop some unused variables
2017-03-02 Pierre-Yves David evolve: drop some unused import
2017-03-02 Pierre-Yves David README: fix evolve installation path
2017-03-02 Pierre-Yves David topic: merge the topic extension in the evolve repository
2017-02-23 Pierre-Yves David test: adapt to new core output
2017-02-23 Pierre-Yves David test: adapt to change in mercurial output
2017-02-23 Pierre-Yves David compat: handle difference of signature for update destination hooks
2016-10-13 Pierre-Yves David setup.py: also install 'hgext3rd/__init__.py'
2016-10-07 Pierre-Yves David tutorial: add a very basic pointer in the readme
2016-09-30 Pierre-Yves David tutorial: add a second part about having multiple topic
2016-09-29 Pierre-Yves David tutorial: add a first version of the tutorial with the basics
2016-09-13 Pierre-Yves David doc: add more details about the head checking
2016-09-07 Pierre-Yves David documentation: some basic update of the documentation
2016-09-07 Anton Shestakov flake8: ignore N801
2016-09-07 Anton Shestakov flake8: don't ignore E713 now that it's fixed
2016-08-30 Sean Farley flake8: fix E713 style
2016-08-30 Sean Farley flake8: fix E301 style
2016-08-30 Sean Farley flake8: fix E111 style
2016-08-30 Sean Farley flake8: fix E222 style
2016-08-30 Sean Farley flake8: fix E127 style
2016-08-30 Sean Farley flake8: fix W391 style
2016-08-30 Sean Farley tests: add flake8 check
2016-05-16 Sean Farley flake8: add file for rules to ignore
2016-08-26 timeless init: guard _namemap with repo.topics (issue5351)
2016-08-26 timeless init: cache repo.topics
2016-08-26 Pierre-Yves David stack: add warning about multiple heads
2016-08-26 Pierre-Yves David stack: add some behind information
2016-08-26 Pierre-Yves David stack: add some basic branch information
2016-08-26 Pierre-Yves David stack: add some header with the topic name
2016-08-26 Pierre-Yves David test: add testing of stack output in 'stack-data' test.
2016-08-26 Pierre-Yves David test: rename 'list' test to 'stack-data'
2016-08-26 Pierre-Yves David stack: also dim bases
2016-08-26 Pierre-Yves David stack: reusing the index number in base when applicable
2016-08-26 Pierre-Yves David stack: extra argument validation logic outside of showstack
2016-08-23 Pierre-Yves David summary: properly label the topic name in summary
2016-08-23 Pierre-Yves David topic: list the branches this topic belong to when verbose
2016-08-16 Pierre-Yves David topic: properly justify the verbose data when listing topic
2016-08-16 Pierre-Yves David ngtip: rely on topicmap for 'ngtip'
2016-08-14 Pierre-Yves David topic: list the number of 'behind' changeset when --verbose is used
2016-08-14 Pierre-Yves David destination: honor the sourceset argument of _destmerge
2016-08-15 Pierre-Yves David destmerge: improve topic head computation and handling
2016-08-15 Pierre-Yves David evolve: extract the code copied from evolve in a submodule
2016-08-14 Pierre-Yves David destmerge: honor the 'onheadcheck' argument
2016-08-14 Pierre-Yves David destination: use the correct abort class for error
2016-08-14 Pierre-Yves David topic: list the number of head when --verbose is used
2016-08-12 Pierre-Yves David topic: list the number of troubled changesets when --verbose is used
2016-08-12 Pierre-Yves David topic: list the number of changesets when --verbose is used
2016-08-14 Pierre-Yves David topic: add color for the active topic
2016-08-12 Pierre-Yves David topic: add formatter support
2016-08-12 Pierre-Yves David topic: extract the code listing all topics
2016-08-12 Pierre-Yves David stack: introduce and explicite command to display the stack
2016-08-11 Pierre-Yves David testedwith: update to 3.9
2016-08-11 Pierre-Yves David topic: make sure we have the 'wlock' when setting topic
2016-07-13 Pierre-Yves David cleanup: removed unused mercurial.util import
2016-07-08 timeless compat: tolerate missing rebase extension
2016-07-08 timeless compat: mercurial dropped alias for hashlib.sha1
2016-05-11 Pierre-Yves David destination: add an XXX about handling destspace in destmerge
2016-04-26 Sean Farley update: calculate 'partial' as core does
2016-04-26 Sean Farley discovery: flake8
2016-04-26 Sean Farley destination: flake8
2016-03-22 Sean Farley style: update __init__.py
2016-05-11 Pierre-Yves David compat: adapt to the new destspace argument of destmerge
2016-04-04 Pierre-Yves David stack: prevent crash when topic is rooted on nullid
2016-04-04 Pierre-Yves David test: add topic on the first 2 changesets too
2016-04-04 Pierre-Yves David test: remove comment about new head warning
2016-04-04 Pierre-Yves David stack: also change the indexing of the t# reference
2016-04-01 Pierre-Yves David stack: change the ascii symbold for base
2016-04-01 Pierre-Yves David stack: reverse the display order
2016-04-01 Pierre-Yves David topic: extract display from entry computation
2016-04-01 Pierre-Yves David stack: start indexing at 't1' instead of 't0'
2016-03-31 Pierre-Yves David commit: wrap "commitstatus" to take topic into account
2016-03-31 Pierre-Yves David uisetup: add call to 'topicmap.modsetup'
2016-03-31 Pierre-Yves David uisetup: move all remaining wrapping into uisetup
2016-03-31 Pierre-Yves David topicmap: move 'cgapply' wrapping into the topicmap module
2016-03-31 Pierre-Yves David topicmap: move the 'usetopicmap' context manager into the topicmap module
2016-03-31 Pierre-Yves David patch: move setup of import/export logic into a function
2016-03-31 Pierre-Yves David patch: remove version compatibility check
2016-03-31 Pierre-Yves David patch: document the section about import/export
2016-03-31 Pierre-Yves David patch: move import/export wrapping close to the function definition
2016-03-31 Pierre-Yves David discovery: move all setup into a 'modsetup' function
2016-03-30 Pierre-Yves David revset: add a ui argument to 'modsetup'
2016-03-30 Pierre-Yves David revset: run 'modsetup' at uisetup time
2016-03-30 Pierre-Yves David destination: rename 'setupdest' to 'modsetup'
(0) -1000 -112 +112 +1000 +3000 tip