Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+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.
evolve: use in code filtered error for 4.6
2018-04-19, by Pierre-Yves David
documentation: refer to 4.3 in the help text
2018-04-19, by Pierre-Yves David
topic: remove compatibility for older version in discovery wrapping
2018-04-19, by Pierre-Yves David
obscache: drop compat layer to access public changeset
2018-04-19, by Pierre-Yves David
obscache: drop compat layer for obsmarkers reading
2018-04-19, by Pierre-Yves David
template: drop compatibility layer
2018-04-19, by Pierre-Yves David
timer: drop compat layer for time
2018-04-19, by Pierre-Yves David
compat: drop support for Mercurial 4.2
2018-04-19, by Pierre-Yves David
compat: close test-compat branch for mercurial-4.2
mercurial-4.2
2018-04-19, by Pierre-Yves David
evolve: add support for hg >= b4d85bc1
2018-04-18, by Martin von Zweigbergk
discovery: handle deletion of 'wireproto' module
2018-04-19, by Pierre-Yves David
evolve: handle wireproto module deletion for registering new commands
2018-04-19, by Pierre-Yves David
minitopic: handle wireproto module change from b4d85bc122bd
2018-04-19, by Pierre-Yves David
topic: handle wireproto module change from b4d85bc122bd
2018-04-19, by Pierre-Yves David
obsexchange: remove unused import of wireprotoserver
2018-04-18, by Martin von Zweigbergk
compat: rename resolvepartialhexnodeid to resolvehexnodeidprefix
2018-04-18, by Pierre-Yves David
compat: access datestr in a way compatible with verison prior to 4.6
2018-04-17, by Pierre-Yves David
compat: fallback to compatible partial lookup prior to 4.6
2018-04-17, by Pierre-Yves David
import: adapt to fd1dd79cff20
2018-04-17, by Pierre-Yves David
import: grab the expected node value on the fly
2018-04-17, by Pierre-Yves David
import: use a less direct approach to store the expected node
2018-04-17, by Pierre-Yves David
compat: adapt `amend --patch` to the new `patch.extract` API
2018-04-17, by Pierre-Yves David
compat: deal with change in the wireproto module
2018-04-17, by Pierre-Yves David
branching: merge with stable
2018-04-16, by Martin von Zweigbergk
topic: allow '.' in topic names
2018-04-16, by Pierre-Yves David
relocate: look up partial nodeids in unfiltered repo
2018-04-16, by Martin von Zweigbergk
compat: avoid using partial node ID in lookup
2018-04-16, by Pierre-Yves David
test: apply output change from protocaps
2018-04-16, by Pierre-Yves David
test: update output to match upstream
2018-04-15, by Pierre-Yves David
evolve: don't pass stringified int to repo.__getitem__
2018-04-13, by Martin von Zweigbergk
patch: offer the user a chance to fix the patch if it fails to apply
2018-04-11, by Pierre-Yves David
amend: add a new flag `--patch` to `hg amend`
2018-03-18, by Pulkit Goyal
stablerangecache: include units in ui.progress() calls
2018-04-12, by Anton Shestakov
stablerange: include units in ui.progress() calls
2018-04-12, by Anton Shestakov
tests: add test demonstarting issue5833 is fixed
2018-04-06, by Pulkit Goyal
utility: convert node from MultipleSuccessorsError to rev numbers (issue5832)
2018-04-06, by Pulkit Goyal
tests: add a test demonstarting issue5832 traceback
2018-04-06, by Pulkit Goyal
CHANGELOG: add an entry about `hg evolve --abort`
2018-04-06, by Pulkit Goyal
evolve: restore bookmarks correctly after `hg evolve --abort`
2018-03-29, by Pulkit Goyal
topic-ext: restrict the format of topic names
2018-03-29, by Pulkit Goyal
serverminitopic: wrap context.changectx.branch instead of context.changectx
2018-04-06, by Pulkit Goyal
templatekw: remove obsfatedata templatekw
2018-04-06, by Boris Feld
evolve: do not exit 1 when there are no troubled changesets (issue5823)
2018-03-29, by Kyle Lippincott
changelog: add an entry about the memory fixes
2018-04-06, by Pierre-Yves David
safeguard: use self instead of repo in noautopublishrepo.checkpush()
2018-04-06, by Anton Shestakov
stablerangecache: use self instead of repo in stablerangerepo.stablerange()
2018-04-06, by Anton Shestakov
obscache: use self instead of repo in obscacherepo.updatecaches()
2018-04-06, by Anton Shestakov
templatekw: fix templatedata for 46
2018-04-04, by Boris Feld
style: fix a couple of pyflakes complains
2018-03-31, by Pierre-Yves David
evolve: add a `--abort` flag for `hg evolve` command
2018-03-29, by Pulkit Goyal
evolve: don't allow updating or commiting when there is interrupted evolve
2018-03-29, by Pulkit Goyal
evolve: internationalize the entry of --list in hg evolve help
2018-03-28, by Pulkit Goyal
evolve: add evolvestate as an argument to _finalizerelocate()
2018-03-28, by Pulkit Goyal
evolve: add evolvestate as an argument to evolvecmd.relocate()
2018-03-28, by Pulkit Goyal
tests: add test about handling phase-divergent merges
2018-03-28, by Pulkit Goyal
evolve: show a message when evolution leads to no changes to commit
2018-03-28, by Pulkit Goyal
evolve: pass the instability category to relocate() and _finalizerelocate()
2018-03-28, by Pulkit Goyal
tests: add more tests for solving phase-divergence using `hg evolve`
2018-03-28, by Pulkit Goyal
evolve: handle interrupted phase-divergence resolution gracefully
2018-03-24, by Pulkit Goyal
evolve: move logic to resolve phase-divergence in a new function
2018-03-24, by Pulkit Goyal
evolve: store the precursor of phase-divergent in evolvestate
2018-03-24, by Pulkit Goyal
evolve: move logic to complete interrupted relocation to new fn
2018-03-24, by Pulkit Goyal
evolve: move logic to complete interrupted orphan resolution to new fn
2018-03-24, by Pulkit Goyal
evolve: write data to evolvestate in case on conflicts in phase-divergence
2018-03-23, by Pulkit Goyal
evolve: explicitly turn revs to list before storing into evolvestate
2018-03-23, by Pulkit Goyal
tests: add tests of content+parent change creating phase-divergence
2018-03-23, by Pulkit Goyal
tests: show first line of commit message in test-evolve-phase-divergence.t
2018-03-23, by Pulkit Goyal
evolve: make sure bookmarks are moved after phase-divergence resolution
2018-03-23, by Pulkit Goyal
evolve: use the new rebased changeset to resolve phase-divergence
2018-03-23, by Pulkit Goyal
evolvecmd: add a detailed comment and some newlines
2018-03-23, by Pulkit Goyal
tests: add one more test case about handling of phase-divergence by evolve
2018-03-23, by Pulkit Goyal
tests: add more tests for handling of phase divergence by `hg evolve`
2018-03-23, by Pulkit Goyal
tests: temporary delete the merge test of handling phase divergence
2018-03-23, by Pulkit Goyal
tests: various comment on test-evolve-phase-divergence
2018-03-30, by Pulkit Goyal
tests: make test-evolve-phase-divergence more descriptive
2018-03-30, by Pulkit Goyal
compat: use updateresult API if available
2018-03-30, by Pierre-Yves David
compat: provide an explicit default value to the 'odiff' config
2018-03-30, by Pierre-Yves David
compat: keep passing arguments as keyword argument
2018-03-29, by Pierre-Yves David
compat: search for stringmatcher in the new location
2018-03-29, by Pierre-Yves David
rebase: update the rebase wrapping to works with hg 4.6
2018-03-29, by Boris Feld
compat: call current obsolete.createmarkers(), not one from load time
stable
2018-03-23, by Martin von Zweigbergk
tests: rename test-evolve-bumped to test-evolve-phase-divergence.t
2018-03-23, by Pulkit Goyal
evolve: replace bumped in function name to phasedivergence
2018-03-23, by Pulkit Goyal
evolve: drop duplicate import of rewriteutil._bookmarksupdater
2018-03-23, by Pulkit Goyal
obslog: more 4.1 code compatibility drop
2018-03-22, by Pierre-Yves David
template: drop some 4.1 compatibility code
2018-03-22, by Pierre-Yves David
checkheads: drop upstreamed code
2018-03-22, by Pierre-Yves David
obslog: cleanup patch handling after 4.1 compat drop
2018-03-22, by Pierre-Yves David
packaging: further mark 4.1 support as dropped
2018-03-22, by Pierre-Yves David
branching: merge with stable
2018-03-22, by Pierre-Yves David
tests: extend the globing to the user name
stable
2018-03-22, by Pierre-Yves David
branching: close mercurial-4.1 test branch
mercurial-4.1
2018-03-22, by Pierre-Yves David
evolve: kill `--obsolete` and `--old-obsolete` flags for graft
2018-03-15, by Pulkit Goyal
compat: drop support for Mercurial 4.1
2018-03-22, by Pierre-Yves David
packaging: mark versiond as devel versions
2018-03-22, by Pierre-Yves David
packaging: merge stable back into default
2018-03-22, by Pierre-Yves David
packaging: mark version as devel version
stable
2018-03-22, by Pierre-Yves David
Added tag 7.3.0 for changeset e4ac2e2c2086
stable
2018-03-22, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2018-03-21, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2018-03-21, by Pierre-Yves David
test-compat: merge mercurial-4.4 into mercurial-4.3
mercurial-4.3
2018-03-21, by Pierre-Yves David
test-compat: merge stable into mercurial-4.4
mercurial-4.4
2018-03-21, by Pierre-Yves David
branching: merge future 7.3.0 into stable
stable
7.3.0
2018-03-21, by Pierre-Yves David
tests: update test output for the stable branch
stable
2018-03-21, by Pierre-Yves David
debian: add version 7.3.0 to changelog
2018-03-21, by Pierre-Yves David
packaging: update version numbers
2018-03-21, by Pierre-Yves David
changelog: prepare release 7.3.0
2018-03-21, by Pierre-Yves David
tests: updated tested with version
2018-03-21, by Pierre-Yves David
__init__: show some internationalization love
2018-03-21, by Pulkit Goyal
evolvecmd: show some internationalization love
2018-03-21, by Pulkit Goyal
utility: make sure prompt text is internationalized
2018-03-21, by Pulkit Goyal
test: do not use revision number
2018-03-21, by Pierre-Yves David
compat: use mergetoolopts from commands.py
2018-03-21, by Pierre-Yves David
branching: merge stable into default
2018-03-21, by Pierre-Yves David
evolve: add a `--stop` flag for `hg evolve` command
2018-03-20, by Pulkit Goyal
obsexchange: make compatible with some unreleased 4.5 versions
2018-03-19, by Martin von Zweigbergk
compat: make override of createmarkers work on wrapped function
2018-03-19, by Martin von Zweigbergk
previous/next: add -m short form for --merge
2018-03-19, by Martin von Zweigbergk
evolve: handle stabilization of merge changeset with both parents obsoleted
2018-03-18, by Pulkit Goyal
state: add __setitem__() for cmdstate class
2018-03-19, by Pulkit Goyal
evolve: preserve the order of merge parents in `hg evolve --continue`
2018-03-19, by Pulkit Goyal
topics: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
grab: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
touch: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
split: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
prune: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
metaedit: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
fold: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
uncommit: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
evolve: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
amend: include "operation" metadata in obsmarkers
2018-03-12, by Martin von Zweigbergk
compat: add wrapper for obsolete.createmarkers() that accepts "operation" arg
2018-03-16, by Martin von Zweigbergk
tests: do not glob out fixed dates
2018-03-12, by Martin von Zweigbergk
evolve: de-duplicate some function calls
2018-03-16, by Pulkit Goyal
evolve: move deletion of evolvestate out of continueevolve() function
2018-03-16, by Pulkit Goyal
evolve: load evolvestate before passing to continueevolve()
2018-03-16, by Pulkit Goyal
evolve: move the handling for non-continue part in else conditional
2018-03-16, by Pulkit Goyal
evolve: move the logic of continuation handling of `hg evolve` in own fn
2018-03-14, by Pulkit Goyal
CHANGELOG: add an entry about next and prev being interactive
2018-03-16, by Pulkit Goyal
prev: show changeset hash in --dry-run instead of rev numbers
2018-03-16, by Pulkit Goyal
prev: prompt user to choose parent in case of multiple parents
2018-03-16, by Pulkit Goyal
next: cleanup logic around return by returning early
2018-03-16, by Pulkit Goyal
next: prompt user to choose child in ambiguity in `hg next --evolve`
2018-03-16, by Pulkit Goyal
next: move logic to evolve the children to it's own function
2018-03-16, by Pulkit Goyal
next: prompt user to choose a children in case of ambiguity
2018-03-16, by Pulkit Goyal
next: show changeset hash in `--dry-run` instead of rev numbers
2018-03-16, by Pulkit Goyal
evolve: make sure we consider all cases in if-else
2018-03-18, by Pulkit Goyal
tests: add more cases about stabilization of an orphaned merge commit
2018-03-19, by Pulkit Goyal
evolve: fix missing negation
2018-03-19, by Pierre-Yves David
evolve: clarify message for ambiguous destination from split
2018-03-19, by Pierre-Yves David
evolve: prompt user to select destination for stabilization in case of split
2018-03-14, by Pulkit Goyal
tests: remove some tests which are moved to dedicated files
2018-03-14, by Pulkit Goyal
next: factor out the logic to update to changeset in another function
2018-03-16, by Pulkit Goyal
utility: add a function to prompt user to choose a revision
2018-03-14, by Pulkit Goyal
tests: add a test about evolve stabilizing orphan caused by splits
2018-03-14, by Pulkit Goyal
test: fix output after rev-branch-cache has been merged
2018-03-19, by Boris Feld
cleanup: remove duplicate import of "obsolete"
2018-03-16, by Martin von Zweigbergk
previous: fix behavior on obsolete cset when topic is involved (issue5708)
stable
2018-03-16, by Pulkit Goyal
previous: add test case when it's broken on obsolete cset
stable
2018-03-16, by Pulkit Goyal
prev: fix the breakage of `hg previous` from obsolete cset
stable
2018-03-16, by Pulkit Goyal
prev: add a test case which shows traceback when doing prev on obsolete cset
stable
2018-03-16, by Pulkit Goyal
tests: add more tests related to stabilization of orphaned merge commit
2018-03-13, by Pulkit Goyal
evolve: fix stabilization of orphan merge changesets in case of conflicts
2018-03-13, by Pulkit Goyal
tests: add a test file of resolving orphaness of merge changesets
2018-03-13, by Pulkit Goyal
grab: gracefully handle the case when we try to grab parent of wdir
2018-03-13, by Pulkit Goyal
grab: move the initialization of pctx variable outside of if-else
2018-03-03, by Pulkit Goyal
compat: drop hack around http request handling for 4.6
2018-03-14, by Pierre-Yves David
obsdiscovery: add compatibility layer to register wireproto command
2018-03-14, by Pierre-Yves David
compat: pass all hgweb dispatch argument to the orig function
2018-03-14, by Pierre-Yves David
grab: add short version for continue and abort
2018-03-07, by Pierre-Yves David
obsdiscovery: include units in ui.progress() calls (issue5773)
2018-02-23, by Anton Shestakov
tests: commit tests changes missing in the previous changeset
2018-03-04, by Pierre-Yves David
obslog: add the operation to the Obslog output
2018-03-04, by Boris Feld
serverminitopic: attempt to fix assertion for repoview in branchmap
2017-12-19, by Sean Farley
compat: register a version of 'obsfatedata' template that works with 4.6
2018-03-04, by Pierre-Yves David
compat: register a version of 'troubles' template that works with 4.6 API
2018-03-04, by Pierre-Yves David
exthelper: add support for "requires" argument for template keyword
2018-03-04, by Pierre-Yves David
compat: add compat layer for date related functions
2018-03-03, by Boris Feld
branching: merge with stable
2018-03-03, by Pierre-Yves David
compat: more straight forward alias for old template names
2018-03-03, by Pierre-Yves David
serverminitopic: fix wrong object being passed to phase
stable
2017-12-05, by Sean Farley
legacy: respect explicit config for server.bundle1
stable
2018-03-02, by Pierre-Yves David
branching: merge with stable
2018-03-02, by Pierre-Yves David
compat: only wrap wireprotoserver function if they exist
2018-03-02, by Pierre-Yves David
pure: make sure what we expect to be list are list
stable
2018-03-02, by Pierre-Yves David
evolve: update code for not implicitly converting ctx to revision
2018-02-26, by Boris Feld
legacy-push: fix the code forbidding legacy obsmarkers pulling
2018-02-23, by Pierre-Yves David
updatecaches: handle any new parameters to the method
2018-02-21, by Pierre-Yves David
evolvecmd: fix broken `evolve --continue` ran after `next --evolve`
2018-02-07, by Pulkit Goyal
tests: add test showing `evolve --continue` after `next --evolve` is broken
2018-02-07, by Pulkit Goyal
color: add some colors to evolve command itself
2017-05-17, by Boris Feld
wireproto: fix *_capabilities for change of API types
2018-02-14, by Boris Feld
obsfate: fix changeset description diff computing
2018-02-14, by Boris Feld
evolve: add comptability to read old evolvestate files
2018-01-30, by Pulkit Goyal
state: bring back the function to read old evolvestate files
2018-01-30, by Pulkit Goyal
evolve: add entry in CHANGELOG about fixed behavior of `hg evolve --continue`
2018-01-30, by Pulkit Goyal
evolve: store the skippedrevs in evolvestate
2018-01-30, by Pulkit Goyal
evolve: show the updated working directory after `hg evolve --continue`
2018-01-29, by Pulkit Goyal
evolve: make `hg evolve --continue` respect `--confirm`
2018-01-28, by Pulkit Goyal
evolve: make `--continue` continue evolving all remaining revisions
2018-01-24, by Pulkit Goyal
tests: add more tests to test-evolve-continue.t
2018-02-04, by Pulkit Goyal
evolve: handle case when newnode can be None while continuing evolve
2018-01-22, by Pulkit Goyal
tests: add tests for `hg evolve --continue`
2018-01-28, by Pulkit Goyal
merge with stable
2018-02-06, by Pierre-Yves David
CHANGELOG: add an entry about resolve showing how to continue evolve
2018-02-04, by Pulkit Goyal
test: explicitly run HGEDITOR shell command with `sh`
stable
2018-01-21, by Matt Harbison
test: conditionalize blackbox output for Windows
stable
2018-01-21, by Matt Harbison
branching: merge with stable
2018-02-05, by Pierre-Yves David
compat: add wrapper for logcmdutil functions
stable
2018-02-05, by Yuya Nishihara
evolve: store the revs to be processed in the evolvestate
2018-01-22, by Pulkit Goyal
evolve: store the replacements in the evolvestate
2018-01-22, by Pulkit Goyal
evolve: store the target category in evolvestate
2018-01-22, by Pulkit Goyal
evolvecmd: use the evolvestate object passed as argument in _solveunstable
2018-01-22, by Pulkit Goyal
evolvecmd: pass evolvestate object to _solve* functions
2018-01-22, by Pulkit Goyal
evolve: create a state object in all case
2018-01-22, by Pulkit Goyal
branching: merge with stable
2018-02-04, by Pierre-Yves David
grab: preserve phase of the grabbed changeset
2018-02-02, by Pulkit Goyal
tests: add a test showing grabbing of secret changeset turn it into draft
2018-02-02, by Pulkit Goyal
grab: add grab info to cmdutil.afterresolvedstates
2018-02-02, by Pulkit Goyal
evolve: add evolve info to cmdutil.afterresolvedstates
2018-01-27, by Pulkit Goyal
doc: add link to roadmap
stable
2018-01-29, by Boris Feld
evolve: move the evolve command to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolve: move _orderrevs() function evolvecmd.py
2018-01-21, by Pulkit Goyal
evolve: move builddependencies() and _singlesuccessor() to utility module
2018-01-21, by Pulkit Goyal
utility: move MultipleSuccessorsError from __init__.py
2018-01-19, by Pulkit Goyal
evolvecmd: move more core from __init__.py to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolvecmd: move code from __init__.py to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolvecmd: move more code from __init__.py to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolvecmd: move more chunks of code from __init__.py to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolvecmd: move more functions from __init__.py to evolvecmd.py
2018-01-19, by Pulkit Goyal
evolvecmd: introduce a new module to handle `hg evolve` related code
2018-01-19, by Pulkit Goyal
evolve: remove not required calls to phases.retractboundary()
2018-01-18, by Pulkit Goyal
evolve: store the replacements occurred during `hg evolve` at top level
2018-01-16, by Pulkit Goyal
evolve: make the _solve* functions return a tuple
2018-01-27, by Pulkit Goyal
evolvestate: rename the file to state.py and class name to cmdstate
2018-01-17, by Pulkit Goyal
branching: merge with stable
2018-01-26, by Pierre-Yves David
update: show "use 'hg evolve' to..." hint iff evolve command enabled
stable
2018-01-24, by Martin von Zweigbergk
obslog: drop period from summary line in accordance with convention
2018-01-25, by Martin von Zweigbergk
grab: add a command to grab a commit and update to it
2018-01-11, by Pulkit Goyal
amend: query the wdir parent after taking lock (issue5266)
stable
2018-01-22, by Pulkit Goyal
less
more
|
(0)
-3000
-1000
-240
+240
+1000
tip