Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-112
+112
+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.
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
compat: drop superfluous summary output
2017-02-28, by Pierre-Yves David
compat: drop compatibility layer around memctx
2017-02-28, by Pierre-Yves David
compat: drop handling of ancestral 'helploader' caller
2017-02-28, by Pierre-Yves David
compat: drop hack around a 'graft' signature change
2017-02-28, by Pierre-Yves David
evolve: proactively detect bad version early
2017-02-28, by Pierre-Yves David
evolve: drop support for version older than 3.8
2016-11-01, by Pierre-Yves David
evolve: cleanup imports
2017-02-28, by Pierre-Yves David
merge with stable
2017-02-28, by Pierre-Yves David
merge with mercurial-3.5
mercurial-3.4
2017-02-28, by Pierre-Yves David
merge with mercurial-3.6
mercurial-3.5
2017-02-28, by Pierre-Yves David
merge with mercurial-3.7
mercurial-3.6
2017-02-28, by Pierre-Yves David
merge with mercurial-3.8
mercurial-3.7
2017-02-28, by Pierre-Yves David
merge with mercurial-3.9
mercurial-3.8
2017-02-28, by Pierre-Yves David
merge with mercurial-4.0
mercurial-3.9
2017-02-28, by Pierre-Yves David
merge future 5.6.1
mercurial-4.0
2017-02-28, by Pierre-Yves David
Added tag 5.6.1 for changeset 70694b2621ba
stable
2017-02-28, by Pierre-Yves David
update debian changelog
stable
2017-02-28, by Pierre-Yves David
evolve: extend API fix from 25254b2f8116 to another relevant case
stable
2017-02-02, by Pierre-Yves David
hgext3rd: drop the last remains of hgext3rd
2016-11-01, by Pierre-Yves David
hgext3rd: move 'obsolete' as 'evolve.legacy'
2016-11-01, by Pierre-Yves David
hgext3rd: move 'drophack' as 'evolve.hack.drophack'
2016-11-01, by Pierre-Yves David
hgext3rd: move 'simple4server' as 'evolve.serveronly'
2016-11-01, by Pierre-Yves David
hgext3rd: move 'directaccess' and 'inhibit' in 'evolve.hack'
2017-02-28, by Pierre-Yves David
evolve: move the extensions to 'hgext3rd'
2017-02-28, by Pierre-Yves David
extensions: drop the old 'pushexperiment' extension
2016-11-01, by Pierre-Yves David
merge with stable
2017-02-01, by Pierre-Yves David
Update tag 5.6.0 for changeset e7b6e9c4a5d4
stable
2017-02-01, by Pierre-Yves David
fix release date in the Readme,
stable
5.6.0
2017-02-01, by Pierre-Yves David
reopen the default branch
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.4
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.5
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.6
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.7
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.8
2017-02-01, by Pierre-Yves David
merge with 5.6.0
mercurial-3.9
2017-02-01, by Pierre-Yves David
merge with future 5.6.0
mercurial-4.0
2017-02-01, by Pierre-Yves David
Added tag 5.6.0 for changeset 99ede2d77545
stable
2017-02-01, by Pierre-Yves David
exchange: fix compatibility layer
stable
2017-02-01, by Pierre-Yves David
open the mercurial-3.9 compat branch
mercurial-4.0
2017-02-01, by Pierre-Yves David
prepare release 5.6.0
stable
2017-02-01, by Pierre-Yves David
debian: fix version format
stable
2017-02-01, by Pierre-Yves David
merge with default to prepare the next version
stable
2017-02-01, by Pierre-Yves David
merge with stable
2017-02-01, by Pierre-Yves David
uncommit: don't lose copy information of remaining files (issue5403)
stable
2017-01-31, by Martin von Zweigbergk
merge with stable
2017-01-25, by Pierre-Yves David
fold: cleanly abort on empty fold set (issue5453)
stable
2017-01-25, by Pierre-Yves David
README: update changelog
2017-01-23, by Pierre-Yves David
fold: require --from flag for folding revisions to working copy
2017-01-12, by Martin von Zweigbergk
fold: use 'fold', not 'touch', for transaction description
2016-12-13, by Martin von Zweigbergk
tests: fix tests to reflect hg core changes
2017-01-05, by Stanislau Hlebik
less
more
|
(0)
-1000
-112
+112
+1000
+3000
tip