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.
discovery: directly merge the 'obsdiscovery' exthelper in top level extensions
2017-03-07, by Pierre-Yves David
compat: drop advertising of unsupported experimental bundle2 part
2017-03-07, by Pierre-Yves David
exchange: dispatch all code in 'serveronly' to the appropriate submodule
2017-03-07, by Pierre-Yves David
capabilities: properly sort capabilities after updating them
2017-03-08, by Pierre-Yves David
pull: also issue warning for old mercurial version
2017-03-07, by Pierre-Yves David
exchange: split between modern and legacy code
2017-03-07, by Pierre-Yves David
push: add extra warning about pushing to old server
2017-03-07, by Pierre-Yves David
push: exit obsexchange early if disabled
2017-03-07, by Pierre-Yves David
compat: drop special code handling change in push/pull op API
2017-03-07, by Pierre-Yves David
discovery: split discovery related code in 'obsdiscovery'
2017-03-07, by Pierre-Yves David
exchange: rename the module
2017-03-07, by Pierre-Yves David
setup.py: include all evolve submodule
2017-03-08, by Pierre-Yves David
evolve: switch away from deprecated repo.opener
2017-03-07, by Martin von Zweigbergk
serveronly: use the same extensions metadata than evolve
2017-03-07, by Pierre-Yves David
evolve: move extension metadata in their own module
2017-03-07, by Pierre-Yves David
evolve: specify the 'minimalhgversion'
2017-03-07, by Pierre-Yves David
serveronly: give the sub extension a way to access to the 'evolve' module
2017-03-07, by Pierre-Yves David
test: update test to check for various way to import the serveronly things
2017-03-07, by Pierre-Yves David
tests: move "test setup" script into a 'testlib' directory
2017-03-07, by Pierre-Yves David
exchange: move code related to exchange into a 'evolve.exchange' submodule
2017-03-04, by Pierre-Yves David
exthelper: move command declaration into the exthelper
2017-03-04, by Pierre-Yves David
exthelper: add a 'merge' method
2017-03-04, by Pierre-Yves David
exthelper: extract into its own submodule
2017-03-04, by Pierre-Yves David
makefile: add an 'install-home' target
2017-03-03, by Pierre-Yves David
makefile: only check for HGROOT when running tests
2017-03-03, by Pierre-Yves David
tests: split pyflake and flake8 tests
2017-03-02, by Pierre-Yves David
flake8: run on all python file
2017-03-02, by Pierre-Yves David
flake8: fix error in 'setup.py'
2017-03-02, by Pierre-Yves David
flake8: fix error in 'test2rst.py'
2017-03-02, by Pierre-Yves David
flake8: remove "error" in documentation configuration
2017-03-02, by Pierre-Yves David
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip