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.
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
fold: make sure we move bookmarks after folding (issue5772)
stable
2018-01-22, by Pulkit Goyal
tests: add a test showing bookmark not moving in-case of `hg fold`
stable
2018-01-22, by Pulkit Goyal
branching: merge stable back into default
2018-01-24, by Pierre-Yves David
test: update test output ot reply caps size change
stable
2018-01-24, by Pierre-Yves David
branching: merge default test output into stable
stable
2018-01-24, by Pierre-Yves David
branching: open Mercurial 4.4 compatibility branch
mercurial-4.4
2018-01-24, by Pierre-Yves David
branching: merge release 7.2.1 into default
2018-01-20, by Pierre-Yves David
packaging: mark source as development version
stable
2018-01-20, by Pierre-Yves David
Added tag 7.2.1 for changeset 6c772398eb4e
stable
2018-01-20, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2018-01-20, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2018-01-20, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2018-01-20, by Pierre-Yves David
packaging: prepare version 7.2.1
stable
7.2.1
2018-01-20, by Pierre-Yves David
branching: merge with tutorial output update
2018-01-20, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2018-01-20, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2018-01-20, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2018-01-20, by Pierre-Yves David
tutorial: docgraph output seems to have been dedented
stable
2018-01-20, by Boris Feld
test: update output for more verbose blackbox
2018-01-20, by Pierre-Yves David
test: update with new 'update' hint about obsfate
2018-01-20, by Pierre-Yves David
evolve: update output for wider reporting of troubled changesets
2018-01-13, by Martin von Zweigbergk
test: update output for new `merge --abort` message
2018-01-19, by Boris Feld
branching: merge with stable
2018-01-20, by Pierre-Yves David
changelog: mention 4.5 compatibility
stable
2018-01-20, by Pierre-Yves David
trouble-reports: yield to in code reporting of new troubles
stable
2018-01-20, by Martin von Zweigbergk
caches: fix automatic warming trigger
stable
2018-01-19, by Pierre-Yves David
changelog: mention the packaging bugfix
stable
2018-01-20, by Pierre-Yves David
packaging: properly install the evolve.thirdparty module
stable
2018-01-17, by Pierre-Yves David
branching: merge release tags into default
2018-01-16, by Pierre-Yves David
packaging: mark source as development version
stable
2018-01-16, by Pierre-Yves David
Added tag 7.2.0 for changeset bf6b859807ba
stable
2018-01-16, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2018-01-16, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2018-01-16, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2018-01-16, by Pierre-Yves David
branching: merge stable back into default
2018-01-16, by Pierre-Yves David
branching: merge further compat change into stable
stable
7.2.0
2018-01-16, by Pierre-Yves David
branching: merge further compat change into stable
stable
2018-01-16, by Pierre-Yves David
branching: merge more compatibility fix into stable
stable
2018-01-16, by Pierre-Yves David
packaging: merge 7.2.0 into stable
stable
2018-01-15, by Pierre-Yves David
tests: update test output to match 4.4
stable
2018-01-15, by Pierre-Yves David
branching: backed out test output changes from core-1905aac253f0
stable
2018-01-15, by Pierre-Yves David
branching: backed out test output changes from core-02fdb8c018aa
stable
2018-01-15, by Pierre-Yves David
compat: fix argument check for marker reading
2018-01-16, by Pierre-Yves David
cachevfs: use a compatibility later for all access
2018-01-16, by Pierre-Yves David
diff: drop default argument value
2018-01-16, by Pierre-Yves David
test: use hash in test-evolve-topic.t
2018-01-16, by Pierre-Yves David
packaging: prepare version 7.2.0
2018-01-15, by Pierre-Yves David
changelog: prepare for coming release
2018-01-15, by Pierre-Yves David
stablerange: add missing licence and copyright header
2018-01-15, by Pierre-Yves David
obshistory: pass the csets description in getmarkerdescriptionpatch
2018-01-11, by Pulkit Goyal
obshistory: remove the unused function
2018-01-11, by Pulkit Goyal
obslog: add header to the changeset description diff
2018-01-11, by Pulkit Goyal
obslog: colorize the description diff shown in obslog -p
2018-01-11, by Pulkit Goyal
obslog: colorize the patch shown using `hg obslog -p`
2018-01-10, by Pulkit Goyal
topic: suggest using topic when user creates a new head on branch
2017-12-27, by Pulkit Goyal
changelog: update changelog with some of the benefit from the new format
2018-01-15, by Pierre-Yves David
evolve: use better words in conflict markers of `hg evolve`
2018-01-11, by Pulkit Goyal
tests: add a test demonstrating we still use graft in conflict markers
2018-01-11, by Pulkit Goyal
evolve: remove the old functions for writing evolvestate
2018-01-10, by Pulkit Goyal
evolve: use the new evolvestate class in place of old methods
2018-01-10, by Pulkit Goyal
evolvestate: add a class to wrap the state of `hg evolve` command
2018-01-10, by Pulkit Goyal
evolve: start vendoring third party package cbor
2018-01-12, by Pulkit Goyal
uncommit: add a new flag `--revert` to discard wdir changes after uncommit
2018-01-09, by Pulkit Goyal
evolve: use phases.new-commit config to retain phase information (issue5720)
2018-01-09, by Pulkit Goyal
tests: add a test demonstarting lose of phase in `hg evolve`
2018-01-09, by Pulkit Goyal
evolve: add a utility fn to check validity of opts passed to `hg evolve`
2018-01-06, by Pulkit Goyal
evolve: don't use graftstate for continuing `hg evolve`
2018-01-06, by Pulkit Goyal
topics: add a new templatekeyword `topic`
2018-01-09, by Pulkit Goyal
packaging: update MANIFEST.in to include new tutorial files
2018-01-10, by Boris Feld
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-12-16, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-12-16, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-12-16, by Pierre-Yves David
test: add a test to reproduce issue 5720
2017-10-25, by Boris Feld
test: add missing cycle test
2017-07-04, by Boris Feld
Small typos fixing in the topic tutorial
2018-01-08, by Boris Feld
doc: import the training support
2018-01-08, by Boris Feld
branching: merge with stable
2018-01-05, by Pierre-Yves David
evolve: use new trouble names in commit messages
2018-01-05, by Pulkit Goyal
evolve: use compat.TROUBLES to show troubles in user interface
2017-12-09, by Pulkit Goyal
topics: list only topic names in quiet mode
2017-12-28, by Pulkit Goyal
topics: take logic to parse username to a separate function
2017-12-27, by Pulkit Goyal
changelog: fix a typo in the changelog
2018-01-05, by Pierre-Yves David
caches: switch to 'auto' warming by default
2018-01-05, by Pierre-Yves David
caches: add a 'auto' option for obshashrange cache warming
2018-01-05, by Pierre-Yves David
caches: extract some config reading in 'shouldwarmcache'
2018-01-05, by Pierre-Yves David
caches: pass the transaction to the "shouldwarncache" logic
2018-01-05, by Pierre-Yves David
caches: record 'desc' attribute on transaction
2018-01-05, by Pierre-Yves David
caches: protect against missing connection
2018-01-05, by Pierre-Yves David
evolve: don't show working directory obsolete message if we were on it
stable
2017-12-27, by Pulkit Goyal
prev: jump to parent's successor if parent is obsolete and topic is involved
stable
2017-12-28, by Pulkit Goyal
less
more
|
(0)
-3000
-1000
-240
+240
+1000
tip