Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
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.
branching: merge with stable
2018-07-31, by Pierre-Yves David
builddependencies: don't remove found deps when divergence found (issue5946)
stable
2018-07-25, by Martin von Zweigbergk
builddependencies: don't add dependency on revision outside input set
stable
2018-07-25, by Martin von Zweigbergk
builddependencies: consider all divergent successors
stable
2018-07-25, by Martin von Zweigbergk
tests: add test for issue5946
stable
2018-07-25, by Martin von Zweigbergk
obslog: check filtered output with folded changesets
2018-05-25, by Boris Feld
obslog: check filtered output with splitted changesets
2018-05-25, by Boris Feld
obslog: check filtered output with pruned changesets
2018-05-25, by Boris Feld
obslog: check filtered output with amended changesets
2018-05-22, by Boris Feld
tests: add a content-divergent obshistory test
2018-05-25, by Boris Feld
tests: extract the obshistory amend then fold test case into a separate file
2018-05-22, by Boris Feld
tests: extract the content-divergence test case into a separate file
2018-05-22, by Boris Feld
tests: extract the obshistory fold test case into a separate file
2018-05-22, by Boris Feld
tests: extract the obshistory lots of split test case into a separate file
2018-05-22, by Boris Feld
tests: extract the obshistory split test case into a separate file
2018-05-22, by Boris Feld
tests: extract the obshistory prune test case into a separate file
2018-05-22, by Boris Feld
tests: extract the obshistory amend test case into a separate file
2018-05-22, by Boris Feld
tests: extract obshistory setup in a separate file
2018-05-22, by Boris Feld
obslog: add a new flag to filter out non-local nodes
2018-05-22, by Boris Feld
compat: drop compatibility hack for mercurial <4.3
2018-07-26, by Pierre-Yves David
compat: temporarily move copies fix to compat.py
2018-07-21, by Pulkit Goyal
evolve: continue conflicted relocation content-divergence
2018-06-07, by Pulkit Goyal
topic: use self instead of repo in topicrepo methods
stable
2018-07-18, by Anton Shestakov
evolvecmd: introduce fn to be wrapped by extensions resolving content-div
2018-07-08, by Pulkit Goyal
evolvecmd: move remaining logic to merge commit desc to existing utility fn
2018-07-08, by Pulkit Goyal
amend: allow aborting an `amend --patch` by saving an empty file (issue5925)
2018-07-08, by Pulkit Goyal
tests: add a test to demonstrate issue5925
2018-07-08, by Pulkit Goyal
test: fix possible output change from 4.7
2018-07-09, by Pierre-Yves David
state: add the get() method that evolvecmd:1836 expects
2018-07-06, by Martin von Zweigbergk
rewing: prevent rewind in case of uncommitted changes
2018-06-17, by Pierre-Yves David
rewind: default to rewinding the current stack
2018-06-17, by Pierre-Yves David
rewing: add the ability to rewind "from" revisions
2018-06-17, by Pierre-Yves David
evolve: exclude "identical" precursors from the precursors set
2018-06-17, by Pierre-Yves David
rewind: move revision selection into its own function
2018-06-17, by Pierre-Yves David
rewind: automatically rewind entire stack
2018-06-17, by Pierre-Yves David
rewind: add a test about rewinding top of stack
2018-06-17, by Pierre-Yves David
rewind: use rewinded parent when creating multiple changesets
2018-06-17, by Pierre-Yves David
rewind: add a test for rewinding a fold
2018-06-17, by Pierre-Yves David
rewind: add a test for rewinding a split
2018-06-17, by Pierre-Yves David
rewind: update the working copy if it gets obsoleted
2018-06-17, by Pierre-Yves David
rewind: add a message about obsolete changeset
2018-06-17, by Pierre-Yves David
rewind: obsolete latest successors unless instructed otherwise
2018-06-17, by Pierre-Yves David
rewind: test rewinding an amended changesets
2018-06-16, by Pierre-Yves David
rewind: add a message about the rewinded changesets
2018-06-17, by Pierre-Yves David
rewind: add a proto version of the command
2018-06-16, by Pierre-Yves David
stablesort: make sure heads are processed in sorted order
2018-06-29, by Pierre-Yves David
evolve: move the bookmarks also when updating to successor (issue5923)
2018-06-19, by Pulkit Goyal
tests: add test to demonstrate issue5923
2018-06-19, by Pulkit Goyal
changelog: add an entry about the new `evolve.interrupted` section
2018-06-28, by Pierre-Yves David
evolve: make one missed error to align other error messages
2018-06-15, by Pulkit Goyal
evolve: raise error.InterventionRequired instead of Abort when conflicts
2018-06-15, by Pulkit Goyal
changelog: add a changelog entry about divergence resolution
2018-06-14, by Pierre-Yves David
evolve: create resolved cset on successors of current parents
2018-06-14, by Pulkit Goyal
tests: fix a test case to not create conflicts
2018-06-14, by Pulkit Goyal
evolve: introduce a resolutionparent variable and store it in evolvestate
2018-06-14, by Pulkit Goyal
evolve: introduce a dirstatedance() fn to fix dirstate after parent change
2018-06-13, by Pulkit Goyal
evolve: create a new commit instead of amending one of the divergents
2018-06-13, by Pulkit Goyal
evolve: always order the revs to be evolved
2018-06-12, by Pulkit Goyal
tests: add test of resolution of content-divergent stacks
2018-06-12, by Pulkit Goyal
evolve: improve error messages when conflicts occur
2018-06-12, by Pulkit Goyal
evolve: point to `hg help evolve.interrupted` while resolving content-div
2018-06-12, by Pulkit Goyal
tests: add test about aborting content-divergence when multiple parents
2018-06-12, by Pulkit Goyal
CHANGELOG: add an entry about the --update flag
2018-06-13, by Pulkit Goyal
evolve: show unfinished information in `hg status -v` (issue5886)
2018-06-06, by Pulkit Goyal
style: drop a (commented) debug print
2018-06-12, by Denis Laxalde
tests: update tests output with changes in d0abd7949ea3 in core hg
2018-06-10, by Pulkit Goyal
branching: merge with stable
2018-06-12, by Pierre-Yves David
Added tag 8.0.1 for changeset 0887c30255a1
stable
2018-06-11, by Pulkit Goyal
packaging: prepare for 8.0.1 release
stable
8.0.1
2018-06-11, by Pulkit Goyal
changelog: add a couple of missing entry
stable
2018-06-11, by Pierre-Yves David
evolve: strip the extra obsmarkers if any on `hg evolve --abort`
2018-06-11, by Pulkit Goyal
evolve: store the obsmarkers to be deleted in evolvestate
2018-06-11, by Pulkit Goyal
evolve: store obsmarkers to be deleted in evolvestate
2018-06-11, by Pulkit Goyal
evolve: factor out logic to merge branches in separate function
2018-06-11, by Pulkit Goyal
tests: add more test of --stop while resolving content-divergence
2018-06-11, by Pulkit Goyal
evolve: strip the relocation commit on `hg evolve --stop`
2018-06-11, by Pulkit Goyal
evolve: declare updated and pctx variables in stopevolve()
2018-06-11, by Pulkit Goyal
evolve: store the old other divergent node after relocation in evolvestate
2018-06-10, by Pulkit Goyal
evolve: factor out logic for --stop flag in separate function
2018-06-10, by Pulkit Goyal
tests: add test for --stop flag when resolving multiparents content-div
2018-06-10, by Pulkit Goyal
evolve: move logic to continue interrupted content-div resolution to new fn
2018-06-10, by Pulkit Goyal
evolve: rename help topic evolve.interrupted-evolve to evolve.interrupted
2018-06-11, by Pulkit Goyal
packaging: update tested-with statements in evolve and topic
stable
2018-06-09, by Pulkit Goyal
CHANGELOG: mention about 4.6.1 compatibility
stable
2018-06-09, by Pulkit Goyal
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-06-08, by Pulkit Goyal
test-compat: merge mercurial-4.5 into mercurial-4.4
mercurial-4.4
2018-06-08, by Pulkit Goyal
test-compat: merge stable into mercurial-4.5
mercurial-4.5
2018-06-08, by Pulkit Goyal
utility: use ui.interactive() instead of checking config value
stable
2018-05-22, by Pulkit Goyal
CHANGELOG: add couple of entries about things fixed
stable
2018-06-08, by Pulkit Goyal
next-prev: always respect the --merge flag
stable
2018-06-08, by Pulkit Goyal
next-prev: add tests showing --merge not respected in some cases
stable
2018-06-08, by Pulkit Goyal
evolve: store the evolvestate if relocation results in conflicts
2018-06-07, by Pulkit Goyal
tests: add more test of resolution of content-divergent changesets
2018-06-07, by Pulkit Goyal
evolvestate: store info about relocation while resolving content-divergence
2018-06-07, by Pulkit Goyal
evolve: factor out logic to merge content divergent csets in separate fn
2018-06-07, by Pulkit Goyal
evolve: commit the transaction if conflicts occur while merging content-div
2018-06-07, by Pulkit Goyal
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
tip