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.
evolve: extract logic to new method _evolvemerge
2016-01-26, by Shusen LIU
test: add extra expected output
2016-01-30, by Pierre-Yves David
inhibit: make bookmark -D work with a list of bookmarks
2016-01-22, by Jeroen Vaelen
touch: prompt the user for what to do with the revived changeset
2016-01-17, by Laurent Charignon
inhibit: fix compat with rebaseskipobsolete
2016-01-27, by Laurent Charignon
test: update with new graft output
2016-01-19, by Durham Goode
merge with stable
2016-01-17, by Pierre-Yves David
tests: fix change to help output
2016-01-17, by Pierre-Yves David
tests: change some double quotes to single quotes
stable
2016-01-14, by Martin von Zweigbergk
inhibit: fix compatibility with changes in rebase
2016-01-14, by Laurent Charignon
inhibit: fix _filterpublic
2016-01-10, by Laurent Charignon
debian: blacklist test-inhibit.t
2016-01-04, by Laurent Charignon
evolve: duplicate evolution summary entries (issue5014)
2016-01-04, by Laurent Charignon
merge with stable
2016-01-03, by Pierre-Yves David
merge with the rest of stable
stable
2016-01-03, by Pierre-Yves David
debian: update changelog to 5.2.1
stable
2015-12-30, by Faheem Mitha
evolve: handle merge commit with single obsolete parent (issue4389)
2015-11-26, by Andrew Halberstadt
merge with stable
2015-12-22, by Pierre-Yves David
evolve: rewrite help for prune command
stable
2015-11-07, by Greg Ward
evolve: improve help for split command
stable
2015-11-07, by Greg Ward
evolve: improve help for prev, next commands
stable
2015-11-07, by Greg Ward
evolve: improve the confusing docstring for _orderrevs()
stable
2015-11-07, by Greg Ward
evolve: improve help for some debug commands
stable
2015-11-07, by Greg Ward
evolve: scattered typo fixes in comments, docstrings
stable
2015-11-06, by Greg Ward
evolve: extract logic to new method _finalizerelocate
2015-12-14, by Shusen LIU
evolve: extract logic to new method _relocatecommit
2015-12-14, by Shusen LIU
evolve: apply API change to 'merge.update'
2015-12-17, by Pierre-Yves David
debian: don't refer to deleted tests/run-tests.py in debian/rules
2015-12-14, by Martin von Zweigbergk
prune: changing bookmark argument to be a list
2015-12-11, by Shubhanshu Agrawal
prune: remove a list of bookmarks
2015-12-11, by Shubhanshu Agrawal
test: adapt to fix to "known" wireprotocol command
2015-12-11, by Pierre-Yves David
evolve: renaming local variables
2015-12-10, by Shubhanshu Agrawal
inhibit: backout 23a34dce5131 remove unused bookmark operation wrapping
2015-12-10, by Laurent Charignon
readme: add something about bookmark within transaction
2015-12-11, by Pierre-Yves David
commitwrapper: use bookmarks.recordchange instead of bookmarks.write
2015-12-10, by Laurent Charignon
next: replace call to bookmarks.write by bookmarks.recordchange
2015-12-10, by Laurent Charignon
previous: replace call to bookmarks.write by bookmarks.recordchange
2015-12-10, by Laurent Charignon
prune: use bookmarks.recordchange instead of bookmarks.write
2015-12-10, by Laurent Charignon
transaction: fix release order in 'rewrite'
2015-12-11, by Pierre-Yves David
check-code: make drophack comply with check-code
2015-12-04, by Laurent Charignon
check-code: make directaccess.py comply with check-code
2015-12-04, by Laurent Charignon
check-code: make inhibit.py comply with check-code
2015-12-04, by Laurent Charignon
check-code: make obsolete.py comply with check-code
2015-12-04, by Laurent Charignon
check-code: make pushexperiment.py comply with check-code
2015-12-04, by Laurent Charignon
check-code: make simple4server.py comply with check-code
2015-12-04, by Laurent Charignon
check-code: make evolve.py comply with check-code
2015-12-04, by Laurent Charignon
evolve: fix test-inhibit to match latest hg
2015-12-04, by Laurent Charignon
evolve: fix test-stabilize-conflict.t to match new extra computation in core
2015-12-04, by Laurent Charignon
evolve: fix test-sharing.t to match new extra computation in core
2015-12-04, by Laurent Charignon
evolve: fix test-tutorial.t to match new extra computation in core
2015-12-04, by Laurent Charignon
inhibit: make rebase see obsolescence even for visible nodes
2015-11-30, by Laurent Charignon
inhibit: remove unused bookmark operation wrapping
2015-11-24, by Laurent Charignon
inhibit: update test with new behavior from core
2015-12-01, by Laurent Charignon
inhibit: remove unused import
2015-11-19, by Laurent Charignon
inhibit: improve handling of error cases for bookmark -D
2015-11-20, by Laurent Charignon
directaccess: fix case of shortened hash containing only digits
2015-11-18, by Laurent Charignon
evolve: evolve --divergent failed when merge had nothing to do (issue4950)
2015-11-17, by Laurent Charignon
inhibit: use dirty revset trick to speedup the inhibit search space.
2015-11-17, by Pierre-Yves David
inhibit: use 'repo.revs' instead of 'repo.set'
2015-11-17, by Pierre-Yves David
_inhibitmarkers: turn the result from generator into a list
2015-11-17, by Pierre-Yves David
split: drop the experimental flag
2015-11-06, by Pierre-Yves David
split: preserve original changesets description
2015-11-06, by Pierre-Yves David
merge with stable
2015-11-06, by Pierre-Yves David
readme: updateing changelog
stable
2015-11-06, by Pierre-Yves David
evolve: rewrite command help (evolve command only)
stable
2015-11-06, by Greg Ward
parents: avoid locking the repository during 'hg parents'
stable
2015-11-06, by Pierre-Yves David
README: update instructions for running tests.
stable
2015-11-06, by Greg Ward
tests: remove the custom run-tests.py
2015-11-02, by Pierre-Yves David
make: clean test related target
2015-11-02, by Pierre-Yves David
test: use 'dummyssh' from the run-tests directory
2015-11-02, by Pierre-Yves David
test: use 'killdaemons.py' from the run-tests directory
2015-11-02, by Pierre-Yves David
merge back with stable
2015-11-02, by Pierre-Yves David
Added tag 5.2.1 for changeset c15d6168412f
stable
2015-11-02, by Pierre-Yves David
prepare version 5.1.2
stable
5.2.1
2015-11-02, by Pierre-Yves David
merge with default
stable
2015-11-02, by Pierre-Yves David
split: mark the command as experimental
2015-11-02, by Pierre-Yves David
tests: run test with 3.6 and apply test change
2015-10-30, by Pierre-Yves David
prune: have dirstate collaborate with transaction
2015-10-30, by Pierre-Yves David
evolve: have dirstate collaborate with transaction
2015-10-30, by Pierre-Yves David
prune: reuse revset from repair instead of copy-pasting code
2015-10-09, by Ryan McElroy
merge with stable
2015-10-12, by Pierre-Yves David
evolve: compatibility with coming 3.6
stable
2015-10-12, by Pierre-Yves David
evolve: be more complete about copying extra from old revisions
2015-09-29, by Augie Fackler
evolve: ignore ui argument passed to help loader
2015-09-30, by Yuya Nishihara
directaccess: inspect trees of len() > 3
2015-09-29, by Durham Goode
debugobsconvert: make sure obsstore is loaded before version comparison
2015-09-21, by Yuya Nishihara
evolve: use repo._bookmarks.recordchange instead of repo._bookmarks.write
2015-09-16, by Laurent Charignon
evolve: indentation change for making next patch more legible
2015-09-16, by Laurent Charignon
merge with stable
2015-09-14, by Pierre-Yves David
next/prev: properly lock repo before touching bookmarks
stable
2015-09-14, by Pierre-Yves David
next/prev: properly lock repo before touching bookmarks
2015-09-14, by Pierre-Yves David
prune: ensure we prune bookmarks in a transaction
stable
2015-09-14, by Pierre-Yves David
next: add support for --dry-run
2015-09-10, by timeless
evolve: spelling uncommitted
2015-09-09, by timeless
evolve: annotate translatable strings with _()
2015-09-09, by timeless
evolve: do not capitalize description of next/previous
2015-09-09, by timeless
evolve: _() should not contain %
2015-09-09, by timeless
evolve: add progress for _obsrelsethashtree
2015-09-09, by timeless
evolve: add progress for the obsmarkers discovery parts
2015-09-09, by timeless
test-obsolete: clarify divergence detection output order
2015-09-09, by timeless
directaccesss: also look for symbol into list
2015-08-17, by Pierre-Yves David
merge with stable
2015-08-12, by Pierre-Yves David
inhibit: fix inhibit working with non-inhibit repos
stable
2015-08-12, by Durham Goode
directaccess: don't try to partialmatch things that aren't hashes
stable
2015-08-12, by Siddharth Agarwal
merge with stable
2015-08-10, by Pierre-Yves David
next: properly report no children when --evolve is used
stable
2015-08-10, by Pierre-Yves David
inhibit: do not search for visible obsolete changeset during stripping
stable
2015-08-10, by Pierre-Yves David
split: handle bookmarks instead of leaving them on precursor
2015-08-08, by Laurent Charignon
split: don't update before it is actually needed
2015-08-08, by Laurent Charignon
split: add more output to the test
2015-08-08, by Laurent Charignon
split: fix commit message numbering error in the test
2015-08-08, by Laurent Charignon
evolve: handle split commit for instability
2015-06-24, by Laurent Charignon
merge with stable
2015-08-07, by Pierre-Yves David
evolve: add test for instability
stable
2015-08-07, by Laurent Charignon
evolve: add a command to split commits
2015-06-18, by Laurent Charignon
merge with stable
2015-08-03, by Pierre-Yves David
test-inhibit: simplify push destinations for Windows
stable
2015-08-01, by Matt Harbison
test-sharing: fix globs for Windows
stable
2015-08-01, by Matt Harbison
inhibit: don't abort when directaccess is not enabled
2015-07-29, by Laurent Charignon
merge with stable
2015-07-10, by Pierre-Yves David
less
more
|
(0)
-1000
-120
+120
+1000
+3000
tip