Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-240
+240
+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.
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
prune: improve error message if unstable changes are disallowed
2016-11-23, by Pulkit Goyal
wireproto: chunking and compression is forthwith to be handled by hgweb
2016-11-30, by Martijn Pieters
readme: fix the test run command
stable
2016-11-06, by Pierre-Yves David
Manifest.in: exclude unshipped extensions
2016-11-02, by Pierre-Yves David
Manifest.in: include Manifest.in
2016-11-02, by Pierre-Yves David
Manifest.in: exclude debian related file
2016-11-02, by Pierre-Yves David
Manifest.in: include all script in tests
2016-11-02, by Pierre-Yves David
Manifest.in: drop tests/test-qsync.t entry
2016-11-02, by Pierre-Yves David
Manifest.in: drop the 'tests/dummyssh' entry
2016-11-02, by Pierre-Yves David
Manifest.in: sort entry
2016-11-02, by Pierre-Yves David
makefile: fix documentation
2016-11-02, by Pierre-Yves David
tests: use curl instead of wget
2016-10-25, by Simon Farnsworth
merge with stable
2016-10-30, by Pierre-Yves David
Added tag 5.5.0 for changeset 727c7211c810
stable
2016-10-30, by Pierre-Yves David
prepare release 5.5.0
stable
5.5.0
2016-10-30, by Pierre-Yves David
readme: mention that the next release make use 4.0 compatible
stable
2016-10-30, by Pierre-Yves David
merge with latest fix
mercurial-3.4
2016-10-29, by Pierre-Yves David
merge with latest fix
mercurial-3.5
2016-10-29, by Pierre-Yves David
merge with latest fix
mercurial-3.6
2016-10-29, by Pierre-Yves David
merge with latest fix
mercurial-3.7
2016-10-29, by Pierre-Yves David
merge with latest fix
mercurial-3.8
2016-10-29, by Pierre-Yves David
merge with latest fix
mercurial-3.9
2016-10-29, by Pierre-Yves David
errors: add missing imports of mercurial.error
stable
2016-10-28, by Martin von Zweigbergk
evolve: use single quotes in usage messages
stable
2016-10-28, by Martin von Zweigbergk
evolve: prefer "abort" over "abandon" in messages for consistency
stable
2016-10-28, by Martin von Zweigbergk
setupevolveunfinished: use "hg update -C ." to abort
stable
2016-10-28, by Martin von Zweigbergk
evolve: suggest "hg update -C .", including '.', to abort evolve
stable
2016-10-28, by Martin von Zweigbergk
evolve: update the tested with statement
stable
2016-10-28, by Pierre-Yves David
merge with future 5.5
mercurial-3.4
2016-10-28, by Pierre-Yves David
merge future 5.5
mercurial-3.5
2016-10-28, by Pierre-Yves David
merge with future 5.5
mercurial-3.6
2016-10-28, by Pierre-Yves David
merge with future 5.5
mercurial-3.7
2016-10-28, by Pierre-Yves David
merge with future 5.5
mercurial-3.8
2016-10-28, by Pierre-Yves David
integrate code update and test change from future 5.5 code
mercurial-3.9
2016-10-28, by Pierre-Yves David
merge with default, Mercurial 4.0-rc is out
stable
2016-10-28, by Pierre-Yves David
open the mercurial-3.9 compat branch
mercurial-3.9
2016-10-28, by Pierre-Yves David
merge with stable
2016-10-16, by Pierre-Yves David
evolve: lock the working copy early in next and prev (issue5244)
stable
2016-10-16, by Simon Farnsworth
evolve: indent cmdnext and cmdprev ready for locking change (issue5244)
stable
2016-10-08, by Simon Farnsworth
tests: adapt to some change to topic output
stable
2016-10-16, by Pierre-Yves David
split: avoid trying to split an empty commit (issue5191)
stable
2016-10-08, by Philippe Pepiot
split: avoid trying to split an empty commit (issue5191)
2016-10-08, by Philippe Pepiot
evolve: fix test breaks related to double->single quote changes
2016-09-22, by Kostia Balytskyi
merge with stable
2016-09-13, by Pierre-Yves David
bump: copy parent manifest before editting it
stable
2016-09-12, by Durham Goode
backed out changeset 7a76f9a43e89
2016-09-13, by Pierre-Yves David
readme: add an entry about the {obsolete} template change
2016-09-10, by Pierre-Yves David
templates: change {obsolete} to emit only "obsolete" or ""
2016-09-09, by Martin von Zweigbergk
debug data for manifest change in core
2016-09-07, by Pierre-Yves David
evolve: drop point release of versions
2016-09-01, by Pulkit Goyal
evolve: removed redundant try/finally blocks
2016-09-01, by Pulkit Goyal
docs: spelling fixes
2016-08-27, by Anton Shestakov
simple4server: update buglink to point to bz.mercurial-scm.org
2016-08-27, by Anton Shestakov
evolve: update buglink to point to bz.mercurial-scm.org
2016-08-27, by Anton Shestakov
docs: use https for mercurial-scm.org
2016-08-27, by Anton Shestakov
docs: point wiki and bz links to mercurial-scm.org
2016-08-27, by Anton Shestakov
test: adapt to topic changes
2016-08-29, by Pierre-Yves David
continue: ensure we hold the wlock before writing file to disk
2016-08-11, by Pierre-Yves David
test: also use 'devel.legacy.exchange=bundle1' in test
2016-08-09, by Pierre-Yves David
dirstate: use arg count for version check
2016-08-08, by Ryan McElroy
merge back with stable
2016-08-01, by Pierre-Yves David
Added tag 5.4.1 for changeset 2ad40d972a74
stable
2016-08-01, by Pierre-Yves David
prepare release 5.4.1
stable
5.4.1
2016-08-01, by Pierre-Yves David
3.9 have been released
stable
2016-08-01, by Pierre-Yves David
open mercurial-3.7 compat branch
mercurial-3.8
2016-08-01, by Pierre-Yves David
directaccess: make sure gethashsymbols does not return rev numbers
2016-06-22, by Jun Wu
evolve: use hashlib to compute sha1 hashes
2016-06-15, by Jeroen Vaelen
merge with stable
2016-05-27, by Pierre-Yves David
inhibit: protect agains dropped 'bmstore.write'
stable
2016-05-27, by Pierre-Yves David
help: fix evolution help grammar
stable
2016-05-25, by timeless
help: fix evolution hg phases reference
stable
2016-05-25, by timeless
merge latest tag in 3.4 branch
mercurial-3.4
2016-05-06, by Pierre-Yves David
merge latest tag in 3.5 branch
mercurial-3.5
2016-05-06, by Pierre-Yves David
merge latest tag in 3.6-branch
mercurial-3.6
2016-05-06, by Pierre-Yves David
merge latest tag in 3.7-branch
mercurial-3.7
2016-05-06, by Pierre-Yves David
merge back with stable
2016-05-06, by Pierre-Yves David
Added tag 5.4.0 for changeset b21ce82e6f76
stable
2016-05-06, by Pierre-Yves David
evolve: prepare release of version 5.4.0
stable
5.4.0
2016-05-06, by Pierre-Yves David
evolve: update testedwith field
stable
2016-05-06, by Pierre-Yves David
merge with stable through 3.5 branch
mercurial-3.4
2016-05-06, by Pierre-Yves David
test: wider glob for payload size
mercurial-3.4
2016-05-06, by Pierre-Yves David
merge with stable throug 3.6 branch
mercurial-3.5
2016-05-06, by Pierre-Yves David
merge with stable through 3.7 branch
mercurial-3.6
2016-05-05, by Pierre-Yves David
mercurial-3.7: revert output change
mercurial-3.7
2016-05-05, by Pierre-Yves David
merge default into stable
stable
2016-05-05, by Pierre-Yves David
test: rename TOPICROOT to HGTEST_TOPICROOT
2016-05-05, by Pierre-Yves David
test: update topic test output for order change
2016-05-05, by Pierre-Yves David
test: update topic test output for indexing change
2016-05-05, by Pierre-Yves David
test: adapt topic test
2016-05-05, by Pierre-Yves David
test: improve skipped message for topic
2016-05-05, by Pierre-Yves David
prune: suggest --biject in error "hint"
2016-05-02, by Pierre-Yves David
metaedit: check for public changeset before instability
2016-05-02, by Pierre-Yves David
fold: move sanity check after locking
2016-05-02, by Pierre-Yves David
metaedit: add support for folding commits while editing their metadata
2016-04-25, by Siddharth Agarwal
commands: introduce a new command to edit commit metadata
2016-04-25, by Siddharth Agarwal
evolve: factor out check for creating unstable commits
2016-04-25, by Siddharth Agarwal
evolve: factor out sanity checks for folds
2016-04-25, by Siddharth Agarwal
evolve: include node, rev, desc, and phase in list
2016-04-21, by timeless
evolve: use hex in list output
2016-04-21, by timeless
py3: use items() instead of iteritems()
2016-04-20, by timeless
py3: change except from two comma to as notation
2016-04-20, by timeless
py3: tolerate io/StringIO divergence
2016-04-20, by timeless
split: rewrite the pre-split commit message
2016-04-24, by Jordi GutiƩrrez Hermoso
open mercurial-3.7 compat branch
mercurial-3.7
2016-04-20, by Pierre-Yves David
readme: add various missing parts
2016-04-20, by Pierre-Yves David
hgignore: add an ignore rule for test timing
stable
2016-04-20, by Pierre-Yves David
tests: change quoting pattern to match core's conventions
2016-04-19, by Laurent Charignon
Spelling: committed
2012-09-14, by timeless
Spelling (en-us): behavior
2012-09-14, by timeless
Spelling: forbidden
2012-09-14, by timeless
Brand: Mercurial
2012-09-12, by timeless
Grammar: paragraphs should end with periods
2012-09-12, by timeless
Grammar: the
2012-09-12, by timeless
Grammar: resulting issues
2012-09-12, by timeless
Grammar: introduced
2012-09-12, by timeless
Grammar: has
2012-09-12, by timeless
Spelling: versioning
2012-09-14, by timeless
Spelling: unnecessary
2012-09-12, by timeless
Spelling: through
2012-09-12, by timeless
Spelling: those
2012-09-14, by timeless
Spelling: succeeded
2012-09-12, by timeless
Spelling: remotely
2012-09-14, by timeless
Spelling: remains
2012-09-12, by timeless
Spelling: precursors
2012-09-14, by timeless
Spelling: practice
2012-09-14, by timeless
Spelling: directory
2012-09-13, by timeless
Spelling: happened
2012-09-13, by timeless
Spelling: formerly
2012-09-12, by timeless
Spelling: extinct
2012-09-12, by timeless
Spelling: directly
2012-09-13, by timeless
Spelling: deserialize
2012-09-12, by timeless
Spelling: accessing
2012-09-13, by timeless
Spelling (en-us): -ize
2012-09-12, by timeless
list: report the phase for divergent commits
2016-04-14, by timeless
readme: improve bug tracker link
2016-04-14, by timeless
readme: fix domain for bug tracker (bz.mercurial-scm.org)
2016-04-14, by timeless
ignore: remove stale items
2016-04-14, by timeless
project: change evolution domain to mercurial-scm
2016-04-14, by timeless
tests: adapt output to the new graphlog style
2016-04-14, by Pierre-Yves David
evolve: add --continue note to summary
2016-04-14, by timeless
less
more
|
(0)
-1000
-240
+240
+1000
+3000
tip