Mercurial
Mercurial
>
pub
>
hg
>
evolve
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-480
+480
+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.
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
tests: add a test showing wrong behaviour doing `hg prev` on orphan cset
stable
2017-12-28, by Pulkit Goyal
test: update output to 02fdb8c018aa
2018-01-05, by Boris Feld
test: update output to 9b3f95d9783d
2018-01-05, by Boris Feld
stablesort: use parent filtering in a place we forgot to
2017-12-21, by Pierre-Yves David
obshashrange: add a progressbar to upgrade
2017-12-21, by Pierre-Yves David
stablerange: add an sql index on subranges id too
2017-12-21, by Pierre-Yves David
obshashrange: less brutal reset when receiving markers on existing node
2017-12-21, by Pierre-Yves David
obshashrange: update the cache updating logic
2017-12-21, by Pierre-Yves David
stablerange: cleanup the update logic
2017-12-21, by Pierre-Yves David
stablesort: cleanup the update logic
2017-12-21, by Pierre-Yves David
firstmergecache: cleanup the update logic
2017-12-21, by Pierre-Yves David
depthcache: cleanup the update logic
2017-12-21, by Pierre-Yves David
changelog: add an entry about the obshashrange changes
2017-12-21, by Pierre-Yves David
stablerange: be more cautious when deleting the sql connection
2017-12-21, by Pierre-Yves David
stablerange: clarify sql transaction logic
2017-12-21, by Pierre-Yves David
stablerange: use mergepoint based algorithm for the official stable range
2017-12-21, by Pierre-Yves David
stablerange: explicitly create a stablerange entry for branchpoint method
2017-12-21, by Pierre-Yves David
stablerange: have a mergepoint based sql backed class
2017-12-18, by Pierre-Yves David
stablerange: introduce a sql backed version of the generic on disk cache
2017-12-18, by Pierre-Yves David
stablerange: add a base class for on disk stored stablerange class
2017-12-18, by Pierre-Yves David
stablesort: use on disk cache for test
2017-12-21, by Pierre-Yves David
caches: factorise the cache warming check
2017-12-21, by Pierre-Yves David
stablerange: use repo-carried stablesortcache
2017-12-21, by Pierre-Yves David
stablesort: expose the cache through the repository
2017-12-21, by Pierre-Yves David
stablesort: implement an ondisk cache
2017-11-29, by Pierre-Yves David
stablesort: realign a misaligned continue
2017-12-20, by Pierre-Yves David
stablesort: remove some dead code
2017-12-20, by Pierre-Yves David
stablesort: abstract all cache access
2017-12-20, by Pierre-Yves David
stablerange: use first merge cache to skip over linear section
2017-12-18, by Pierre-Yves David
stablerange: add a new 'firstmerge' cache
2017-12-20, by Pierre-Yves David
stablerange: drop unused `until` utility
2017-12-20, by Pierre-Yves David
stablerange: use cached size data instead of walking the graph
2017-12-20, by Pierre-Yves David
stablesort: record previous segment size in the jump
2017-12-20, by Pierre-Yves David
stablesort: move jump recording inside the exclusive function
2017-12-20, by Pierre-Yves David
stablerange: compute jump size after jump retrieval only
2017-12-20, by Pierre-Yves David
stablesort: warm jump cache more efficiently
2017-12-10, by Pierre-Yves David
stablesort: use a regular dict for jumps
2017-12-10, by Pierre-Yves David
stablerange: use the jump information for faster iteration
2017-12-20, by Pierre-Yves David
stablesort: expose the jumps sequence to other code
2017-12-10, by Pierre-Yves David
stablesort: use 'depth' in mergepoint tie breaker
2017-12-20, by Pierre-Yves David
stablesort: rework jump gathering
2017-12-20, by Pierre-Yves David
stablesort: stop recording jump type
2017-12-20, by Pierre-Yves David
stablesort: pass a jump recording function instead of a list
2017-12-20, by Pierre-Yves David
stablesort: minor indent fix
2017-12-20, by Pierre-Yves David
stablesort: clarify subcall to the exclusive side
2017-12-20, by Pierre-Yves David
docgraph: update test output with new output
2017-12-20, by Pierre-Yves David
stablesort: record, cache and reuse jump
2017-12-18, by Pierre-Yves David
stablesort: fix head start computation
2017-12-18, by Pierre-Yves David
stablesort: avoid attempting to sort a tuple
2017-12-18, by Pierre-Yves David
stablerange: use the filterparents utility
2017-12-18, by Pierre-Yves David
stablesort: use the filtered parents utility
2017-12-18, by Pierre-Yves David
depthcache: use parents filter in depth cache
2017-12-18, by Pierre-Yves David
parents: add a utility to filter parents
2017-12-18, by Pierre-Yves David
stablerange: abstract the bit able to store cache into sql
2017-12-18, by Pierre-Yves David
stablerange: split pure algorithm part from the on disk cache
2017-12-18, by Pierre-Yves David
stablerange: add an assert to detect buggy range
2017-12-10, by Pierre-Yves David
stablerange: warn cache for all relevant ancestors range
2017-12-10, by Pierre-Yves David
stablesort: move parent range computation into its own method
2017-12-10, by Pierre-Yves David
stablerange: drop the basic inheritance from the 'mergepoint' version
2017-12-10, by Pierre-Yves David
stablerange: cache known subrange at the stablerangecached level
2017-12-10, by Pierre-Yves David
stablerange: use sort cache to build 'mergepoint' information
2017-12-17, by Pierre-Yves David
stablesort: make the iteration from head available to all
2017-12-10, by Pierre-Yves David
depth: fix compare mode for `debugdepth`
2017-12-17, by Pierre-Yves David
memfilectx: changectx argument is not mandatory
2017-12-15, by Boris Feld
branching: merge stable into default
2017-12-16, by Pierre-Yves David
amend: fix a typo in amend help text related to the extract option
stable
2017-12-14, by Boris Feld
topic: fix compatibility with 4.3
stable
2017-12-14, by Pierre-Yves David
branching: merge stable back into default
2017-12-12, by Pierre-Yves David
packaging: mark stable change as bugfix dev version
stable
2017-12-12, by Pierre-Yves David
Added tag 7.1.0 for changeset 06a3cb594956
stable
2017-12-12, by Pierre-Yves David
packaging: prepare release 7.1.0
stable
7.1.0
2017-12-12, by Pierre-Yves David
branching: revert "stable" change into default
2017-12-12, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-12-11, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-12-11, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-12-11, by Pierre-Yves David
test: backed out test change from changeset a18ca224e812
stable
2017-12-11, by Pierre-Yves David
test: backed out output change from 85ab7d2d9fd6
stable
2017-12-11, by Pierre-Yves David
branching: merge with stable
2017-12-12, by Pierre-Yves David
obsnote: warn if user try to store a note in obsmarker on an older hg
2017-12-12, by Pulkit Goyal
topic: use 'hookargs' over 'tr.changes' for flow control
2017-12-12, by Pierre-Yves David
topic: move function wrapping from reposetup to uisetup
2017-12-12, by Pierre-Yves David
test: publish the root of the repo in flow reject-untopiced
2017-12-12, by Pierre-Yves David
genericcaches: handle the lack of util.timer in 4.1
2017-12-12, by Pierre-Yves David
topics: fix `hg stack` in case of split
stable
2017-12-11, by Pulkit Goyal
tests: add a test showing traceback on `hg stack` in case of split
stable
2017-12-11, by Pulkit Goyal
branching: merge stable into default
2017-12-11, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-12-11, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-12-11, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-12-11, by Pierre-Yves David
changelog: add an entry for the split+branch fix
stable
2017-12-11, by Pierre-Yves David
branching: merge with stable
2017-12-10, by Pierre-Yves David
split: force the branch to fix the split bug
stable
2017-12-10, by Boris Feld
split: add a test demonstrating that split doesn't take the right branch
stable
2017-12-10, by Boris Feld
stablerange: compute the subrange closure on an unfiltered repository
2017-12-10, by Pierre-Yves David
stablesort: write a flat version of the algorithm
2017-11-26, by Pierre-Yves David
stablesort: simplify processing of non-merge changesets
2017-11-25, by Pierre-Yves David
stablesort: extract a '_revsfrom' method
2017-11-25, by Pierre-Yves David
stablerange: use the new cache object in the 'mergepoint' version
2017-12-10, by Pierre-Yves David
stablesort: introduce a cache object
2017-11-25, by Pierre-Yves David
stablesort: start implementing more advanced version of headstart sorting
2017-11-25, by Pierre-Yves David
stablerange: make use of the limit argument in 'mergepoint'
2017-12-10, by Pierre-Yves David
stablerange: introduce a smarte version of stablerange for 'mergepoint'
2017-12-10, by Pierre-Yves David
stablerange: introduce an intermediary abstract class for caching
2017-12-10, by Pierre-Yves David
stablerange: introduce a basic-mergepoint method
2017-12-10, by Pierre-Yves David
stablesort: add a new test to check for fully independant branches
2017-11-26, by Pierre-Yves David
stablesort: add a --limit argument
2017-11-25, by Pierre-Yves David
stablesort: introduce a mergepoint based method focused on head
2017-11-25, by Pierre-Yves David
stablesort: introduce a "mergepoint" method
2017-11-25, by Pierre-Yves David
stablerange: fallback to a more naive approach to find subrange
2017-12-10, by Pierre-Yves David
stablebranch: avoid overlap between subrange
2017-12-09, by Pierre-Yves David
stablerange: introduce an 'basicstablerange'
2017-12-09, by Pierre-Yves David
stablerange: extract the core API into a 'stablerangecore' class
2017-11-29, by Pierre-Yves David
stable-branch: setup tests to use a specific method by default
2017-12-09, by Pierre-Yves David
stablerange: rework the debug command to allow for multiple method
2017-11-29, by Pierre-Yves David
deptcache: make sure we warm the dept cache before warming the obsdiscovery
2017-12-09, by Pierre-Yves David
stablesort: add a 'method' argument to the debugstablesort command
2017-11-23, by Pierre-Yves David
stablesort: rename function to stablesort_branchpoint
2017-11-25, by Pierre-Yves David
stablerange: update the filename to avoid cache confusion
2017-12-09, by Pierre-Yves David
stablesort: extract in its own module
2017-11-23, by Pierre-Yves David
compat: in depth cache, only use cachevfs when available
2017-11-29, by Pierre-Yves David
depthcache: issue a progress bar when loading the depth cache
2017-11-23, by Pierre-Yves David
depthcache: move to a dedicated object and storage
2017-11-22, by Pierre-Yves David
cache: adds debug details about what the content of the update
2017-11-22, by Pierre-Yves David
cache: introduce a changelogsourcebase class
2017-11-22, by Pierre-Yves David
cache: introduce an abstract class for cache we can upgrade incrementally
2017-11-22, by Pierre-Yves David
depth: basic debugdepth implementation and test
2017-11-22, by Pierre-Yves David
topics: add a config to reject draft changeset without topic on a server
2017-12-09, by Pulkit Goyal
test: update output to ad5f2b923b0d
2017-12-09, by Pierre-Yves David
touch: shorten touch's docstring to make it fit into a one line
stable
2017-12-07, by Denis Laxalde
branching: merge with stable
2017-12-05, by Pierre-Yves David
help: promote "amend" to important command
stable
2017-12-06, by Pierre-Yves David
help: fix output for `hg help -e evolve` wrt 'touch' command
stable
2017-12-05, by Kyle Lippincott
help: remove a few commands from `hg` (no args) command list
stable
2017-12-05, by Kyle Lippincott
typos: fix typos in several locations
stable
2017-12-04, by Kyle Lippincott
topic: use more protective code to access current topic
stable
2017-12-05, by Pierre-Yves David
topic: use more protective code to access publishing code
stable
2017-12-05, by Pierre-Yves David
typos: fix typos in several locations
2017-12-04, by Kyle Lippincott
tests: add a test for newline in obsnote
2017-12-04, by Pulkit Goyal
obsnote: don't add '' to note while showing it in obslog
2017-12-04, by Pulkit Goyal
obsnote: add an entry in CHANGELOG about it
2017-12-03, by Pulkit Goyal
amend: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
uncommit: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
fold: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
metaedit: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
prune: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
split: add support for storing a note in obsmarker
2017-11-17, by Pulkit Goyal
touch: add support for storing a note in obsmarker
2017-11-12, by Pulkit Goyal
obslog: add initial support for showing note in obslog
2017-11-12, by Pulkit Goyal
cmdrewrite: add a utility function to make sure note is of valid format
2017-11-12, by Pulkit Goyal
branching: merge with stable
2017-11-30, by Pierre-Yves David
test: remove dangling --config in test-metaedit.t
2017-11-29, by Boris Feld
tests: fix previously accidentally matching regexes in test-touch.t
stable
2017-11-30, by Martin von Zweigbergk
test: update test-discovery-obshashrange.t
stable
2017-11-30, by Boris Feld
test: remove dangling --config in test-metaedit.t
stable
2017-11-29, by Boris Feld
serverminitopic: also avoid reading
2017-11-24, by Pierre-Yves David
topic: introduce a minimal extensions to enable topic on the server
2017-11-15, by Pierre-Yves David
branching: merge stable into default
2017-11-25, by Pierre-Yves David
pusoperation: wrap pushoperation __init__ directly
stable
2017-11-24, by Pierre-Yves David
hgignore: fix .err matching patterns
stable
2017-11-23, by Pierre-Yves David
changelog: fix 7.0.0 release date
stable
2017-11-19, by Pierre-Yves David
changelog: mention the improved verbosity handling
2017-11-17, by Pierre-Yves David
branching: merge with stable
2017-11-17, by Pierre-Yves David
changelog: update missing release date
stable
2017-11-17, by Pierre-Yves David
summaryhook: respect -q flag
2017-11-16, by Martin von Zweigbergk
summaryhook: remove unused function
2017-11-16, by Martin von Zweigbergk
evolve: make prev/next respect --quiet flag (issue5742)
2017-11-16, by Martin von Zweigbergk
packaging: merge 7.0.1 into default
2017-11-15, by Pierre-Yves David
packaging: mark version as development version.
stable
2017-11-15, by Pierre-Yves David
Added tag 7.0.1 for changeset e7a2a6158077
stable
2017-11-15, by Pierre-Yves David
packaging: prepare version 7.0.1
stable
7.0.1
2017-11-15, by Pierre-Yves David
packaging: update tested-with version
stable
2017-11-15, by Pierre-Yves David
changelog: mention the --publish bugfix
stable
2017-11-15, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-11-14, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-11-14, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-11-14, by Pierre-Yves David
compat: fix comp ability of the new phase logic for Mercurial < 4.4
stable
2017-11-14, by Pierre-Yves David
config: clarify that config is only enabled on the repository is it setup for
stable
2017-11-02, by Pierre-Yves David
branching: merge with an old and strange head
stable
2017-11-14, by Pierre-Yves David
branching: default into stable
stable
2017-07-25, by Pierre-Yves David
topic: fix new head detection when using --publish on a topic
stable
2017-11-14, by Pierre-Yves David
effect-flag: fix obsfate verb hooking
2017-11-14, by Boris Feld
test: update test output for effect flag by default
2017-11-07, by Pierre-Yves David
tests: add more testing of pulling with various setting
stable
2017-11-07, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-11-07, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-11-07, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-11-07, by Pierre-Yves David
branching: merge stable into default
2017-11-07, by Pierre-Yves David
changelog: add details about the pushkey related fix
stable
2017-11-07, by Pierre-Yves David
wireproto: gracefully fail on http when trying to use older pushkey method
stable
2017-11-07, by Pierre-Yves David
wireproto: avoid exposing pushkey abort for server without evolution
stable
2017-11-07, by Pierre-Yves David
obsdiscovery: enforce the config on the server too
stable
2017-11-02, by Pierre-Yves David
packaging: mark default branch as development version
2017-11-02, by Pierre-Yves David
branching: merge back stable back into default
2017-11-02, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-11-01, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-11-01, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-11-01, by Pierre-Yves David
packaging: mark as development version
stable
2017-11-02, by Pierre-Yves David
Added tag 7.0.0 for changeset c56c028f3802
stable
2017-11-02, by Pierre-Yves David
packaging: prepare version 7.0.0
stable
7.0.0
2017-11-02, by Pierre-Yves David
debian: drop outdate part of the description
stable
2017-11-02, by Pierre-Yves David
debian: update Mercurial version dependencies
stable
2017-11-02, by Pierre-Yves David
branching: merge with stable to prepare version 7.0.0
stable
2017-11-01, by Pierre-Yves David
push: add a --publish flag
2017-11-01, by Pierre-Yves David
topic: add an option to automatically publish topic-less changeset
2017-11-01, by Pierre-Yves David
topic: add an option to enforce a single head per name in a repository
2017-10-30, by Pierre-Yves David
revset: clean up some messy logic
2017-10-15, by Pulkit Goyal
evolve: rename --phasedivergent flag to --phase-divergent
2017-10-26, by Pierre-Yves David
evolve: rename --contentdivergent flag to --content-divergent
2017-10-26, by Pierre-Yves David
pushkey: forbid usage of pushley to exchange markers
2017-10-26, by Pierre-Yves David
changelog: add an entry for 7.0.0 with recent change
2017-10-26, by Pierre-Yves David
compat: drop compat code for smartrevs.first
2017-10-25, by Pierre-Yves David
compat: drop compatibility dance around configoverride
2017-10-25, by Pierre-Yves David
compat: drop support for older exchange protocol
2017-10-25, by Pierre-Yves David
compat: drop compatibility for 'streamres' prior to 4.1
2017-10-24, by Pierre-Yves David
compat: drop the directaccess hacky extension
2017-10-24, by Pierre-Yves David
compat: drop the inhibit hacky extension
2017-10-24, by Pierre-Yves David
compat: drop 'lru.get' work-around for 3.9
2017-10-24, by Pierre-Yves David
compat: stop working around 3.8 file cache limitation
2017-10-24, by Pierre-Yves David
compat: simply the wrapping of '_destmergebranch'
2017-10-24, by Pierre-Yves David
compat: drop support for 3.8's '_destrebase' function
2017-10-24, by Pierre-Yves David
compat: mark version 4.1 as the minimum version required
2017-10-24, by Pierre-Yves David
compat: drop compatibility for Mercurial <= 4.0
2017-10-23, by Pierre-Yves David
packaging: mark as development version
2017-10-23, by Pierre-Yves David
branching: merge with stable
2017-10-23, by Pierre-Yves David
packaging: mark version as development version
stable
2017-10-23, by Pierre-Yves David
branching: close mercurial-4.0 branch
mercurial-4.0
2017-10-23, by Pierre-Yves David
branching: close mercurial-3.9 branch
mercurial-3.9
2017-10-23, by Pierre-Yves David
branching: close mercurial-3.8 branch
mercurial-3.8
2017-10-23, by Pierre-Yves David
util: add a small script to help with the merging of branches
stable
2017-10-23, by Pierre-Yves David
test-compat: merge mercurial-3.9 into mercurial-3.8
mercurial-3.8
2017-10-23, by Pierre-Yves David
test-compat: merge mercurial-4.0 into mercurial-3.9
mercurial-3.9
2017-10-23, by Pierre-Yves David
test-compat: merge mercurial-4.1 into mercurial-4.0
mercurial-4.0
2017-10-23, by Pierre-Yves David
test-compat: merge mercurial-4.2 into mercurial-4.1
mercurial-4.1
2017-10-23, by Pierre-Yves David
test-compat: merge mercurial-4.3 into mercurial-4.2
mercurial-4.2
2017-10-23, by Pierre-Yves David
test-compat: merge stable into mercurial-4.3
mercurial-4.3
2017-10-23, by Pierre-Yves David
Added tag 6.8.0 for changeset ec0bbf26ce7f
stable
2017-10-23, by Pierre-Yves David
packaging: prepare version 6.8.0
stable
6.8.0
2017-10-23, by Pierre-Yves David
flake8: rename some ambiguous identifier
stable
2017-10-23, by Pierre-Yves David
topic: instroduce a fast path when computing stack
stable
2017-10-23, by Pierre-Yves David
branching: merge stable back into default
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-3.8 branch
mercurial-3.8
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-3.9 branch
mercurial-3.9
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-4.0 branch
mercurial-4.0
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-4.1 branch
mercurial-4.1
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-4.2 branch
mercurial-4.2
2017-10-20, by Pierre-Yves David
test-compat: merge future 6.7.0 in mercurial-4.3 branch
mercurial-4.3
2017-10-20, by Pierre-Yves David
obsfate: re-enables operation display in obsfate
stable
2017-10-20, by Pierre-Yves David
changelog: update to reflect latest change
stable
2017-10-20, by Pierre-Yves David
test-compat: merge with mercurial-3.9 branch
mercurial-3.8
2017-10-20, by Pierre-Yves David
test-compat: merge with mercurial-4.0 branch
mercurial-3.9
2017-10-20, by Pierre-Yves David
compat-test: remove topic related tests for 3.9
mercurial-3.9
2017-10-20, by Pierre-Yves David
test-compat: merge with mercurial-4.1 branch
mercurial-4.0
2017-10-20, by Pierre-Yves David
test-compat: merge with mercurial-4.2 branch
mercurial-4.1
2017-10-20, by Pierre-Yves David
test-compat: merge with mercurial-4.3 branch
mercurial-4.2
2017-10-20, by Pierre-Yves David
branching: merge with mercurial-4.3 branch creation
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output changes from phase renaming
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output changes related to temporary amend commit
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert ouput change to blackbox
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert ouput related to operation
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output change in rebase
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output change from bundle2 capability
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output change on pull report
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output change from 'phase' part
mercurial-4.3
2017-10-20, by Pierre-Yves David
test-compat: revert output change from using core obsfate
mercurial-4.3
2017-10-20, by Pierre-Yves David
topic: do to check to topic while amending
stable
2017-10-20, by Pierre-Yves David
topic-mode: add missing end line in topic-mode warning
stable
2017-10-20, by Pierre-Yves David
compat: work around the lack of configoverride in mercurial 4.0
stable
2017-10-20, by Pierre-Yves David
compat: add an abstraction for 'scmutil.cleanupnodes'
stable
2017-10-20, by Pierre-Yves David
compat: conditionally access config item
stable
2017-10-20, by Pierre-Yves David
compat: handle version where obsutil is not available
stable
2017-10-20, by Pierre-Yves David
test: use node instead of rev in topic push tests
stable
2017-10-20, by Pierre-Yves David
test: use node instead of rev in uncommit -i test
stable
2017-10-20, by Pierre-Yves David
branching: create the mercurial-4.3 test compatibility branch
mercurial-4.3
2017-10-20, by Pierre-Yves David
branch: merge with stable to prepare 6.7 release
stable
2017-10-20, by Pierre-Yves David
changeloge: add details about topic-mode
2017-10-20, by Pierre-Yves David
effect-flag: remove wrapping of createmarkers for Mercurial 4.4
2017-10-20, by Boris Feld
stack: order the adjective of changeset
2017-10-20, by Pierre-Yves David
stack: show current and unstable also for t0 and bases
2017-10-15, by Pulkit Goyal
obsfate: use core version of obsfate if available
2017-10-20, by Pierre-Yves David
topic: register config items
2017-10-19, by Pierre-Yves David
directaccess: register config item if possible
2017-10-19, by Pierre-Yves David
evolve: registed configitems if available
2017-10-19, by Boris Feld
inhibit: compatibility with 4.4-rc
2017-10-19, by Pierre-Yves David
branching: merge with stable
2017-10-19, by Pierre-Yves David
inhibit: respect '--keep' when handling rebase clean up
stable
2017-10-19, by Pierre-Yves David
test: adapt to change from 537de0b14030
2017-10-18, by Pierre-Yves David
test: adapt to output change from eb586ed5d8ce
2017-10-17, by Pierre-Yves David
compat: fix compatibility with new duplicatecopies
2017-10-17, by Pierre-Yves David
topic: remove 'ass' from the random animal list
2017-10-14, by Pierre-Yves David
config: stop passing useless default value to config
2017-10-14, by Pierre-Yves David
branching: merge with stable
2017-10-14, by Pierre-Yves David
changelog: add about fixed bookmark and phase handling while changing topics
2017-10-14, by Pulkit Goyal
changelog: add about pager support
stable
2017-10-14, by Pulkit Goyal
pager: add support to `hg evolve --list`
stable
2017-10-13, by Pulkit Goyal
pager: add support to `hg obslog`
stable
2017-10-13, by Pulkit Goyal
pager: add support to `hg topic`
stable
2017-10-13, by Pulkit Goyal
pager: add support to `hg stack`
stable
2017-10-13, by Pulkit Goyal
pager: add a function in compats to start pager
stable
2017-10-14, by Pulkit Goyal
metadata: cleanup metadata file
2017-10-14, by Pierre-Yves David
branching: merge with stable
2017-10-13, by Pierre-Yves David
topic: remove a silly duplicate in a revset
stable
2017-10-13, by Pierre-Yves David
topics: show changesetcount, troubledcount and headscount by default
2017-10-13, by Pulkit Goyal
topics: use stack.stack() instead of stack.stackdata()
2017-10-13, by Pulkit Goyal
packaging: mark version as bugfix dev version
stable
2017-10-10, by Pierre-Yves David
branching: merge with stable
2017-10-10, by Pierre-Yves David
Added tag 6.7.1 for changeset 430ad68292d7
stable
2017-10-10, by Pierre-Yves David
obslog: remove the word "yet" from "No patch available yet"
2017-10-09, by Pulkit Goyal
obslog: spell out successor completely
2017-10-09, by Pulkit Goyal
readme: update readme with latest fix
stable
6.7.1
2017-10-10, by Pierre-Yves David
obsfate: make the user list more readable
stable
2017-10-10, by Boris Feld
obsfate: fix user filtering in obsfate-printer
stable
2017-10-10, by Boris Feld
obsfate: add a test with user both current and other
stable
2017-10-10, by Pierre-Yves David
obsfate: update test
stable
2017-10-10, by Pierre-Yves David
packaging: prepare version 6.7.1
stable
2017-10-10, by Pierre-Yves David
readme: add changelog for topic 0.3.1
stable
2017-10-10, by Pierre-Yves David
add mention of the topic 0.3.0 version
stable
2017-10-10, by Pierre-Yves David
readme: fix evolve 6.7.1 entry
stable
2017-10-10, by Pierre-Yves David
topic: reorder revset for faster evaluation
stable
2017-10-10, by Pierre-Yves David
topics: use stack rather than stackdata when one only wants the changeset count
stable
2017-10-09, by Aurélien Campéas
log: update obsfate output order
2017-09-28, by Boris Feld
test: remove bashism in test-topic-change.t
2017-10-06, by Pierre-Yves David
topics: handle phase correctly while changing topics
2017-10-05, by Pulkit Goyal
tests: add test showing change of phase while changing topic on secret commit
2017-10-05, by Pulkit Goyal
topics: use scmutil.cleanupnodes to create markers while changing topics
2017-10-05, by Pulkit Goyal
tests: add a new test for testing changing or clearing topics
2017-10-05, by Pulkit Goyal
obscache: do not check of argument count of wrapped function
2017-10-03, by Matt DeVore
legacy: rename lookup_errors to not be in all caps (flake8 warning)
2017-10-03, by Anton Shestakov
randomname: fix the header of the file
2017-10-01, by Pulkit Goyal
topics: move README-topic as hgext3rd/topic/README
2017-10-01, by Pulkit Goyal
less
more
|
(0)
-3000
-1000
-480
+480
+1000
tip