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.
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
readme: remove the part about 3.7 and hgext3rd
2016-03-18, by Pierre-Yves David
merge with other duplicate head
2016-03-22, by Pierre-Yves David
histedit: restrict default edited set to current topic when possible
2016-03-17, by Pierre-Yves David
stack: add a 'stack()' revset
2016-03-17, by Pierre-Yves David
stack: display the base of the stack
2016-03-14, by Pierre-Yves David
stack: add some default color configuration
2016-03-14, by Pierre-Yves David
stack: add basic formatter and label support
2016-03-14, by Pierre-Yves David
stack: show the currently active changeset and unstable ones
2016-03-14, by Pierre-Yves David
stack: add "t" prefix to index in the output
2016-03-14, by Pierre-Yves David
stack: allow to refer to changeset using "t2" form
2016-03-14, by Pierre-Yves David
topic: don't take topic into account when pushing to non-topic repo
2016-03-15, by Pierre-Yves David
destination: fix 'hg pull --rebase'
2016-03-16, by Pierre-Yves David
packaging: fix setup.py and install as hgext3rd.topic
2016-03-17, by Pierre-Yves David
destination: fix 'hg pull --rebase'
2016-03-16, by Pierre-Yves David
discovery: remove a spurious print
2016-03-15, by Pierre-Yves David
task: add index number to the output
2016-03-14, by Pierre-Yves David
stack: fix printing order in case of unstability
2016-03-14, by Pierre-Yves David
stack: exclude obsolete changeset from the set
2016-03-14, by Pierre-Yves David
stack: add a very first version of stack display with 'hg topic --list'
2016-03-14, by Pierre-Yves David
topic: get 'Abort' from error, not 'util'
2016-03-14, by Pierre-Yves David
Makefile: meant tests-@ not tests-tip
2016-03-14, by Augie Fackler
update: change default update destination to take topic in account
2016-03-13, by Pierre-Yves David
rebase: test default rebase destination behavior
2016-03-13, by Pierre-Yves David
topicmap: write and read format from disc
2016-03-13, by Pierre-Yves David
topicmap: ensure that 'served' view is updated with topicmap
2016-03-14, by Pierre-Yves David
topicmap: move the monkey patching into a context manager
2016-03-14, by Pierre-Yves David
push: hackish handeling of new branch head from phase move
2016-03-12, by Pierre-Yves David
push: allow pushing new topic to non-publishing server by default
2016-03-12, by Pierre-Yves David
topic: take topic in account for all branch head computation
2016-03-12, by Pierre-Yves David
testedwith: declare compatibility with Mercurial 3.7
2016-03-14, by Augie Fackler
Makefile: update all-version-tests to explicitly test 3.7
2016-03-14, by Augie Fackler
hgignore: also ignore testtimes
2016-03-14, by Augie Fackler
killdaemons: discard now that it's unused
2016-03-14, by Augie Fackler
test: drop custom run-tests.py
2016-03-14, by Pierre-Yves David
Makefile: rework running of tests
2016-03-14, by Augie Fackler
compat: adapt to change in mercurial core
2016-03-12, by Pierre-Yves David
topic: handle merge.update function signature change
2015-12-31, by Augie Fackler
Merge.
2015-12-11, by Augie Fackler
test-topic-dest: test fixes I should have put in the previous change
2015-12-11, by Augie Fackler
topic: fix changing topics of commits that have an amend_source
2015-12-11, by Augie Fackler
topic: remove useless call to c.parents()
2015-12-11, by Augie Fackler
topic: fix up change logic a little and add debug logging
2015-12-11, by Augie Fackler
merge: use topic to pick default destination
2015-10-21, by Pierre-Yves David
topic: introduce a 'ngtip' concept
2015-10-21, by Pierre-Yves David
template: test that topic is accessible through template
2015-10-08, by Pierre-Yves David
test: adapt to newer mercurial
2015-10-23, by Pierre-Yves David
patch: import topic from patch header
2015-10-08, by Pierre-Yves David
patch: add topic to exported patch
2015-10-08, by Pierre-Yves David
topic: work around stringmatcher moving during development of hg 3.6
2015-10-14, by Augie Fackler
topic: allow use of topic(.) to match the p1 topic
2015-09-30, by Augie Fackler
topic: fix missing error import
2015-09-30, by Augie Fackler
amend: allow clearing topics on amend
2015-06-19, by Matt Mackall
changectx: add topic method
2015-06-19, by Matt Mackall
topics: consistently use empty string instead of None
2015-06-19, by Matt Mackall
topics: drop debugging print in rebase
2015-06-19, by Matt Mackall
topics: allow commits that only change topic (issue4725)
2015-06-15, by Matt Mackall
topics: add listnames hook so completion works
2015-06-15, by Matt Mackall
rewrite: use a lock and transaction as spotted by devel warnings
2015-06-18, by Augie Fackler
topics: only apply topic to commits of the working copy
2015-06-12, by Matt Mackall
rebase: teach rebase how to copy topics
2015-06-12, by Matt Mackall
topic: wrap the underlying update function rather than the command
2015-06-12, by Matt Mackall
commit: add a topic field to the in-editor commit text
2015-06-10, by Matt Mackall
topic: only require obsolete support for --change
2015-06-10, by Matt Mackall
commit: add a --topic flag
2015-06-10, by Matt Mackall
topic: note when switching topics
2015-06-10, by Matt Mackall
summary: add topic summary hook
2015-06-10, by Matt Mackall
topics: add command summary
2015-06-10, by Matt Mackall
docs: fix format of extension docstring
2015-06-10, by Matt Mackall
constants: extract key for extra into a constant
2015-06-10, by Augie Fackler
topic: add ability to change topic of non-public changes
2015-06-10, by Augie Fackler
revset: add a topic() revset for querying topics
2015-06-10, by Augie Fackler
topic: disallow use of topics without obsolete enabled
2015-06-10, by Augie Fackler
topic: use repo.set() where we need a changectx anyway
2015-06-10, by Augie Fackler
testlib: enable rebase and obsolete for easier testing
2015-06-10, by Augie Fackler
Initial dumb version of topics.
2015-05-20, by Augie Fackler
serveronly: deduplicate code with the main evolve extension
2017-02-28, by Pierre-Yves David
serveronly: clean up imports
2017-02-28, by Pierre-Yves David
compat: just use '_callcompressable'
2017-02-28, by Pierre-Yves David
compat: drop bookmark compatibility layer
2017-02-28, by Pierre-Yves David
compat: drop compat for older wireproto implementation
2017-02-28, by Pierre-Yves David
compat: always use the strip revset from core
2017-02-28, by Pierre-Yves David
compat: drop support for ancestral pushop object
2017-02-28, by Pierre-Yves David
compat: drop compatibility layer around update
2017-02-28, by Pierre-Yves David
compat: drop compatibility layer for 'tryimportone'
2017-02-28, by Pierre-Yves David
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip