2018-01-22 Pulkit Goyal evolve: handle case when newnode can be None while continuing evolve
2018-01-28 Pulkit Goyal tests: add tests for `hg evolve --continue`
2018-02-06 Pierre-Yves David merge with stable
2018-02-04 Pulkit Goyal CHANGELOG: add an entry about resolve showing how to continue evolve
2018-01-21 Matt Harbison test: explicitly run HGEDITOR shell command with `sh` stable
2018-01-21 Matt Harbison test: conditionalize blackbox output for Windows stable
2018-02-05 Pierre-Yves David branching: merge with stable
2018-02-05 Yuya Nishihara compat: add wrapper for logcmdutil functions stable
2018-01-22 Pulkit Goyal evolve: store the revs to be processed in the evolvestate
2018-01-22 Pulkit Goyal evolve: store the replacements in the evolvestate
2018-01-22 Pulkit Goyal evolve: store the target category in evolvestate
2018-01-22 Pulkit Goyal evolvecmd: use the evolvestate object passed as argument in _solveunstable
2018-01-22 Pulkit Goyal evolvecmd: pass evolvestate object to _solve* functions
2018-01-22 Pulkit Goyal evolve: create a state object in all case
2018-02-04 Pierre-Yves David branching: merge with stable
2018-02-02 Pulkit Goyal grab: preserve phase of the grabbed changeset
2018-02-02 Pulkit Goyal tests: add a test showing grabbing of secret changeset turn it into draft
2018-02-02 Pulkit Goyal grab: add grab info to cmdutil.afterresolvedstates
2018-01-27 Pulkit Goyal evolve: add evolve info to cmdutil.afterresolvedstates
2018-01-29 Boris Feld doc: add link to roadmap stable
2018-01-19 Pulkit Goyal evolve: move the evolve command to evolvecmd.py
2018-01-21 Pulkit Goyal evolve: move _orderrevs() function evolvecmd.py
2018-01-21 Pulkit Goyal evolve: move builddependencies() and _singlesuccessor() to utility module
2018-01-19 Pulkit Goyal utility: move MultipleSuccessorsError from __init__.py
2018-01-19 Pulkit Goyal evolvecmd: move more core from __init__.py to evolvecmd.py
2018-01-19 Pulkit Goyal evolvecmd: move code from __init__.py to evolvecmd.py
2018-01-19 Pulkit Goyal evolvecmd: move more code from __init__.py to evolvecmd.py
2018-01-19 Pulkit Goyal evolvecmd: move more chunks of code from __init__.py to evolvecmd.py
2018-01-19 Pulkit Goyal evolvecmd: move more functions from __init__.py to evolvecmd.py
2018-01-19 Pulkit Goyal evolvecmd: introduce a new module to handle `hg evolve` related code
2018-01-18 Pulkit Goyal evolve: remove not required calls to phases.retractboundary()
2018-01-16 Pulkit Goyal evolve: store the replacements occurred during `hg evolve` at top level
2018-01-27 Pulkit Goyal evolve: make the _solve* functions return a tuple
2018-01-17 Pulkit Goyal evolvestate: rename the file to state.py and class name to cmdstate
2018-01-26 Pierre-Yves David branching: merge with stable
2018-01-24 Martin von Zweigbergk update: show "use 'hg evolve' to..." hint iff evolve command enabled stable
2018-01-26 Martin von Zweigbergk obslog: drop period from summary line in accordance with convention
2018-01-11 Pulkit Goyal grab: add a command to grab a commit and update to it
2018-01-22 Pulkit Goyal amend: query the wdir parent after taking lock (issue5266) stable
2018-01-22 Pulkit Goyal fold: make sure we move bookmarks after folding (issue5772) stable
2018-01-22 Pulkit Goyal tests: add a test showing bookmark not moving in-case of `hg fold` stable
2018-01-24 Pierre-Yves David branching: merge stable back into default
2018-01-24 Pierre-Yves David test: update test output ot reply caps size change stable
2018-01-24 Pierre-Yves David branching: merge default test output into stable stable
2018-01-24 Pierre-Yves David branching: open Mercurial 4.4 compatibility branch mercurial-4.4
2018-01-20 Pierre-Yves David branching: merge release 7.2.1 into default
2018-01-20 Pierre-Yves David packaging: mark source as development version stable
2018-01-20 Pierre-Yves David Added tag 7.2.1 for changeset 6c772398eb4e stable
2018-01-20 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2018-01-20 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2018-01-20 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2018-01-20 Pierre-Yves David packaging: prepare version 7.2.1 stable 7.2.1
2018-01-20 Pierre-Yves David branching: merge with tutorial output update
2018-01-20 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2018-01-20 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2018-01-20 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2018-01-20 Boris Feld tutorial: docgraph output seems to have been dedented stable
2018-01-20 Pierre-Yves David test: update output for more verbose blackbox
2018-01-20 Pierre-Yves David test: update with new 'update' hint about obsfate
2018-01-13 Martin von Zweigbergk evolve: update output for wider reporting of troubled changesets
2018-01-19 Boris Feld test: update output for new `merge --abort` message
2018-01-20 Pierre-Yves David branching: merge with stable
2018-01-20 Pierre-Yves David changelog: mention 4.5 compatibility stable
2018-01-20 Martin von Zweigbergk trouble-reports: yield to in code reporting of new troubles stable
2018-01-19 Pierre-Yves David caches: fix automatic warming trigger stable
2018-01-20 Pierre-Yves David changelog: mention the packaging bugfix stable
2018-01-17 Pierre-Yves David packaging: properly install the evolve.thirdparty module stable
2018-01-16 Pierre-Yves David branching: merge release tags into default
2018-01-16 Pierre-Yves David packaging: mark source as development version stable
2018-01-16 Pierre-Yves David Added tag 7.2.0 for changeset bf6b859807ba stable
2018-01-16 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2018-01-16 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2018-01-16 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2018-01-16 Pierre-Yves David branching: merge stable back into default
2018-01-16 Pierre-Yves David branching: merge further compat change into stable stable 7.2.0
2018-01-16 Pierre-Yves David branching: merge further compat change into stable stable
2018-01-16 Pierre-Yves David branching: merge more compatibility fix into stable stable
2018-01-15 Pierre-Yves David packaging: merge 7.2.0 into stable stable
2018-01-15 Pierre-Yves David tests: update test output to match 4.4 stable
2018-01-15 Pierre-Yves David branching: backed out test output changes from core-1905aac253f0 stable
2018-01-15 Pierre-Yves David branching: backed out test output changes from core-02fdb8c018aa stable
2018-01-16 Pierre-Yves David compat: fix argument check for marker reading
2018-01-16 Pierre-Yves David cachevfs: use a compatibility later for all access
2018-01-16 Pierre-Yves David diff: drop default argument value
2018-01-15 Pierre-Yves David test: use hash in test-evolve-topic.t
2018-01-15 Pierre-Yves David packaging: prepare version 7.2.0
2018-01-15 Pierre-Yves David changelog: prepare for coming release
2018-01-15 Pierre-Yves David stablerange: add missing licence and copyright header
2018-01-11 Pulkit Goyal obshistory: pass the csets description in getmarkerdescriptionpatch
2018-01-11 Pulkit Goyal obshistory: remove the unused function
2018-01-11 Pulkit Goyal obslog: add header to the changeset description diff
2018-01-11 Pulkit Goyal obslog: colorize the description diff shown in obslog -p
2018-01-10 Pulkit Goyal obslog: colorize the patch shown using `hg obslog -p`
2017-12-26 Pulkit Goyal topic: suggest using topic when user creates a new head on branch
2018-01-15 Pierre-Yves David changelog: update changelog with some of the benefit from the new format
2018-01-11 Pulkit Goyal evolve: use better words in conflict markers of `hg evolve`
2018-01-11 Pulkit Goyal tests: add a test demonstrating we still use graft in conflict markers
2018-01-10 Pulkit Goyal evolve: remove the old functions for writing evolvestate
2018-01-10 Pulkit Goyal evolve: use the new evolvestate class in place of old methods
2018-01-10 Pulkit Goyal evolvestate: add a class to wrap the state of `hg evolve` command
2018-01-12 Pulkit Goyal evolve: start vendoring third party package cbor
2018-01-09 Pulkit Goyal uncommit: add a new flag `--revert` to discard wdir changes after uncommit
2018-01-09 Pulkit Goyal evolve: use phases.new-commit config to retain phase information (issue5720)
2018-01-09 Pulkit Goyal tests: add a test demonstarting lose of phase in `hg evolve`
2018-01-06 Pulkit Goyal evolve: add a utility fn to check validity of opts passed to `hg evolve`
2018-01-06 Pulkit Goyal evolve: don't use graftstate for continuing `hg evolve`
2018-01-09 Pulkit Goyal topics: add a new templatekeyword `topic`
2018-01-10 Boris Feld packaging: update MANIFEST.in to include new tutorial files
2017-12-16 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-12-16 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-12-16 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-10-25 Boris Feld test: add a test to reproduce issue 5720
2017-07-04 Boris Feld test: add missing cycle test
2018-01-08 Boris Feld Small typos fixing in the topic tutorial
2018-01-08 Boris Feld doc: import the training support
2018-01-05 Pierre-Yves David branching: merge with stable
2018-01-05 Pulkit Goyal evolve: use new trouble names in commit messages
2017-12-09 Pulkit Goyal evolve: use compat.TROUBLES to show troubles in user interface
2017-12-27 Pulkit Goyal topics: list only topic names in quiet mode
2017-12-27 Pulkit Goyal topics: take logic to parse username to a separate function
2018-01-05 Pierre-Yves David changelog: fix a typo in the changelog
2018-01-05 Pierre-Yves David caches: switch to 'auto' warming by default
2018-01-05 Pierre-Yves David caches: add a 'auto' option for obshashrange cache warming
2018-01-05 Pierre-Yves David caches: extract some config reading in 'shouldwarmcache'
2018-01-05 Pierre-Yves David caches: pass the transaction to the "shouldwarncache" logic
2018-01-05 Pierre-Yves David caches: record 'desc' attribute on transaction
2018-01-05 Pierre-Yves David caches: protect against missing connection
2017-12-26 Pulkit Goyal evolve: don't show working directory obsolete message if we were on it stable
2017-12-27 Pulkit Goyal prev: jump to parent's successor if parent is obsolete and topic is involved stable
2017-12-27 Pulkit Goyal tests: add a test showing wrong behaviour doing `hg prev` on orphan cset stable
2018-01-05 Boris Feld test: update output to 02fdb8c018aa
2018-01-05 Boris Feld test: update output to 9b3f95d9783d
2017-12-21 Pierre-Yves David stablesort: use parent filtering in a place we forgot to
2017-12-21 Pierre-Yves David obshashrange: add a progressbar to upgrade
2017-12-21 Pierre-Yves David stablerange: add an sql index on subranges id too
2017-12-21 Pierre-Yves David obshashrange: less brutal reset when receiving markers on existing node
2017-12-21 Pierre-Yves David obshashrange: update the cache updating logic
2017-12-21 Pierre-Yves David stablerange: cleanup the update logic
2017-12-21 Pierre-Yves David stablesort: cleanup the update logic
2017-12-21 Pierre-Yves David firstmergecache: cleanup the update logic
2017-12-21 Pierre-Yves David depthcache: cleanup the update logic
2017-12-21 Pierre-Yves David changelog: add an entry about the obshashrange changes
2017-12-21 Pierre-Yves David stablerange: be more cautious when deleting the sql connection
2017-12-21 Pierre-Yves David stablerange: clarify sql transaction logic
2017-12-21 Pierre-Yves David stablerange: use mergepoint based algorithm for the official stable range
2017-12-21 Pierre-Yves David stablerange: explicitly create a stablerange entry for branchpoint method
2017-12-18 Pierre-Yves David stablerange: have a mergepoint based sql backed class
2017-12-18 Pierre-Yves David stablerange: introduce a sql backed version of the generic on disk cache
2017-12-18 Pierre-Yves David stablerange: add a base class for on disk stored stablerange class
2017-12-21 Pierre-Yves David stablesort: use on disk cache for test
2017-12-21 Pierre-Yves David caches: factorise the cache warming check
2017-12-20 Pierre-Yves David stablerange: use repo-carried stablesortcache
2017-12-20 Pierre-Yves David stablesort: expose the cache through the repository
2017-11-29 Pierre-Yves David stablesort: implement an ondisk cache
2017-12-20 Pierre-Yves David stablesort: realign a misaligned continue
2017-12-20 Pierre-Yves David stablesort: remove some dead code
2017-12-20 Pierre-Yves David stablesort: abstract all cache access
2017-12-18 Pierre-Yves David stablerange: use first merge cache to skip over linear section
2017-12-20 Pierre-Yves David stablerange: add a new 'firstmerge' cache
2017-12-20 Pierre-Yves David stablerange: drop unused `until` utility
2017-12-20 Pierre-Yves David stablerange: use cached size data instead of walking the graph
2017-12-20 Pierre-Yves David stablesort: record previous segment size in the jump
2017-12-20 Pierre-Yves David stablesort: move jump recording inside the exclusive function
2017-12-20 Pierre-Yves David stablerange: compute jump size after jump retrieval only
2017-12-10 Pierre-Yves David stablesort: warm jump cache more efficiently
2017-12-10 Pierre-Yves David stablesort: use a regular dict for jumps
2017-12-20 Pierre-Yves David stablerange: use the jump information for faster iteration
2017-12-10 Pierre-Yves David stablesort: expose the jumps sequence to other code
2017-12-20 Pierre-Yves David stablesort: use 'depth' in mergepoint tie breaker
2017-12-20 Pierre-Yves David stablesort: rework jump gathering
2017-12-20 Pierre-Yves David stablesort: stop recording jump type
2017-12-20 Pierre-Yves David stablesort: pass a jump recording function instead of a list
2017-12-20 Pierre-Yves David stablesort: minor indent fix
2017-12-20 Pierre-Yves David stablesort: clarify subcall to the exclusive side
2017-12-20 Pierre-Yves David docgraph: update test output with new output
2017-12-18 Pierre-Yves David stablesort: record, cache and reuse jump
2017-12-18 Pierre-Yves David stablesort: fix head start computation
2017-12-18 Pierre-Yves David stablesort: avoid attempting to sort a tuple
2017-12-18 Pierre-Yves David stablerange: use the filterparents utility
2017-12-18 Pierre-Yves David stablesort: use the filtered parents utility
2017-12-18 Pierre-Yves David depthcache: use parents filter in depth cache
2017-12-18 Pierre-Yves David parents: add a utility to filter parents
2017-12-18 Pierre-Yves David stablerange: abstract the bit able to store cache into sql
2017-12-17 Pierre-Yves David stablerange: split pure algorithm part from the on disk cache
2017-12-10 Pierre-Yves David stablerange: add an assert to detect buggy range
2017-12-10 Pierre-Yves David stablerange: warn cache for all relevant ancestors range
2017-12-10 Pierre-Yves David stablesort: move parent range computation into its own method
2017-12-10 Pierre-Yves David stablerange: drop the basic inheritance from the 'mergepoint' version
2017-12-10 Pierre-Yves David stablerange: cache known subrange at the stablerangecached level
2017-12-17 Pierre-Yves David stablerange: use sort cache to build 'mergepoint' information
2017-12-10 Pierre-Yves David stablesort: make the iteration from head available to all
2017-12-17 Pierre-Yves David depth: fix compare mode for `debugdepth`
2017-12-15 Boris Feld memfilectx: changectx argument is not mandatory
2017-12-16 Pierre-Yves David branching: merge stable into default
2017-12-13 Boris Feld amend: fix a typo in amend help text related to the extract option stable
2017-12-14 Pierre-Yves David topic: fix compatibility with 4.3 stable
2017-12-12 Pierre-Yves David branching: merge stable back into default
2017-12-12 Pierre-Yves David packaging: mark stable change as bugfix dev version stable
2017-12-12 Pierre-Yves David Added tag 7.1.0 for changeset 06a3cb594956 stable
2017-12-12 Pierre-Yves David packaging: prepare release 7.1.0 stable 7.1.0
2017-12-12 Pierre-Yves David branching: revert "stable" change into default
2017-12-11 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-12-11 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-12-11 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-12-11 Pierre-Yves David test: backed out test change from changeset a18ca224e812 stable
2017-12-11 Pierre-Yves David test: backed out output change from 85ab7d2d9fd6 stable
2017-12-12 Pierre-Yves David branching: merge with stable
2017-12-11 Pulkit Goyal obsnote: warn if user try to store a note in obsmarker on an older hg
2017-12-12 Pierre-Yves David topic: use 'hookargs' over 'tr.changes' for flow control
2017-12-12 Pierre-Yves David topic: move function wrapping from reposetup to uisetup
2017-12-11 Pierre-Yves David test: publish the root of the repo in flow reject-untopiced
2017-12-12 Pierre-Yves David genericcaches: handle the lack of util.timer in 4.1
2017-12-11 Pulkit Goyal topics: fix `hg stack` in case of split stable
2017-12-11 Pulkit Goyal tests: add a test showing traceback on `hg stack` in case of split stable
2017-12-11 Pierre-Yves David branching: merge stable into default
2017-12-11 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-12-11 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-12-11 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-12-11 Pierre-Yves David changelog: add an entry for the split+branch fix stable
2017-12-10 Pierre-Yves David branching: merge with stable
2017-12-10 Boris Feld split: force the branch to fix the split bug stable
2017-12-10 Boris Feld split: add a test demonstrating that split doesn't take the right branch stable
2017-12-10 Pierre-Yves David stablerange: compute the subrange closure on an unfiltered repository
2017-11-26 Pierre-Yves David stablesort: write a flat version of the algorithm
2017-11-25 Pierre-Yves David stablesort: simplify processing of non-merge changesets
2017-11-25 Pierre-Yves David stablesort: extract a '_revsfrom' method
2017-12-10 Pierre-Yves David stablerange: use the new cache object in the 'mergepoint' version
2017-11-25 Pierre-Yves David stablesort: introduce a cache object
2017-11-25 Pierre-Yves David stablesort: start implementing more advanced version of headstart sorting
2017-12-10 Pierre-Yves David stablerange: make use of the limit argument in 'mergepoint'
2017-12-10 Pierre-Yves David stablerange: introduce a smarte version of stablerange for 'mergepoint'
2017-12-10 Pierre-Yves David stablerange: introduce an intermediary abstract class for caching
2017-12-10 Pierre-Yves David stablerange: introduce a basic-mergepoint method
2017-11-26 Pierre-Yves David stablesort: add a new test to check for fully independant branches
2017-11-25 Pierre-Yves David stablesort: add a --limit argument
2017-11-25 Pierre-Yves David stablesort: introduce a mergepoint based method focused on head
2017-11-25 Pierre-Yves David stablesort: introduce a "mergepoint" method
2017-12-09 Pierre-Yves David stablerange: fallback to a more naive approach to find subrange
2017-12-09 Pierre-Yves David stablebranch: avoid overlap between subrange
2017-12-09 Pierre-Yves David stablerange: introduce an 'basicstablerange'
2017-11-29 Pierre-Yves David stablerange: extract the core API into a 'stablerangecore' class
2017-12-09 Pierre-Yves David stable-branch: setup tests to use a specific method by default
2017-11-29 Pierre-Yves David stablerange: rework the debug command to allow for multiple method
2017-12-09 Pierre-Yves David deptcache: make sure we warm the dept cache before warming the obsdiscovery
2017-11-23 Pierre-Yves David stablesort: add a 'method' argument to the debugstablesort command
2017-11-25 Pierre-Yves David stablesort: rename function to stablesort_branchpoint
2017-12-09 Pierre-Yves David stablerange: update the filename to avoid cache confusion
2017-11-23 Pierre-Yves David stablesort: extract in its own module
2017-11-29 Pierre-Yves David compat: in depth cache, only use cachevfs when available
2017-11-23 Pierre-Yves David depthcache: issue a progress bar when loading the depth cache
2017-11-22 Pierre-Yves David depthcache: move to a dedicated object and storage
2017-11-22 Pierre-Yves David cache: adds debug details about what the content of the update
2017-11-22 Pierre-Yves David cache: introduce a changelogsourcebase class
2017-11-22 Pierre-Yves David cache: introduce an abstract class for cache we can upgrade incrementally
2017-11-22 Pierre-Yves David depth: basic debugdepth implementation and test
2017-12-09 Pulkit Goyal topics: add a config to reject draft changeset without topic on a server
2017-12-09 Pierre-Yves David test: update output to ad5f2b923b0d
2017-12-07 Denis Laxalde touch: shorten touch's docstring to make it fit into a one line stable
2017-12-05 Pierre-Yves David branching: merge with stable
2017-12-06 Pierre-Yves David help: promote "amend" to important command stable
2017-12-06 Kyle Lippincott help: fix output for `hg help -e evolve` wrt 'touch' command stable
2017-12-06 Kyle Lippincott help: remove a few commands from `hg` (no args) command list stable
2017-12-04 Kyle Lippincott typos: fix typos in several locations stable
2017-12-05 Pierre-Yves David topic: use more protective code to access current topic stable
2017-12-05 Pierre-Yves David topic: use more protective code to access publishing code stable
2017-12-04 Kyle Lippincott typos: fix typos in several locations
2017-12-04 Pulkit Goyal tests: add a test for newline in obsnote
2017-12-04 Pulkit Goyal obsnote: don't add '' to note while showing it in obslog
2017-12-03 Pulkit Goyal obsnote: add an entry in CHANGELOG about it
2017-11-16 Pulkit Goyal amend: add support for storing a note in obsmarker
2017-11-16 Pulkit Goyal uncommit: add support for storing a note in obsmarker
2017-11-16 Pulkit Goyal fold: add support for storing a note in obsmarker
2017-11-16 Pulkit Goyal metaedit: add support for storing a note in obsmarker
2017-11-16 Pulkit Goyal prune: add support for storing a note in obsmarker
2017-11-16 Pulkit Goyal split: add support for storing a note in obsmarker
2017-11-11 Pulkit Goyal touch: add support for storing a note in obsmarker
2017-11-11 Pulkit Goyal obslog: add initial support for showing note in obslog
2017-11-11 Pulkit Goyal cmdrewrite: add a utility function to make sure note is of valid format
2017-11-30 Pierre-Yves David branching: merge with stable
2017-11-30 Boris Feld test: remove dangling --config in test-metaedit.t
2017-12-01 Martin von Zweigbergk tests: fix previously accidentally matching regexes in test-touch.t stable
2017-11-30 Boris Feld test: update test-discovery-obshashrange.t stable
2017-11-30 Boris Feld test: remove dangling --config in test-metaedit.t stable
2017-11-25 Pierre-Yves David serverminitopic: also avoid reading
2017-11-15 Pierre-Yves David topic: introduce a minimal extensions to enable topic on the server
2017-11-25 Pierre-Yves David branching: merge stable into default
2017-11-24 Pierre-Yves David pusoperation: wrap pushoperation __init__ directly stable
2017-11-22 Pierre-Yves David hgignore: fix .err matching patterns stable
2017-11-19 Pierre-Yves David changelog: fix 7.0.0 release date stable
2017-11-16 Pierre-Yves David changelog: mention the improved verbosity handling
2017-11-16 Pierre-Yves David branching: merge with stable
2017-11-16 Pierre-Yves David changelog: update missing release date stable
2017-11-16 Martin von Zweigbergk summaryhook: respect -q flag
2017-11-16 Martin von Zweigbergk summaryhook: remove unused function
2017-11-16 Martin von Zweigbergk evolve: make prev/next respect --quiet flag (issue5742)
2017-11-14 Pierre-Yves David packaging: merge 7.0.1 into default
2017-11-14 Pierre-Yves David packaging: mark version as development version. stable
2017-11-14 Pierre-Yves David Added tag 7.0.1 for changeset e7a2a6158077 stable
2017-11-14 Pierre-Yves David packaging: prepare version 7.0.1 stable 7.0.1
2017-11-14 Pierre-Yves David packaging: update tested-with version stable
2017-11-14 Pierre-Yves David changelog: mention the --publish bugfix stable
2017-11-14 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-11-14 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-11-14 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-11-14 Pierre-Yves David compat: fix comp ability of the new phase logic for Mercurial < 4.4 stable
2017-11-02 Pierre-Yves David config: clarify that config is only enabled on the repository is it setup for stable
2017-11-14 Pierre-Yves David branching: merge with an old and strange head stable
2017-07-25 Pierre-Yves David branching: default into stable stable
2017-11-14 Pierre-Yves David topic: fix new head detection when using --publish on a topic stable
2017-11-14 Boris Feld effect-flag: fix obsfate verb hooking
2017-11-07 Pierre-Yves David test: update test output for effect flag by default
2017-11-07 Pierre-Yves David tests: add more testing of pulling with various setting stable
2017-11-07 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-11-07 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-11-07 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-11-07 Pierre-Yves David branching: merge stable into default
2017-11-07 Pierre-Yves David changelog: add details about the pushkey related fix stable
2017-11-07 Pierre-Yves David wireproto: gracefully fail on http when trying to use older pushkey method stable
2017-11-07 Pierre-Yves David wireproto: avoid exposing pushkey abort for server without evolution stable
2017-11-02 Pierre-Yves David obsdiscovery: enforce the config on the server too stable
2017-11-01 Pierre-Yves David packaging: mark default branch as development version
2017-11-01 Pierre-Yves David branching: merge back stable back into default
2017-11-01 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-11-01 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-11-01 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-11-01 Pierre-Yves David packaging: mark as development version stable
2017-11-01 Pierre-Yves David Added tag 7.0.0 for changeset c56c028f3802 stable
2017-11-01 Pierre-Yves David packaging: prepare version 7.0.0 stable 7.0.0
2017-11-01 Pierre-Yves David debian: drop outdate part of the description stable
2017-11-01 Pierre-Yves David debian: update Mercurial version dependencies stable
2017-11-01 Pierre-Yves David branching: merge with stable to prepare version 7.0.0 stable
2017-11-01 Pierre-Yves David push: add a --publish flag
2017-11-01 Pierre-Yves David topic: add an option to automatically publish topic-less changeset
2017-10-30 Pierre-Yves David topic: add an option to enforce a single head per name in a repository
2017-10-14 Pulkit Goyal revset: clean up some messy logic
2017-10-26 Pierre-Yves David evolve: rename --phasedivergent flag to --phase-divergent
2017-10-26 Pierre-Yves David evolve: rename --contentdivergent flag to --content-divergent
2017-10-26 Pierre-Yves David pushkey: forbid usage of pushley to exchange markers
2017-10-26 Pierre-Yves David changelog: add an entry for 7.0.0 with recent change
2017-10-25 Pierre-Yves David compat: drop compat code for smartrevs.first
2017-10-25 Pierre-Yves David compat: drop compatibility dance around configoverride
2017-10-25 Pierre-Yves David compat: drop support for older exchange protocol
2017-10-24 Pierre-Yves David compat: drop compatibility for 'streamres' prior to 4.1
2017-10-24 Pierre-Yves David compat: drop the directaccess hacky extension
2017-10-24 Pierre-Yves David compat: drop the inhibit hacky extension
2017-10-24 Pierre-Yves David compat: drop 'lru.get' work-around for 3.9
2017-10-24 Pierre-Yves David compat: stop working around 3.8 file cache limitation
2017-10-24 Pierre-Yves David compat: simply the wrapping of '_destmergebranch'
2017-10-24 Pierre-Yves David compat: drop support for 3.8's '_destrebase' function
2017-10-24 Pierre-Yves David compat: mark version 4.1 as the minimum version required
2017-10-23 Pierre-Yves David compat: drop compatibility for Mercurial <= 4.0
2017-10-23 Pierre-Yves David packaging: mark as development version
2017-10-23 Pierre-Yves David branching: merge with stable
2017-10-23 Pierre-Yves David packaging: mark version as development version stable
2017-10-23 Pierre-Yves David branching: close mercurial-4.0 branch mercurial-4.0
2017-10-23 Pierre-Yves David branching: close mercurial-3.9 branch mercurial-3.9
2017-10-23 Pierre-Yves David branching: close mercurial-3.8 branch mercurial-3.8
2017-10-23 Pierre-Yves David util: add a small script to help with the merging of branches stable
2017-10-23 Pierre-Yves David test-compat: merge mercurial-3.9 into mercurial-3.8 mercurial-3.8
2017-10-23 Pierre-Yves David test-compat: merge mercurial-4.0 into mercurial-3.9 mercurial-3.9
2017-10-23 Pierre-Yves David test-compat: merge mercurial-4.1 into mercurial-4.0 mercurial-4.0
2017-10-23 Pierre-Yves David test-compat: merge mercurial-4.2 into mercurial-4.1 mercurial-4.1
2017-10-23 Pierre-Yves David test-compat: merge mercurial-4.3 into mercurial-4.2 mercurial-4.2
2017-10-23 Pierre-Yves David test-compat: merge stable into mercurial-4.3 mercurial-4.3
2017-10-23 Pierre-Yves David Added tag 6.8.0 for changeset ec0bbf26ce7f stable
2017-10-23 Pierre-Yves David packaging: prepare version 6.8.0 stable 6.8.0
2017-10-23 Pierre-Yves David flake8: rename some ambiguous identifier stable
2017-10-23 Pierre-Yves David topic: instroduce a fast path when computing stack stable
2017-10-20 Pierre-Yves David branching: merge stable back into default
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-3.8 branch mercurial-3.8
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-3.9 branch mercurial-3.9
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-4.0 branch mercurial-4.0
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-4.1 branch mercurial-4.1
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-4.2 branch mercurial-4.2
2017-10-20 Pierre-Yves David test-compat: merge future 6.7.0 in mercurial-4.3 branch mercurial-4.3
2017-10-20 Pierre-Yves David obsfate: re-enables operation display in obsfate stable
2017-10-20 Pierre-Yves David changelog: update to reflect latest change stable
2017-10-20 Pierre-Yves David test-compat: merge with mercurial-3.9 branch mercurial-3.8
2017-10-20 Pierre-Yves David test-compat: merge with mercurial-4.0 branch mercurial-3.9
2017-10-20 Pierre-Yves David compat-test: remove topic related tests for 3.9 mercurial-3.9
2017-10-20 Pierre-Yves David test-compat: merge with mercurial-4.1 branch mercurial-4.0
2017-10-20 Pierre-Yves David test-compat: merge with mercurial-4.2 branch mercurial-4.1
2017-10-20 Pierre-Yves David test-compat: merge with mercurial-4.3 branch mercurial-4.2
2017-10-20 Pierre-Yves David branching: merge with mercurial-4.3 branch creation mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output changes from phase renaming mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output changes related to temporary amend commit mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert ouput change to blackbox mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert ouput related to operation mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output change in rebase mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output change from bundle2 capability mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output change on pull report mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output change from 'phase' part mercurial-4.3
2017-10-20 Pierre-Yves David test-compat: revert output change from using core obsfate mercurial-4.3
2017-10-20 Pierre-Yves David topic: do to check to topic while amending stable
2017-10-20 Pierre-Yves David topic-mode: add missing end line in topic-mode warning stable
2017-10-20 Pierre-Yves David compat: work around the lack of configoverride in mercurial 4.0 stable
2017-10-20 Pierre-Yves David compat: add an abstraction for 'scmutil.cleanupnodes' stable
2017-10-20 Pierre-Yves David compat: conditionally access config item stable
2017-10-20 Pierre-Yves David compat: handle version where obsutil is not available stable
2017-10-20 Pierre-Yves David test: use node instead of rev in topic push tests stable
2017-10-20 Pierre-Yves David test: use node instead of rev in uncommit -i test stable
2017-10-20 Pierre-Yves David branching: create the mercurial-4.3 test compatibility branch mercurial-4.3
2017-10-20 Pierre-Yves David branch: merge with stable to prepare 6.7 release stable
2017-10-20 Pierre-Yves David changeloge: add details about topic-mode
2017-10-20 Boris Feld effect-flag: remove wrapping of createmarkers for Mercurial 4.4
2017-10-20 Pierre-Yves David stack: order the adjective of changeset
2017-10-14 Pulkit Goyal stack: show current and unstable also for t0 and bases
2017-10-20 Pierre-Yves David obsfate: use core version of obsfate if available
2017-10-19 Pierre-Yves David topic: register config items
2017-10-19 Pierre-Yves David directaccess: register config item if possible
2017-10-19 Boris Feld evolve: registed configitems if available
2017-10-19 Pierre-Yves David inhibit: compatibility with 4.4-rc
2017-10-19 Pierre-Yves David branching: merge with stable
2017-10-19 Pierre-Yves David inhibit: respect '--keep' when handling rebase clean up stable
2017-10-18 Pierre-Yves David test: adapt to change from 537de0b14030
2017-10-17 Pierre-Yves David test: adapt to output change from eb586ed5d8ce
2017-10-17 Pierre-Yves David compat: fix compatibility with new duplicatecopies
2017-10-14 Pierre-Yves David topic: remove 'ass' from the random animal list
2017-10-14 Pierre-Yves David config: stop passing useless default value to config
2017-10-14 Pierre-Yves David branching: merge with stable
2017-10-14 Pulkit Goyal changelog: add about fixed bookmark and phase handling while changing topics
2017-10-14 Pulkit Goyal changelog: add about pager support stable
2017-10-13 Pulkit Goyal pager: add support to `hg evolve --list` stable
2017-10-13 Pulkit Goyal pager: add support to `hg obslog` stable
2017-10-13 Pulkit Goyal pager: add support to `hg topic` stable
2017-10-13 Pulkit Goyal pager: add support to `hg stack` stable
2017-10-14 Pulkit Goyal pager: add a function in compats to start pager stable
2017-10-14 Pierre-Yves David metadata: cleanup metadata file
2017-10-13 Pierre-Yves David branching: merge with stable
2017-10-13 Pierre-Yves David topic: remove a silly duplicate in a revset stable
2017-10-13 Pulkit Goyal topics: show changesetcount, troubledcount and headscount by default
2017-10-13 Pulkit Goyal topics: use stack.stack() instead of stack.stackdata()
2017-10-10 Pierre-Yves David packaging: mark version as bugfix dev version stable
2017-10-10 Pierre-Yves David branching: merge with stable
2017-10-10 Pierre-Yves David Added tag 6.7.1 for changeset 430ad68292d7 stable
2017-10-09 Pulkit Goyal obslog: remove the word "yet" from "No patch available yet"
2017-10-09 Pulkit Goyal obslog: spell out successor completely
2017-10-10 Pierre-Yves David readme: update readme with latest fix stable 6.7.1
2017-10-10 Boris Feld obsfate: make the user list more readable stable
2017-10-10 Boris Feld obsfate: fix user filtering in obsfate-printer stable
2017-10-10 Pierre-Yves David obsfate: add a test with user both current and other stable
2017-10-10 Pierre-Yves David obsfate: update test stable
2017-10-10 Pierre-Yves David packaging: prepare version 6.7.1 stable
2017-10-10 Pierre-Yves David readme: add changelog for topic 0.3.1 stable
2017-10-10 Pierre-Yves David add mention of the topic 0.3.0 version stable
2017-10-10 Pierre-Yves David readme: fix evolve 6.7.1 entry stable
2017-10-10 Pierre-Yves David topic: reorder revset for faster evaluation stable
2017-10-09 Aurélien Campéas topics: use stack rather than stackdata when one only wants the changeset count stable
2017-09-28 Boris Feld log: update obsfate output order
2017-10-06 Pierre-Yves David test: remove bashism in test-topic-change.t
2017-10-05 Pulkit Goyal topics: handle phase correctly while changing topics
2017-10-05 Pulkit Goyal tests: add test showing change of phase while changing topic on secret commit
2017-10-05 Pulkit Goyal topics: use scmutil.cleanupnodes to create markers while changing topics
2017-10-05 Pulkit Goyal tests: add a new test for testing changing or clearing topics
2017-10-03 Matt DeVore obscache: do not check of argument count of wrapped function
2017-10-03 Anton Shestakov legacy: rename lookup_errors to not be in all caps (flake8 warning)
2017-10-01 Pulkit Goyal randomname: fix the header of the file
2017-10-01 Pulkit Goyal topics: move README-topic as hgext3rd/topic/README
2017-10-01 Pulkit Goyal README: move CHANGELOG to a new file
2017-10-01 Pierre-Yves David test: small cleanup in test-topic-mode.t
2017-10-01 Pierre-Yves David test: add support for random-all topic mode
2017-10-01 Pierre-Yves David test: rename test-topicmode to test-topic-mode
2017-09-30 Boris Feld topicmode: add 'random' topic mode
2017-10-01 Pierre-Yves David topic: update the topic-mode hint
2017-10-01 Pierre-Yves David topic: rename the 'topic-mode' help subtopic
2017-09-30 Pierre-Yves David topic: add a 'enforce-all' mode
2017-09-30 Boris Feld topicmode: 'enforce' topic mode, no longer warn about untopiced merge
2017-09-30 Boris Feld topicmode: add new warning topicmode
2017-09-30 Pierre-Yves David topic: add documentation for the 'topic-mode' option
2017-09-30 Boris Feld test: update tests to use topic-mode enforce
2017-09-30 Boris Feld topic: migrate experimental.enforce-topic to experimental.topic-mode
2017-09-30 Pierre-Yves David test: adapt to output change from 10e162bb9bf5
2017-09-30 Pierre-Yves David merge with stable
2017-09-30 Pierre-Yves David stack: handle basic case of splitting with crash stable
2017-09-24 Pulkit Goyal tests: update test output with commit 4f969b9e0cf5 in core
2017-09-24 Pulkit Goyal tests: update test output with commit ecc96506c49d in core
2017-09-27 Pierre-Yves David packaging: update version to match development version
2017-09-27 Pierre-Yves David packaging: merge stable back into default
2017-09-27 Pierre-Yves David packaging: mark stable branch as dev bugfix version stable
2017-09-27 Pierre-Yves David Added tag 6.7.0 for changeset 3a4f75c6619c stable
2017-09-27 Pierre-Yves David packaging: update debian changelog stable 6.7.0
2017-09-27 Pierre-Yves David packaging: update version number and testedwith version stable
2017-09-26 Pierre-Yves David packaging: mark version 6.7.0 in the source stable
2017-09-26 Pierre-Yves David packaging: update compatible version stable
2017-09-26 Pierre-Yves David readme: prepare readme stable
2017-09-26 Pierre-Yves David compat-test: merge future 6.7.0 into 3.8 compat branch mercurial-3.8
2017-09-26 Pierre-Yves David compat-test: merge future 6.7.0 into 3.9 compat branch mercurial-3.9
2017-09-26 Pierre-Yves David compat-test: merge future 6.7.0 into 4.0 compat branch mercurial-4.0
2017-09-26 Pierre-Yves David compat-test: merge future 6.7.0 into 4.1 compat branch mercurial-4.1
2017-09-26 Pierre-Yves David compat-test: merge future 6.7.0 into 4.2 compat branch mercurial-4.2
2017-09-26 Pierre-Yves David branching: merge future 6.7.0 in the stable branch stable
2017-09-26 Pierre-Yves David topic: fix topic message for mercurial 4.2 and below
2017-09-26 Pulkit Goyal README: mention that --age also shows the user
2017-09-24 Pierre-Yves David topic: try to clarify the "branch" part in stack
2017-09-26 Pierre-Yves David readme: mention the message update
2017-09-24 Pulkit Goyal topics: make sure user don't pass both the age option and a topic name
2017-09-24 Pulkit Goyal topics: spell out topics completely in help
2017-09-24 Pulkit Goyal topics: show the user who last touched the topic in --age
2017-09-24 Pulkit Goyal topics: initialize variable with default value instead of assigning later
2017-09-24 Pulkit Goyal topics: improve the function signature by accepting arguments as **opts
2017-09-26 Pierre-Yves David topic: merge with strip related fix
2017-09-26 Pierre-Yves David topic: skip topic movement message during strip
2017-09-26 Aurélien Campéas topics/ui: detect and signal when an empty changeset becomes non-empty
2017-09-22 Aurélien Campéas topics/transaction: return immediately if we are in the middle of a transaction
2017-09-22 Aurélien Campéas topics/ui: signal when an operation entails voiding a topic
2017-09-26 Aurélien Campéas topics/ui: signal when the topics command creates a new (empty) topic
2017-09-26 Aurélien Campéas topics: signal to the end user when a topic has been forgotten
2017-09-22 Denis Laxalde topic: add a --topic option to "outgoing" command
2017-09-22 Denis Laxalde topic: add a --topic option to "push" command
2017-09-22 Pierre-Yves David test-compat: adapt to core change in b90bd9a98c8b
2017-09-21 Pierre-Yves David readme: update about obslog update and documentation refresh
2017-09-21 Aurélien Campéas topic/tuto: be more precise in the top introduction about the publishing server
2017-09-21 Aurélien Campéas topics/tuto: prefer rebase over merge and remove the weird merge attempt
2017-09-21 Aurélien Campéas topics/tuto: typo fix and s/multiple/two
2017-09-21 Aurélien Campéas topics/tuto: be more complete over the de-orphaning action within a topic
2017-09-21 Aurélien Campéas topics/tuto: try to be more precise on why `hg log` output is hairy
2017-09-21 Aurélien Campéas topics/tuto: attempt to have a slightly more clear wording
2017-09-21 Aurélien Campéas topics/tuto: try to be more clear when explaining previous/next
2017-09-21 Pierre-Yves David test: fix the enforce-topic configuration
2017-09-21 Aurélien Campéas topics/tuto: clarification on the scope of the tutorial
2017-09-21 Aurélien Campéas topics/tuto: slightly more verbose explanation of what we are seeing
2017-09-21 Aurélien Campéas topics/tuto: spell out `hg topics` entirely
2017-09-21 Aurélien Campéas topics/tuto: activate the `enforce-topic` option
2017-09-21 Aurélien Campéas topics/tuto: highlight the behaviour on publish + update
2017-09-21 Aurélien Campéas topics/tuto: fix title underline type introduced earlier
2017-09-21 Pierre-Yves David doc: update graph with latest version of doc-graph
2017-09-21 Philippe Pepiot flake8 docs/conf.py
2017-09-21 Philippe Pepiot doc: disable generating command documentation when mercurial is not up-to-date
2017-09-01 Philippe Pepiot doc: add documentation for evolve commands
2017-09-21 Philippe Pepiot doc: clarify undocumented features
2017-09-21 Pierre-Yves David test2rst: ignore the #if/#endif line in the output
2017-09-21 Boris Feld doc: integrate graphviz graphs in tutorials
2017-09-21 Boris Feld doc: add a special flag for content to ignore in the rst
2017-09-08 Alain Leufroy obslog: simplify formatter keys
2017-09-08 Alain Leufroy obslog: fix `--template` with `--graph` option
2017-09-08 Alain Leufroy obslog: uniformize `_debugobshistoryrevs` and `_debugobshistorygraph` arguments
2017-09-17 Alain Leufroy obslog: fix --patch with --no-graph options
2017-09-21 Pierre-Yves David commands: upgrade pdiff and pstatus to full commands
2017-09-21 Pierre-Yves David gup/gdown: properly mark these commands as deprecated
2017-09-21 Pierre-Yves David Backed out changeset 1b4c92621e23
2017-08-29 Boris Feld doc: integrate graphviz graphs in tutorials
2017-09-19 Pierre-Yves David amend: lift the --interactive constraint on `--extract`
2017-09-18 Pierre-Yves David readme: mention the topic output cleanup
2017-09-18 Pierre-Yves David readme: mention the new --interactive mode for uncommit
2017-09-18 Pierre-Yves David uncommit: minor comment cleanup in the test
2017-09-18 Pierre-Yves David uncommit: small cleanup of the interactive test setup
2017-09-11 Pierre-Yves David tests: add tests for interactively uncommitting by mentioning files
2017-09-11 Pulkit Goyal uncommit: fix the dirstate handling in `uncommit -i`
2017-09-05 Pulkit Goyal uncommit: pre-indent a block in if-True
2017-09-14 Pulkit Goyal uncommit: add an interactive option to uncommit
2017-09-04 Pierre-Yves David uncommit: pre-indent a block in if-True for the next patch
2017-09-17 Pierre-Yves David topic: provide more information when behind count cannot be computed
2017-09-15 Pulkit Goyal topic: show the t0 even if topic is not yet touched
2017-09-15 Pulkit Goyal topics: improve the description if topic is not touched
2017-09-15 Pulkit Goyal topics: show working directory branch when topic is empty
2017-09-01 Pulkit Goyal topics: add tests for cases when a topic is empty
2017-09-15 Pierre-Yves David readme: mention compatibility with future 4.4
2017-09-15 Pierre-Yves David topic: update the message used with --age for empty topic
2017-08-30 Ryan McElroy sharing: edit pass
2017-08-30 Ryan McElroy user-guide: edit pass
2017-09-13 Pierre-Yves David topic: stabilise the output of --age when date ties
2017-09-15 Boris Feld tests: update after removing of redundant amend commit
2017-09-13 Boris Feld topic: setup 'topic' value for working ctx
2017-09-14 Pierre-Yves David tests: abstract version number for test-topic-stack.t
2017-08-07 FUJIWARA Katsunori evolve: use registrar.templatekeyword to register template keyword functions
2017-09-10 FUJIWARA Katsunori evolve: use registrar.revsetpredicate to register revset predicate functions
2017-08-07 FUJIWARA Katsunori topic: use registrar.revsetpredicate to register revset predicate functions
2017-08-07 FUJIWARA Katsunori doc: make paragraphs before example code end with "::" for reST syntax
2017-09-10 FUJIWARA Katsunori topic: centralize compatibility logic between hg versions into compat module
2017-09-11 Pierre-Yves David readme: mention the improvement to stack in the readme
2017-09-07 Pierre-Yves David test: issue a clarifying graph print in tests/test-stack-branch.t
2017-09-09 Pierre-Yves David stack: properly order stack when gaps existing inside it
2017-09-07 Pierre-Yves David stack: display both parent with displaying merge
2017-09-09 Pierre-Yves David tests: add tests for showing stack when merge is involved
2017-09-04 Pierre-Yves David stack: move data computation on the object
2017-09-04 Pierre-Yves David stack: replace 'getstack' with direct call to 'stack'
2017-09-04 Pierre-Yves David stack: introduce a rich stack object
2017-09-07 Pulkit Goyal tests: add tests for `hg stack` showing surprising behavior with gaps
2017-09-10 FUJIWARA Katsunori topic: check availability of obsutil.getmarkers() for portability
2017-09-07 Pierre-Yves David tests: add more explicit test about empty topic from publishing
2017-09-01 Pierre-Yves David convertbookmark: advertise the new command in the readme
2017-09-01 Pierre-Yves David convertbookmark: properly convert stacked bookmarks
2017-09-01 Pierre-Yves David convertbookmark: perform all actions at the end
2017-09-01 Pierre-Yves David converbookmark: split target computation from actual update
2017-09-01 Pierre-Yves David convertbookmark: extract the revset into a module level constant
2017-09-01 Pierre-Yves David convertbookmark: properly exclude public changeset
2017-09-01 Pierre-Yves David test: add a new root changeset to all debugconvertbookmark test case
2017-09-01 Pierre-Yves David tests: import section in 'test-topic-debugcb.t'
2017-09-01 Pierre-Yves David test: avoid using debugdrawdag in 'test-topic-debugcb.t'
2017-08-29 Pulkit Goyal tests: add more tests for debugconvertbookmark
2017-08-14 Pulkit Goyal convertbookmark: add logic to skip revisions with multiple bookmarks
2017-09-01 Pulkit Goyal topics: add a new debugconvertbookmark command to convert bookmarks to topics
2017-09-01 Pierre-Yves David topic: support --rev argument and properly process then as user input
2017-09-01 Pierre-Yves David topic: move a status message in the right scope
2017-08-09 Boris Feld obsfate: use effect flag information for computing a better verb
2017-08-29 Philippe Pepiot compat: make it more clear that evolve need Mercurial >= minversion
2017-08-30 Pierre-Yves David doc: record all the missings and strange bit we know
2017-08-31 Boris Feld directaccess: fix with tree without order
2017-09-01 Boris Feld compat: adapt to test output changes
2017-09-01 Boris Feld compat: adapt to rebase change in coming 4.4
2017-08-31 Pulkit Goyal topics: import lock as lockmods
2017-08-29 Pulkit Goyal topics: make sure we have some restrictions on topic names
2017-08-29 Pulkit Goyal topic: add test showing no restrictions on topic names
2017-08-30 Ryan McElroy index: edit pass by native english speaker
2017-08-30 Aurélien Campéas topic: reword and simplify explanation of "behind"
2017-08-30 Aurélien Campéas topic: tutorial grammar fixes
2017-08-30 Pierre-Yves David doc-front-page: link to the changeset evolution section in the document
2017-08-30 Pierre-Yves David doc-front-page: use a clearer statement about the experimental status
2017-08-30 Pierre-Yves David doc-front-pagE: add a paragraph about "why the extension"
2017-08-30 Pierre-Yves David doc-front-page: expand the paragraph about changeset evolution
2017-08-30 Pierre-Yves David doc-front-page: rename the "next step" section
2017-08-30 Pierre-Yves David doc-front-page: mention that "Changeset Evolution" is a specific concept
2017-08-29 Pierre-Yves David doc-front-page: include the index in the TOC
2017-08-29 Pierre-Yves David doc-front-page: add a title to the part about the extension
2017-08-29 Pierre-Yves David doc-front-page: add a feature summary at the beginning of the page
2017-08-29 Pierre-Yves David doc-front-page: mention the mailing list in the documentation
2017-08-29 Pierre-Yves David doc-front-page: move installation instruction earliero
2017-08-29 Pierre-Yves David doc-front-page: move introduction before the table of content
2017-08-29 Philippe Pepiot doc: simplify the reference to in-core features
2017-08-29 Pierre-Yves David doc: be less dramatic about changeset immutability
2017-08-29 Philippe Pepiot doc: clarify the introduction sentence
2017-08-28 Pulkit Goyal topics: allow use a --current when setting a topic
2017-08-28 Pierre-Yves David topic: make --clear + topicname invalid
2017-08-28 Pulkit Goyal topics: add a current flag to display current topic
2017-08-28 Pulkit Goyal topics: add a missing trailing comma on list of flag
2017-08-29 Philippe Pepiot doc: let mercurial find where evolve is installed
2017-08-29 Philippe Pepiot doc: use pip to install evolve
2017-08-29 Philippe Pepiot doc: reword "target repository" to "remote repository"
2017-08-29 Philippe Pepiot doc: typo fixes
2017-08-29 Philippe Pepiot doc: use "hidden" instead of "invisible"
2017-08-28 Pulkit Goyal tests: add whitespaces in test-topic.t to make it more readable
2017-08-24 Martin von Zweigbergk evolve: undo change from "divergent" to "phasedivergent" for --divergent
2017-08-24 Martin von Zweigbergk messages: use hyphenated '{phase,content}-divergent' in user messages
2017-08-24 Martin von Zweigbergk warning: use 'divergent', not 'contentdivergent' on old Mercurial
2017-08-24 Boris Feld warning: rename warning message
2017-08-24 Boris Feld warning: rename bumped warning message
2017-08-24 Boris Feld warning: rename unstable warning message
2017-08-23 Pierre-Yves David merge with stable
2017-08-21 Pierre-Yves David test: fix output of test-discovery-obshashrange.t stable
2017-08-22 Martin von Zweigbergk obscache: use _readmarkers() from core with correct signature
2017-08-14 Pulkit Goyal topics: take locks and start transaction before calling _changetopics
2017-08-21 Boris Feld compat: fix instabilities compat
2017-08-21 Pierre-Yves David test: fix output of test-discovery-obshashrange.t
2017-08-11 Boris Feld revset: bumped volatile set was deprecated
2017-08-11 Boris Feld revset: divergent volatile set was deprecated
2017-08-11 Boris Feld revset: unstable volatile set was deprecated
2017-08-11 Boris Feld revset: bumped() is deprecated
2017-08-11 Boris Feld revset: divergent() is deprecated
2017-08-11 Boris Feld revset: unstable() is deprecated
2017-08-11 Boris Feld obsolete: allprecursors was deprecated
2017-08-11 Boris Feld context: precursors was deprecated
2017-08-11 Boris Feld context: troubled was deprecated
2017-08-10 Boris Feld context: unstable was deprecated
2017-08-10 Boris Feld context: troubles was deprecated
2017-08-10 Boris Feld log: bumped was renamed into phasedivergent
2017-08-10 Boris Feld log: divergent was renamed into contentdivergent
2017-08-10 Boris Feld log: unstable was renamed into orphan
2017-08-10 Boris Feld log: trouble was renamed into instability
2017-08-09 Boris Feld output: update obsfate / obslog output order
2017-08-09 Pierre-Yves David branching: merge with stable
2016-09-30 Pierre-Yves David doc: add part about exchanging drafts in topic tutorial stable
2016-09-30 Pierre-Yves David doc: add stack part in topic tutorial stable
2017-08-09 Pierre-Yves David test: setup python path for topic tests stable
2017-07-27 Boris Feld doc: various improvements on topic tutorial stable
2017-07-27 Boris Feld doc: various little improvements for rst export stable
2017-07-27 Boris Feld doc: fix test2rst stable
2017-07-27 Boris Feld docs: move the topic tutorial in the documentation stable
2017-07-24 Boris Feld test: fix typo in the topic tutorial stable
2017-07-24 Boris Feld test: fix typos in evolve tutorial stable
2017-07-25 Pierre-Yves David topic: fix extension version variable stable
2017-07-25 Pierre-Yves David branching: merge with stable
2017-07-25 Pierre-Yves David branching: merge with other stable head stable
2017-07-25 Pierre-Yves David debian: add a 6.6.0-1 changelog entry stable
2017-07-25 Pierre-Yves David debian: fix 6.5.0-1 changelog entry stable
2017-07-25 Pierre-Yves David packaging: update version to .dev
2017-07-25 Pierre-Yves David branching: merge back with stable
2017-07-25 Pierre-Yves David packaging: mark the stable branch as bugfix version in development stable
2017-07-25 Pierre-Yves David Added tag 6.6.0 for changeset cc3e09e033a3 stable
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-3.9 mercurial-3.8
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.0 mercurial-3.9
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.1 mercurial-4.0
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.2 mercurial-4.1
2017-07-25 Pierre-Yves David test-compat: merge with stable mercurial-4.2
2017-07-25 Pierre-Yves David packaging: prepare version 6.6.0 stable 6.6.0
2017-07-25 Pierre-Yves David readme: mention the documentation update stable
2017-07-23 FUJIWARA Katsunori topic: make command names valid as expected, even if ui.strict=true stable
2017-07-25 Pierre-Yves David readme: mention the work on API deprecated in 4.3 stable
2017-07-25 Pierre-Yves David next: use the utility to retrieve the current topic stable
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-3.9 mercurial-3.8
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.0 mercurial-3.9
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.1 mercurial-4.0
2017-07-25 Pierre-Yves David test-compat: merge with mercurial-4.2 mercurial-4.1
2017-07-25 Pierre-Yves David test-compat: merge mercurial-4.2 with the new stable branch content mercurial-4.2
2017-07-25 Pierre-Yves David branching: default into stable stable
2017-07-25 Pierre-Yves David compat: handle pre-4.2 compatibility for accessing vfs
2017-07-25 Pierre-Yves David compat: avoid using configoveride
2017-07-25 Pierre-Yves David compat: use old style method to update bookmark
2017-07-25 Pierre-Yves David topic: wrap 'update' in a more flexible way
2017-07-21 Pierre-Yves David branching: open the mercurial 4.2 compatibility branch mercurial-4.2
2017-07-24 Pierre-Yves David readme: add an entry about the unified message
2017-07-23 Pierre-Yves David touch: use precheck to validate revision
2017-07-23 Pierre-Yves David prune: use precheck to validate revision
2017-07-23 Pierre-Yves David uncommit: use precheck to validate revision
2017-07-23 Pierre-Yves David amend: use precheck to validate revision
2017-07-23 Pierre-Yves David split: use precheck to validate revision
2017-07-23 Pierre-Yves David precheck: handle rewrite attempt of nullrev
2017-07-23 Pierre-Yves David precheck: update the orphan message to something me generic
2017-07-23 Pierre-Yves David precheck: point to the instability doc when aborting
2017-07-23 Pierre-Yves David evolve: document the various instability/troubles
2017-07-23 Pierre-Yves David precheck: also check for unstability creation
2017-07-24 Pierre-Yves David prefetc: point at the offending changeset when aborting
2017-07-24 Pierre-Yves David precheck: point to 'phase' help when aborting
2017-07-23 Pierre-Yves David precheck: use 'changesets' in the message instead of 'revisions'
2017-07-23 Pierre-Yves David rewriteutil: add a precheck function to validate rewrite beforehand
2017-07-24 Pierre-Yves David test: remove reference to the graphlog extension
2017-07-23 Pierre-Yves David test: use common setup for test-split.t
2017-07-23 Pierre-Yves David split: compute revision to split after locking
2017-07-23 Pierre-Yves David split: basic code cleanup
2017-07-23 Pierre-Yves David commands: rewrite the 'evocommands' module to 'cmdrewrite'
2017-07-23 Pierre-Yves David split: add support for the -D and -U option
2017-07-23 Pierre-Yves David split: fix the --user option
2017-07-23 Pierre-Yves David metaedit: add support for the -D and -U options
2017-07-23 Pierre-Yves David fold: add support for the -D and -U options
2017-07-23 Pierre-Yves David test: extract most fold testing into a test-fold module
2017-07-23 Pierre-Yves David commands: move 'prune' to the 'evocommands' module
2017-07-23 Pierre-Yves David rewriteutil: move 'deletebookmark' to the module
2017-07-23 Pierre-Yves David rewriteutil: move 'reachablefrombookmark' to the module
2017-07-23 Pierre-Yves David commands: move the touch to the 'evocommands' module
2017-07-23 Pierre-Yves David commands: move split to the 'evocommands' module
2017-07-23 Pierre-Yves David commands: move fold to the 'evocommands' module
2017-07-23 Pierre-Yves David commands: move metaedit to the 'evocommands' module
2017-07-23 Pierre-Yves David rewriteutil: move the 'rewrite' function
2017-07-23 Pierre-Yves David rewriteutil: move 'foldcheck' to the new module
2017-07-23 Pierre-Yves David rewriteutil: move disallowednewunstable in the new module
2017-07-22 Pierre-Yves David rewriteutil: create a rewriteutil module to host utility function
2017-07-23 Pierre-Yves David interactive: fix the interractive option import
2017-07-21 Pierre-Yves David test: update test output to match b11e8c67fb0f
2017-07-21 Pierre-Yves David test: update test output from b47fef6d2365
2017-07-21 Pierre-Yves David compat: add a compatibility layer for bookmark move
2017-07-21 Pierre-Yves David compat: use 'safehasattr' over 'hasattr'
2017-07-14 Pulkit Goyal stack: show short node of changesets in `hg stack -v`
2017-07-20 Pierre-Yves David compat: use 'repo.cachevfs' when available
2017-07-16 Pierre-Yves David debugobsconvert: take the lock when writing the obsstore file
2017-07-14 Pulkit Goyal topics: add a test demonstarting sorting of topics by time using --age
2017-07-14 Pierre-Yves David branching: merge with stable
2017-07-14 Pierre-Yves David prev: allow to update to 't0' from 't1'
2017-07-14 Pierre-Yves David topic: add a 'topicidx()' to context
2017-07-14 Pierre-Yves David prev: retrieve the 'no-topic' result is a clear and reusable option
2017-07-14 Pierre-Yves David prev: add '_getcurrenttopic' helper and use it
2017-07-14 Pierre-Yves David prev: explicitly use 'p1' as a variable name
2017-07-13 Pierre-Yves David topic: rename the internal topic option
2017-07-13 Pierre-Yves David prev: extract the code computing the destination
2017-07-13 Pierre-Yves David prev: issue a proper error when reaching repository root
2017-07-13 Pierre-Yves David prev: stop creating a repository at the root of 'test-repo.t'
2017-07-13 Pierre-Yves David prev: extract the function performing the update
2017-07-13 Pierre-Yves David prev: simplify the bookmark preserving logic
2017-07-13 Pierre-Yves David prev: rename 'p' to 'target'
2017-07-13 Pulkit Goyal topics: check for topic on commit before a user enters message
2017-07-14 Pierre-Yves David packaging: update readme
2017-07-11 Pulkit Goyal topics: add a new flag --age which will show last touched time for topics
2017-07-11 Pierre-Yves David uncommit: expose the feature with a '--extract' to amend
2017-07-11 Pierre-Yves David uncommit: add support for -U and -D
2017-07-11 Pierre-Yves David uncommit: add support for --user and --date
2017-07-11 Pierre-Yves David uncommit: add support for --message and --logfile
2017-07-11 Pierre-Yves David amend: drop the implementation details from the user help
2017-07-11 Pierre-Yves David uncommit: move to the 'evocommands' module
2017-07-11 Pierre-Yves David amend: extract into a 'evolve.evocommands' module
2017-07-12 Pierre-Yves David test: handle output change in 20f533a92eda
2017-07-09 Josef 'Jeff' Sipek tutorial: fix grammar and spelling stable
2017-07-09 Josef 'Jeff' Sipek tutorial: word wrap long lines stable
2017-07-09 Josef 'Jeff' Sipek tutorial: use rm instead of 'hg rm' for an untracked temporary file stable
2017-07-09 Pierre-Yves David readme: update with various topic improvement
2017-07-05 Pulkit Goyal topics: add a config knob to forbid untopiced commit
2017-07-05 Pulkit Goyal topics: update the help for `hg topics` describing ways to use the command
2017-07-06 Pierre-Yves David branching: merge with stable
2017-07-06 Pierre-Yves David obshashrange: add cache warming instruction to the documentation stable
2017-07-04 Pierre-Yves David evolve: explain how to disable markers discovery in the documentation stable
2017-07-06 Pierre-Yves David obshashrange: add cache warming instruction to the documentation
2017-07-03 Pulkit Goyal topics: add t0 and b0 to the stack
2017-07-03 Pulkit Goyal topics: wrap the update function to check if either t0 or b0 is passed as rev
2017-07-06 Pierre-Yves David compat: adapt to change in 53b3a1968aa6-core
2017-07-02 Pierre-Yves David merge back with stable
2017-07-02 Pierre-Yves David packaging: update versions to '.dev' one stable
2017-07-02 Pierre-Yves David Added tag 6.5.0 for changeset 734c0bc066cd stable
2017-07-02 Pierre-Yves David packaging: prepare version 6.5.0 stable 6.5.0
2017-07-02 Pierre-Yves David topic: update extensions metadata stable
2017-07-02 Pierre-Yves David readme: prepare version 6.5.0 stable
2017-07-02 Pierre-Yves David compat: merge with mercurial-3.9 mercurial-3.8
2017-07-02 Pierre-Yves David compat: merge with mercurial-4.0 mercurial-3.9
2017-07-02 Pierre-Yves David compat: merge with mercurial-4.1 mercurial-4.0
2017-07-02 Pierre-Yves David compat: merge with stable mercurial-4.1
2017-07-02 Pierre-Yves David evolve: preserve the branch of the original changeset when evolving merge stable
2017-07-02 Pierre-Yves David merge: default into stable to prepare next version stable
2017-07-02 Pierre-Yves David obslog: handle patch generation for mercurial 4.1-
2017-07-02 Pierre-Yves David topic: also have the revbranchcache during the discovery
2017-07-02 Pierre-Yves David topic: cleanup the repository wrapping logic in topic discovery
2017-07-02 Pierre-Yves David topic: adapt to function migrate to obsutil
2017-07-02 Pierre-Yves David evolve: adapt to function migrate to obsutil
2017-07-02 Pierre-Yves David topic: directly use the '_notpublic' revset
2017-07-02 Pierre-Yves David topic: drop the message about running evolve after topic change
2017-07-02 Pierre-Yves David template: handle lack of "users" in the obsfate data
2017-06-30 Boris Feld doc: update effect flag documentation
2017-06-26 Boris Feld obsfate: override the default log output
2017-06-29 Pierre-Yves David evolve: fix documentation formatting
2017-06-29 Boris Feld compat: fix topicset for mercurial 4.1
2017-06-26 Boris Feld obsfate: refactor obsfate data computing
2017-06-29 Boris Feld topic: exclude public and topic changeset from branch stack
2017-06-29 Pierre-Yves David tests: use a more portable form for new lines
2017-06-28 Pulkit Goyal topic: don't abort if there is no current topic in stack() revset
2017-06-28 Pulkit Goyal topics: return a parse error if stack() revset is passed with argument
2017-06-28 Pulkit Goyal tests: add test to show topics working with shelve
2017-06-28 Pulkit Goyal topics: update current topic to the topic of newly rebased commit (issue5551)
2017-06-27 Pulkit Goyal docs: some fixes to the help text
2017-06-26 Pulkit Goyal topics: pass 'topics' to ui.formatter instead of 'bookmarks'
2017-06-28 Pierre-Yves David topic: also insert the extra head check with using the new head checking
2017-06-28 Pierre-Yves David topic: some document for an obscure function
2017-06-28 Pierre-Yves David topic: adjust head checking wrapping to not interfere with concurrent push
2017-06-28 Pierre-Yves David topic: also detect head checking using the concurrent part
2017-06-28 Pierre-Yves David test: avoid 'test-check-commit.t' complaining copied code
2017-06-28 Pierre-Yves David topic: small test cleanuo
2017-06-27 Pierre-Yves David topic: move the heads data to the branch line when appropriates
2017-06-28 Pierre-Yves David topic: add some initial support for using stack on named branch
2017-06-27 Pierre-Yves David topic: explicitly pass topic as a keyword argument
2017-06-27 Boris Feld topic: makes split keep the topic
2017-06-27 Boris Feld topic: add tests for fold behavior with topics
2017-06-25 Pulkit Goyal topics: pass quietempty=True to suppress useless output while changing topics
2017-06-25 Pulkit Goyal topics: return early so that other if conditions don't get execute (issue5600)
2017-06-26 Pierre-Yves David test: extra output to understand the next changeset better
2017-06-25 Pulkit Goyal topics: move the logic to change or clear current topic into a new function
2017-06-26 Pierre-Yves David tests: expand output to check topic activation
2017-06-25 Pierre-Yves David branching: merge stable into default
2017-06-25 Pierre-Yves David split: preserve author of the original changeset in the successors stable
2017-06-24 Pierre-Yves David grab: properly quote hg executable in the alias stable
2017-06-23 Pierre-Yves David topic: improve the revset used to return name->nodes mapping
2017-06-22 Pierre-Yves David topic: update the changectx method to respect phases
2017-06-23 Pierre-Yves David topic: avoid crash when topic is loaded but not enabled for a repository
2017-06-22 Pierre-Yves David compat: update test to match core default state
2017-06-22 Pierre-Yves David topicmap: massive rework
2017-06-22 Pierre-Yves David topic: use the 'topic' revset in namespace
2017-06-22 Pierre-Yves David topic-revset: update the revset to no longer build changectx
2017-06-22 Pierre-Yves David topic-revset: changectx creation in the revset
2017-06-21 Pulkit Goyal topics: add some noise to rewrittent changeset to prevent hash cycle
2017-06-21 Pierre-Yves David topic-change: update the working copy along when changing topic of '.'
2017-06-21 Pierre-Yves David topic-change: cleanup the locking and transaction mechanism
2017-06-21 Pulkit Goyal topics: use a dict for successors of changesets produced by topic change
2017-06-21 Pierre-Yves David topic: further simplify the clear logic
2017-06-20 Pulkit Goyal topics: drop the clean argument from _changetopics()
2017-06-20 Pulkit Goyal topics: rename '--change' flag to '--rev' flag
2017-06-20 Pulkit Goyal topics: factor out the logic to change topic in a new function
2017-06-21 Pierre-Yves David obslog: update the readme
2017-06-21 Pierre-Yves David obslog: add a comment about the final new line of descriptions
2017-06-20 Boris Feld obslog: also display description patch with --patch
2017-06-21 Pierre-Yves David obslog: extra patch indentation code
2017-06-20 Boris Feld obslog: add a patch option
2017-06-19 Pierre-Yves David obslog: clarify some sorting code
2017-06-19 Boris Feld obslog: pass directly unfiltered_repo
2017-06-19 Boris Feld obslog: remove useless repo arg
2017-06-19 Boris Feld obslog: small renaming of _debugobshistorysingle
2017-06-19 Boris Feld refactoring: directly use 'ctx.unstable()' in showstack function
2017-06-19 Pierre-Yves David packaging: flag default as version 6.5.0.dev
2017-06-19 Pierre-Yves David merge: get stable change back into default
2017-06-16 Boris Feld obsfate: improve obsfate output stable
2017-06-19 Pierre-Yves David packagin: mark stable branch as 6.4.1.dev stable
2017-06-18 Pulkit Goyal topics: abort if user wants to show the stack of a non-existent topic
2017-06-18 Pulkit Goyal stack: show unstable state for the current revision if it is one (issue5553)
2017-06-18 Pulkit Goyal topics: some minute fixes to the documentation which shows up in help
2017-06-17 Pulkit Goyal topics: make sure we commit on new parents while changing topics (issue5441)
2017-06-17 Pulkit Goyal tests: add a test to show issue5441 in test-topic.t
2017-06-16 Pierre-Yves David merge back with stable
2017-06-16 Pierre-Yves David Added tag 6.4.0 for changeset e60248f26f92 stable
2017-06-16 Pierre-Yves David packaging: prepare version 6.4.0 stable 6.4.0
2017-06-16 Pierre-Yves David readme: fix readme for future 6.4.0 stable
2017-06-16 Pierre-Yves David test-compat: merge with mercurial-3.9 mercurial-3.8
2017-06-16 Pierre-Yves David test-compat: merge with mercurial-4.0 mercurial-3.9
2017-06-16 Pierre-Yves David test-compat: merge with mercurial-4.1 mercurial-4.0
2017-06-16 Pierre-Yves David compat-test: merge with stable mercurial-4.1
2017-06-16 Pierre-Yves David test-compat: fix previous merge mercurial-4.1
2017-06-16 Pierre-Yves David merge with default stable
2017-06-16 Pierre-Yves David obsfate: by default only display the username if differ from the current one
2017-06-16 Pierre-Yves David obsfate: display more data about direct prune markers
2017-06-16 Pierre-Yves David obsfate: split markers fetch from successor set annotation
2017-06-16 Pierre-Yves David obsfate: mark successorsetallmarkers public
2017-06-16 Pierre-Yves David obsfate: mark 'preparesuccessorset' as public
2017-06-16 Pierre-Yves David obsfate: use 'split' as verb when appropriate
2017-06-16 Pierre-Yves David obsfate: improve prune support in _successorsetverb
2017-06-16 Pierre-Yves David obsfate: rename 'successorsset' to 'sset' in the loop
2017-06-16 Pierre-Yves David template: use hex node in the obsmarkers used in the obsfate template
2017-06-16 Pierre-Yves David template: use hex successors in obsfate
2017-06-16 Pierre-Yves David template: use hex-node in successors
2017-06-16 Pierre-Yves David template: update successors doc
2017-06-16 Pierre-Yves David template: fix precursors documentation
2017-06-16 Pierre-Yves David template: used hex-node for the precursors underlying data
2017-06-16 Pierre-Yves David compat-test: merge with mercurial-3.9 mercurial-3.8
2017-06-16 Boris Feld test-compat: merge with mercurial-4.0 branch mercurial-3.9
2017-06-16 Boris Feld compat-test: merge with mercurial-4.1 mercurial-4.0
2017-06-16 Pierre-Yves David compat-test: merge with stable mercurial-4.1
2017-06-16 Boris Feld merge with stable stable
2017-06-16 Boris Feld changelog: announce that obsfate is hg > 4.2 now
2017-06-15 Boris Feld compat: make obshistory._getdifflines compatible with mercurial 4.1
2017-06-08 Boris Feld obsfate: add a new obsfate template
2017-06-08 Pierre-Yves David obsfate: prepare fatelog tests
2017-06-08 Pierre-Yves David obsfate: build more advanced markers for tests
2017-06-15 Pierre-Yves David readme: fix entry for 6.4.0
2017-06-15 Pierre-Yves David test: drop now useless config about effect flag
2017-06-14 Boris Feld effectflag: activate effect flag by default
2017-06-02 Boris Feld effectflag: activate effect flag on test-evolve-obshistory test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-wireproto.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-uncommit.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-stabilize-order.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-obsconvert.t test file
2017-06-14 Boris Feld effectflag: activate effect flag for obsmarkers-case-*.t test files
2017-06-04 Boris Feld effectflag: activate effect flag on test-drop.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-amend.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-stabilize-result.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-split.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-evolve-cycles.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-evolve-obshistory-complex.t test file
2017-06-04 Boris Feld effectflag: activate effect flag on test-prune.t test file
2017-06-02 Boris Feld effectflag: activate effect flag on test-evolve.t test file
2017-06-02 Boris Feld effectflag: activate effect flag on test-obsolete test file
2017-06-09 Pierre-Yves David obscache: directly allocate zeroed bytearray
2017-06-09 Pierre-Yves David obscache: plug on core 'update cache' method if available
2017-06-15 Pierre-Yves David obscache: pre-indent code
2017-06-15 Boris Feld fix: fix _headssummary call to orig
2017-06-15 Boris Feld test-update: update hg update output in test files
2017-06-15 Boris Feld test-drop: all obsmarkers are now dropped
2017-06-15 Pierre-Yves David test-evolve: garbage collection changeset only, not obsmarkers
2017-06-15 Pierre-Yves David test-inhibit: adapt to 4.3
2017-06-15 Pierre-Yves David test-exchange-case-D3: avoid stripping obsolescence marker
2017-06-15 Pierre-Yves David test-exchange-case-D2: avoid stripping obsolescence marker
2017-06-15 Pierre-Yves David test-exchange-case-D1: avoid stripping obsolescence marker
2017-06-14 Boris Feld test: fix test-discovery-obshashrange.t new output
2017-06-14 Boris Feld fix: fix _headssummary api
2017-05-31 André Sintzoff url: update url to point to https://www.mercurial-scm.org/repo/evolve stable
2017-06-08 Pierre-Yves David doc: document the evolve templates
2017-06-08 Pierre-Yves David test: fix template condition for obsfate
2017-06-07 Pierre-Yves David obscache: add a missing "new line" at the end of a debug message stable
2017-06-07 Pierre-Yves David default: merge back with stable
2017-06-05 Pierre-Yves David obscache: shortcut the attribute access for testing
2017-06-06 Pierre-Yves David obshashrange: add an option to protect from accidental activation stable
2017-06-06 Pierre-Yves David obshashrange: basic proof reading of the documentation stable
2017-06-05 Pierre-Yves David proofread stable
2017-06-02 Boris Feld effectflag: fix content change detection for filtered revs stable
2017-06-05 Pierre-Yves David debugobsstorestat: adds static about actually obsolete changeses stable
2017-06-06 Kyle Lippincott evolve: fix typo: -list -> --list stable
2017-06-01 Pierre-Yves David Added tag 6.3.1 for changeset e358c0263e46 stable
2017-06-01 Pierre-Yves David prepare release 6.3.1 stable 6.3.1
2017-06-01 Pierre-Yves David merge with stable
2017-06-01 Pierre-Yves David packaging: bump to 6.4.0.dev
2017-06-01 Pierre-Yves David serveronly: also backport the fixes from 5adb8bdb935e stable
2017-06-01 Pierre-Yves David merge stable back into default
2017-06-01 Pierre-Yves David readme: merge 6.2.2 and 6.3.0 changelog stable
2017-06-01 Pierre-Yves David packaging: mark as version 6.3.1.dev stable
2017-06-01 Pierre-Yves David readme: clarify the branch policy stable
2017-05-31 Pierre-Yves David Added tag 6.3.0 for changeset 6da4ca7b3e4f stable
2017-05-31 Pierre-Yves David packaging: prepare release 6.3.0 stable 6.3.0
2017-05-31 Pierre-Yves David test-compat: merge with mercurial-3.9 mercurial-3.8
2017-05-31 Pierre-Yves David test-compat: merge with mercurial-4.0 branch mercurial-3.9
2017-05-31 Pierre-Yves David test-compat: merge with mercurial-4.1 mercurial-4.0
2017-05-31 Pierre-Yves David test-compat: merge with stable mercurial-4.1
(0) -3000 -1000 -960 +960 +1000 tip