2019-04-11 Anton Shestakov tests: remove note about already implemented --confirm with --continue
2019-03-12 Martin von Zweigbergk evolve: use merge.update() for resolving phase divergence
2019-04-10 Sushil khanchi evolve: compat patch for recordfilter change in mercurial
2019-04-10 Pierre-Yves David test: add file cancelation scenario for phase-divergence
2019-04-10 Pierre-Yves David test: introduce a more complete test for phase-divergence
2019-04-10 Pierre-Yves David test: rename test about content divergent meta data
2019-04-10 Pierre-Yves David test: cleanup title and doc phase-divergent cases
2019-04-10 Pierre-Yves David test: remove remaining duplicated file
2019-04-10 Pierre-Yves David test: add test for content-divergence with file removal
2019-04-10 Pierre-Yves David test: clarify changeset concent in the first content-divergence test
2019-04-10 Pierre-Yves David branching: merge with stable
2019-04-10 Pierre-Yves David branching: merge with test consolidation
2019-04-10 Pierre-Yves David branching: merge with stable
2019-04-07 Joerg Sonnenberger compat: drop getcachevfs, repo.cachevfs is supported in hg 4.4
2019-04-07 Joerg Sonnenberger evolve: when using evolve, cache files belong into the master repo
2019-04-10 Pierre-Yves David changelog: mention issue6089 fix stable
2019-02-23 Manuel Jacob pick: update working dir branch (issue6089) stable
2019-04-10 Pierre-Yves David tests: rename test-grab to test-pick stable
2019-04-10 Sushil khanchi evolve: make sure div resolution don't replace the initial author (issue6113) stable
2019-04-10 Sushil khanchi evolve: add test which demonstrate issue6113 stable
2019-04-10 Pierre-Yves David test: consolidate the content-divergent test cases stable
2019-04-09 Pierre-Yves David changelog: mention the fix to issue6057 stable
2019-04-09 Pierre-Yves David extensions: avoid enabling evolve for unrelated repositories (issue6057) stable
2019-04-06 Anton Shestakov stack: improve set combination logic
2019-04-06 Anton Shestakov stack: fix phasecache._phasesets check logic
2019-04-02 Sushil khanchi evolve: remove todo markers from a test which has been fixed
2019-04-05 Pierre-Yves David next: clarify tests related to `commands.update.check` test
2019-04-03 Anton Shestakov stack: simplify phasecache checks in _stackcandidates()
2019-04-05 Pierre-Yves David evolve: fix divergence resolution when not merging a descendant
2019-03-29 Pierre-Yves David test: fix a phase divergence test case to actually not contains conflict
2019-04-05 Pierre-Yves David tests: use current instability names everywhere
2019-04-04 Pierre-Yves David test: apply unstability resolution to `test-unstability-resolution-result.t`
2019-04-04 Pierre-Yves David test: rename and clarify content of test-unstable-content-divergent.t
2019-04-04 Pierre-Yves David test: rename and clarify content of test-unstable-orphan.t
2019-04-02 Sushil khanchi evolve: refactor the code which swap two nodes (in divergence resolution)
2019-04-02 Sushil khanchi evolve: remove tmpctx arg from _resolvephasedivergent()
2019-03-29 Pierre-Yves David doc: clarify _resolvephasedivergent role and constraint
2019-04-02 Pierre-Yves David branching: merge with stable
2019-02-13 Anton Shestakov evolve: unindent some lines caught by flake8 stable
2019-02-13 Anton Shestakov obsexchange: avoid importing io/StringIO module with a different name stable
2019-02-13 Anton Shestakov evolve: remove unused StringIO import stable
2019-03-22 Martin von Zweigbergk compat: add support for new arg name in memfilectx.__init__ stable
2018-11-21 Martijn Pieters topic: make topics compatible with branchmap refactor stable
2019-03-29 Sushil khanchi evolve: compat patch to fix broken evolve obsdiscovery
2019-03-28 Martin von Zweigbergk tests: add obslog output to some tests for divergence resolution
2019-03-28 Martin von Zweigbergk tests: add tests for divergence resolution with split+amend
2019-03-26 Pierre-Yves David test: use 'split' instead of 'splitted' in the tests
2019-03-26 Pierre-Yves David evolve: drop the "computing new diff message" for phase-divergence
2019-03-20 Martin von Zweigbergk evolve: clarify output when phase-divergence resolution results in no change
2019-03-12 Martin von Zweigbergk tests: reduce dependence on previous tests for setup
2019-03-28 Pierre-Yves David branching: merge with stable
2019-03-27 Anton Shestakov topicmap: add compatibility for branchcache that now uses self._entries stable
2019-03-27 Sushil khanchi evolve: fix over-idented block stable
2019-03-12 Martin von Zweigbergk tests: create "private" repository in already-updated state
2019-03-26 Pierre-Yves David branching: merge with stable
2019-03-25 Martin von Zweigbergk touch: use action "touch", not "<function touch at ...>", in precheck stable
2019-03-25 Martin von Zweigbergk prune: use action "prune", not "touch", in precheck stable
2019-03-24 Pierre-Yves David evolve: test a common case of public divergence
2019-03-24 Sushil khanchi evolve: add condition in case of pubdiv to not swap the two div csets
2019-03-22 Sushil khanchi evolve: add logic to handle a particular case in divergence resolution
2019-03-21 Sushil khanchi evolve: add a test reflecting wrong behaviour of content-div resolution
2019-03-22 Martin von Zweigbergk compat: add support for new arg name in memfilectx.__init__
2019-03-13 Sushil khanchi evolve: preserve compatibility for hg < 4.8 versions
2019-03-09 Sushil khanchi evolve: warn user if cset desc is being lost
2019-03-10 Pierre-Yves David changelog: mention latest improvement
2019-03-10 Anton Shestakov stack: make @ (current) more important than $ (some sort of unstable)
2019-03-09 Anton Shestakov stack: show content and phase divergent state and symbol
2019-03-09 Anton Shestakov stack: handle external-children just like other states
2019-03-07 Anton Shestakov stack: optimize revset used for stack --children
2019-03-07 Anton Shestakov stack: rename unstable -> orphan
2019-03-06 Anton Shestakov evolvecmd: compatibility with older geteffectflag() that took a tuple
2019-03-06 Anton Shestakov obshistory: remove unused geteffectflag(), it's been in core since 4.4
2019-03-06 Anton Shestakov compat: remove old vocabulary change fallbacks
2019-03-07 Pierre-Yves David branching: merge with stable
2019-03-06 Sushil khanchi evolve: fix a typo from directory to dirty stable
2019-03-06 Sushil khanchi evolve: fix the dirstate after setting parents with dirty wdir (issue5930) stable
2019-03-06 Sushil khanchi evolve: add tests which shows evolve can get confused about copies (issue5930) stable
2019-03-05 Sushil khanchi test: include some documentation to describe the case briefly stable
2019-03-05 Sushil khanchi split: use ui.configoverride to preserve phase while commiting stable
2019-03-04 Pierre-Yves David branching: merge with stable
2019-03-04 Pierre-Yves David changelog: add entries for the recent fixes stable
2019-03-03 Sushil khanchi evolve: make sure user can recover from conflict (issue6053) stable
2019-03-03 Sushil khanchi evolve: add test which shows unrecoverable evolve state (issue6053) stable
2019-03-01 Sushil khanchi evolve: add a test in pubdiv where only merging leads to conflict
2019-02-27 Sushil khanchi evolve: cover continue case in pubdiv when merging results in same as public
2019-02-21 Sushil khanchi evolve: handle a case in pubic-div when merging results in same as public
2019-02-27 Sushil khanchi evolve: rename npublicdiv to publicnode
2019-02-27 Sushil khanchi evolve: in pubdiv resolution make sure that transaction get closed
2019-02-25 Sushil khanchi evolve: pin the public cset to local side in merging when solving public div
2019-02-22 Sushil khanchi evolve: add tests of relocation case in public divergence
2019-03-03 Pierre-Yves David branching: merge with stable
2019-03-01 Sushil khanchi split: make sure hg split preserve the phase of splitting cset (issue6048) stable
2019-03-01 Sushil khanchi split: add tests which demonstrate the issue6048 stable
2019-02-22 Sushil khanchi evolve: fix the broken behaviour on div resolution in relocation case
2019-02-22 Sushil khanchi evolve: change in a test which demonstrate divergence resolution can break
2019-02-22 Sushil khanchi tests: update the title of a test as it's not what it says
2019-02-13 Anton Shestakov obsexchange: avoid importing io/StringIO module with a different name
2019-02-13 Anton Shestakov evolve: remove unused StringIO import
2019-02-13 Anton Shestakov evolve: unindent some lines caught by flake8
2019-02-13 Pierre-Yves David branching: overwrite broken merge with a correct one
2019-02-13 Anton Shestakov branching: merge with stable
2019-02-12 Pierre-Yves David branching: merge with stable
2019-02-11 Anton Shestakov obshistory: omit keyword arguments with default values in patch.diffui() calls stable
2019-02-08 Pierre-Yves David branching: merge with stable
2019-02-08 Pierre-Yves David test: wider another time matching in prev/next lock testing stable
2019-02-08 Pierre-Yves David branching: merge with stable
2019-02-08 Pierre-Yves David test: wider time matching in prev/next lock testing stable
2018-11-21 Martijn Pieters topic: make topics compatible with branchmap refactor
2019-01-30 Martin von Zweigbergk prompts: use 1-indexing in revselectionprompt()
2019-02-07 Anton Shestakov test-split: split now ignores diff.* settings
2019-02-03 Sangeet Kumar Mishra pick: add --tool for hg pick to specify mergetool
2019-02-06 Anton Shestakov revset: use getintrange() to parse relation subscript
2019-02-03 Pierre-Yves David branching: merge with stable
2019-01-31 Sushil khanchi compat: pass contexts to _findlimit() (issue6066) stable
2019-02-03 Pierre-Yves David packaging: fix debian changelog stable
2019-01-30 Pierre-Yves David changelog: add relevant entries
2019-01-22 Sushil khanchi evolve: add test for the case where public divergence on difference parents
2019-01-21 Sushil khanchi evolve: update the public divergence resolution logic to cover --continue case
2019-01-21 Sushil khanchi evolve: add logic to resolve content-divergence with a public cset
2019-01-13 Sushil khanchi evolve: introduce function to create a obsmarker relation even for public cset
2019-01-29 Anton Shestakov topic: make ranges work in revset relations like 'foo#stack[1:2]'
2019-01-28 Anton Shestakov topic: simplify #stack index check/access
2019-01-27 Anton Shestakov topic: make ranges work in revset relations like 'foo#topic[1:2]'
2019-01-25 Sushil khanchi evolve: add description of function solveobswdp
2019-01-23 Martin von Zweigbergk evolve: document the "if not shouldupdate" block
2019-01-23 Martin von Zweigbergk evolve: make "startnode" consistently be a node, not a context
2019-01-23 Martin von Zweigbergk evolve: use context managers for locks and transaction
2019-01-22 Martin von Zweigbergk prune: use scmutil.cleanupnodes()
2019-01-22 Martin von Zweigbergk uncommit: use scmtutil.cleanupnodes()
2019-01-22 Martin von Zweigbergk amend: use scmutil.cleanupnodes() with --patch
2019-01-22 Martin von Zweigbergk pick: use scmutil.cleanupnodes()
2019-01-22 Martin von Zweigbergk fold: use scmutil.cleanupnodes()
2019-01-26 Anton Shestakov revset: subscriptrelations functions now have two bounds
2019-01-23 Pierre-Yves David branching: merge with stable
2019-01-23 Pierre-Yves David packaging: mark as development version stable
2019-01-23 Pierre-Yves David Added tag 8.4.0 for changeset 8c4289d0e91e stable
2019-01-23 Pierre-Yves David packaging: prepare release 8.4.0 stable 8.4.0
2019-01-23 Pierre-Yves David minitopic: add warning about extensions state and testing stable
2019-01-22 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2019-01-22 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2019-01-22 Pierre-Yves David branching: closing test-compat branch for mercurial-4.3 mercurial-4.3
2019-01-22 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2019-01-22 Pierre-Yves David test-compat: merge mercurial-4.8 into mercurial-4.7 mercurial-4.7
2019-01-22 Pierre-Yves David test-compat: merge stable into mercurial-4.8 mercurial-4.8
2019-01-22 Pierre-Yves David changelog: explicit the part related to topic stable
2019-01-22 Pierre-Yves David branching: merge with future version mercurial-4.8
2019-01-22 Pierre-Yves David branching: start branch for test compat with Mercurial 4.8 mercurial-4.8
2019-01-22 Pierre-Yves David test-compat: reverse test change from 9bce7e6c18b3 mercurial-4.8
2019-01-22 Pierre-Yves David test-compat: reverse test change from db87432df8de mercurial-4.8
2019-01-22 Pierre-Yves David test-compat: reverse test change from ac39cfb5bddd mercurial-4.8
2019-01-22 Pierre-Yves David branching: merge stable into default prior to new version stable
2019-01-19 Pierre-Yves David branching: merge wit stable
2019-01-17 Pierre-Yves David obsdiscovery: use consistent filtering during discovery
2019-01-18 Sushil khanchi evolve: make sure we don't stop after evolution of obsparent (issue5881)
2019-01-18 Sushil khanchi evolve: extract "update" code into its own function
2018-12-25 Sushil khanchi evolve: add test case for issue 5881
2019-01-18 Sushil khanchi evolve: add test which shows fixed behaviour of `hg evolve` (issue5686)
2018-12-25 Sushil khanchi evolve: cover the orphanmerge part missed by lastsolved
2019-01-17 Sushil khanchi evolve: add test which shows orphan-merge resolution can result to crash
2018-12-25 Sushil khanchi next: populate stacktemplate to the missed _nextevolve function
2019-01-14 Martin von Zweigbergk evolve: adapt for deprecated ui.progress()
2019-01-11 Martin von Zweigbergk fold: sort concatenated commit messages in topological order
2018-12-26 Anton Shestakov topic: make revsets like 'foo#topic[0]' work
2019-01-10 Pierre-Yves David changelog: add an entry about the revset stack indexing
2019-01-10 Pierre-Yves David test: adapt output to minor behavior change
2019-01-05 Anton Shestakov tests: remove unused variable and needless subshell in testlib/pythonpath.sh stable
2019-01-05 Pierre-Yves David branching: merge with stable
2019-01-05 Matt Harbison tests: conditionalize some output for Windows stable
2019-01-04 Matt Harbison test-pyflakes: use '/' when printing the files to check stable
2019-01-04 Matt Harbison tests: fix PYTHONPATH manipulation on Windows stable
2019-01-03 Matt Harbison exthelper: update documentation with some examples for using registrar aliases
2018-12-28 Matt Harbison exthelper: simplify the ability to register filesets
2018-12-28 Matt Harbison exthelper: simplify the ability to register templates
2018-12-28 Matt Harbison exthelper: simplify the ability to register revsets
2018-12-24 Matt Harbison exthelper: support the option argument when registering a command
2018-12-23 Matt Harbison exthelper: simplify configitem registration
2018-12-28 Matt Harbison exthelper: avoid a [] default arg to wrapcommand()
2019-01-04 Matt Harbison configitems: move the default values to the registrar decorator
2018-12-26 Anton Shestakov topic: make revsets like foo#stack[-1] work too
2018-12-16 Anton Shestakov topic: make revsets like 'foo#stack[0]' work
2018-12-22 Matt Harbison exthelper: remove '_' in final_xxx() function names to conform to hg style
2018-12-24 Pierre-Yves David branching: merge with stable
2018-12-24 Pierre-Yves David packaging: mark as development version stable
2018-12-24 Pierre-Yves David Added tag 8.3.3 for changeset 97b18934d6db stable
2018-12-24 Pierre-Yves David packaging: prepare version 8.3.3 stable 8.3.3
2018-12-24 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-12-24 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-12-24 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-12-24 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-12-24 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-12-21 Pierre-Yves David evolve: detect unresolved conflict during evolve --continue (issue5966) stable
2018-12-20 Anton Shestakov tests: filter out uninteresting log events
2018-12-21 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-12-21 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-12-21 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-12-21 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-12-21 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-12-21 Pierre-Yves David linter: silence rightful complains about unused variable stable
2018-12-03 Anton Shestakov topic: merge _showlasttouched logic into _listtopics
2018-12-03 Anton Shestakov topic: simplify _showlasttouched and _getlasttouched (and its data structure)
2018-12-13 Pierre-Yves David branching: merge with stable
2018-12-13 Boris Feld split: add a --interactive flag
2018-02-21 Boris Feld split: take file patterns to limit selection on matching file patterns
2018-02-21 Boris Feld split: only accept explicit revision through the `-r` option
2018-12-13 James Reynolds issue-6028: resolves 6028 - return (False, ".") instead of (False, '') stable
2018-12-13 Pierre-Yves David branching: merge with stable
2018-12-11 Anton Shestakov tests: add sparserevlog cap since hg now has sparse revlogs by default
2018-12-12 Pierre-Yves David split: rework the prompt to be more standard
2018-02-20 Pierre-Yves David split: add a option to discard remaining change during split
2018-02-20 Pierre-Yves David split: add a way to abort a split from the prompt
2018-02-20 Pierre-Yves David split: add a help entry to the final prompt
2018-12-05 Anton Shestakov topic: make revset argument messages be similar to such messages in core stable
2018-12-05 Anton Shestakov tests: don't forget to add hg serve pid to DAEMON_PIDS in test-wireproto.t stable
2018-12-04 Pierre-Yves David test: adapt to change output change on default
2018-12-01 Anton Shestakov safeguard: don't reimplement auto-publish if it's in core (will be in 4.9)
2018-12-01 Anton Shestakov safeguard: the new default for auto-publish is 'publish'
2018-09-21 James Reynolds stack: add a --children flag to stack
2018-12-02 Matt Harbison extensions: avoid shadowing imported module names with exthelper methods
2018-12-01 Matt Harbison extensions: add fileset support to exthelper
2018-12-02 Matt Harbison extensions: add uipopulate() support to exthelper
2018-12-02 Pierre-Yves David exthelper: clarify copyright and licence for the module
2018-11-27 Pierre-Yves David packaging: merge with version 8.3.2
2018-11-27 Pierre-Yves David packaging: mark development version stable
2018-11-27 Pierre-Yves David Added tag 8.3.2 for changeset 7edc5c148df0 stable
2018-11-27 Pierre-Yves David packagin: prepare release 8.3.2 stable 8.3.2
2018-11-27 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-11-27 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-11-27 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-11-27 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-11-27 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-11-27 Pierre-Yves David changelog: add information about the topic message improvements
2018-11-27 Pierre-Yves David branching: merge with stable
2018-11-27 Sushil khanchi evolve: update the abort to a ProgrammingError stable
2018-11-26 Pulkit Goyal topics: improve the message around topic changing
2018-11-21 Martijn Pieters tests: fix for POSIX compliance
2018-11-21 Martijn Pieters style: remove unused variables
2018-11-20 Eric Spishak-Thomas evolve: fix a documentation typo stable
2018-11-19 Pierre-Yves David compat: drop 4.3 related obsfate code
2018-11-19 Pierre-Yves David compat: drop code dealing with incompatibility for --publish with 4.3
2018-11-19 Pierre-Yves David compat: clarify when some conditional are used
2018-11-19 Pierre-Yves David compat: drop 4.3 "new troubles" report code
2018-11-19 Pierre-Yves David compat: drop 4.3 wrapping of createmarker for effect flag support
2018-11-19 Pierre-Yves David compat: drop 4.3 monkey patch of `copies.mergecopies`
2018-11-19 Pierre-Yves David compat: drop 4.3 compatiblity code for `obsutil.allprecursors` function
2018-11-19 Pierre-Yves David compat: drop 4.3 compatiblity code for `ui.edit` method
2018-11-19 Pierre-Yves David compat: drop 4.3 compatiblity code for 'successors' revset
2018-11-19 Pierre-Yves David compat: drop 4.3 compatiblity code for 'precursors' revset
2018-11-11 Matt Harbison compat: drop Mercurial 4.3 support for exthelper
2018-11-19 Pierre-Yves David compat: update metadata about minimum ag version
2018-11-06 Sushil khanchi next: solve the issue of `next` get confused by split
2018-11-06 Sushil khanchi next: add test which shows that `next` get confused by split
2018-10-31 Sushil khanchi cleanup: avoid a Yoda condition
2018-10-31 Sushil khanchi evolve: modify and move the comment to appropriate position
2018-10-31 Sushil khanchi next: update the command description
2018-11-10 Sushil khanchi next: make next command --evolve by default
2018-11-05 Anton Shestakov safeguard: allow push to succeed (and without warning) with --publish
2018-11-04 Anton Shestakov topic: only add --publish flag to push if it's not already there
2018-11-05 Anton Shestakov safeguard: check auto-publish value before sending listkeys command
2018-11-10 Pierre-Yves David style: silence another flak8 warning
2018-11-10 Pierre-Yves David oops: backed out changeset df22f010cf24 pushed by error
2018-11-10 Sushil khanchi next: make next command --evolve by default
2018-11-10 Pierre-Yves David next: improve the message for dirty working copy with --evolve
2018-11-10 Pierre-Yves David next: use the `hint` argument of bail if changed
2018-11-10 Pierre-Yves David prev: use the `hint` argument of bail if changed
2018-11-10 Pierre-Yves David next: explicitly specify --no-evolve in the tests
2018-11-10 Pierre-Yves David branching: merge with stable
2018-11-10 Pierre-Yves David style: fix various flake8 warning stable
2018-11-10 Sushil khanchi next: set if we need to evolve or not; also move logic to appropriate pos
2018-11-06 Sushil khanchi next: move some code to prepare for `next --evolve` by default
2018-11-09 Pierre-Yves David branching: merge with stable
2018-11-06 Sushil khanchi topic: improve UX by using pager only when we should stable
2018-11-06 Sushil khanchi evolvecmd: _possibledestination() skip visiting empty parent stable
2018-11-03 Sushil khanchi pick: `hg help` was not showing the full cmd desc of `pick` stable
2018-11-09 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-11-09 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-11-09 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-11-09 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-11-09 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-11-07 Boris Feld compat: fix fixedcopytracing compatibility with mercurial 4.8 and narrow stable
2018-11-01 Pulkit Goyal utility: don't translate commit messages in revselection prompt (issue6016) stable
2018-10-26 Sushil khanchi evolve: use stack template in --continue case also
2018-10-24 Sushil khanchi evolve: add test showing currently stackalias fails in --continue case
2018-10-25 Pierre-Yves David branching; merge with stable
2018-10-25 Pierre-Yves David packaging: mark version as devel version stable
2018-10-25 Pierre-Yves David Added tag 8.3.1 for changeset b90422a11a88 stable
2018-10-25 Pierre-Yves David packaging: prepare version 8.3.1 stable 8.3.1
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-10-25 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-10-25 Pierre-Yves David evolve: do not try to display stack index of changeset who do not have one stable
2018-10-25 Pierre-Yves David evolve: check if we should use stack template for each item in the stack stable
2018-10-25 Pierre-Yves David branching: merge stable back into default
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-10-25 Pierre-Yves David test-compat: merge mercurial-4.7 into mercurial-4.6 mercurial-4.6
2018-10-25 Pierre-Yves David test-compat: merge stable into mercurial-4.7 mercurial-4.7
2018-10-25 Pierre-Yves David branching: revert test outptu change for 4.7 mercurial-4.7
2018-10-25 Pierre-Yves David pullbundle: drop erroneous flagging of the command as basic stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset ba1e83c841f2 stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset b0084d599112 stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset e2d083cc447e stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset ccbfbeee6cf3 stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset 7091f7215651 stable
2018-10-25 Pierre-Yves David test-compat: backed out changeset 8eec9422bd8e stable
2018-10-25 Pierre-Yves David branching: merge stable into default
2018-10-25 Pierre-Yves David branching: start test compatibility branch for Mercurial 4.7 mercurial-4.7
2018-10-20 Pulkit Goyal topic: add the changelog argument to branchinfo() stable
2018-10-19 Martin von Zweigbergk evolve: adapt for changed @command decorator stable
2018-10-17 Pierre-Yves David topicidx: stop assigning index number to obsolete changesets stable
2018-10-25 Pierre-Yves David stack-index: add some test featuring content diversion stable
2018-10-25 Pierre-Yves David pullbundle: drop erroneous flagging of the command as basic
2018-10-20 Pulkit Goyal topic: add the changelog argument to branchinfo()
2018-10-19 Martin von Zweigbergk topics: "prairie" is a not an animal (AFAIK, anyway)
2018-10-19 Martin von Zweigbergk tests: remove a"| head -n 2" that just hides an error code
2018-10-19 Martin von Zweigbergk evolve: adapt for changed @command decorator
2018-10-17 Anton Shestakov commands: adjust metavariables as appropriate
2018-10-17 Pierre-Yves David branching: merge with default
2018-10-17 Pierre-Yves David branching: preserve the expected output on default
2018-10-14 Anton Shestakov evolvecmd: use modern vocabulary in help text for evolve stable
2018-10-14 Anton Shestakov evolvecmd: mark flags with old instability names as deprecated stable
2018-10-17 Pierre-Yves David packaging: mark as development version stable
2018-10-12 Pierre-Yves David Added tag 8.3.0 for changeset 45d4b49d81d9 stable
2018-10-12 Pierre-Yves David packaging: prepare release 8.3.0 stable 8.3.0
2018-10-12 Pierre-Yves David pullbundle: document working version and update changelog to mention it stable
2018-10-12 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-10-12 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-10-12 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-10-12 Pierre-Yves David test-compat: merge stable into mercurial-4.6 mercurial-4.6
2018-10-12 Pierre-Yves David topic: fix '{topicidx}' keyword registration for mercurial <= 4.5 stable
2018-10-12 Pierre-Yves David branching: prepare release 8.3.0 stable
2018-10-12 Pierre-Yves David test: other harmless output change stable
2018-10-12 Pierre-Yves David changelog: mention the fix of cache warming on hg strip stable
2018-10-12 Pierre-Yves David test: backed out output changes from changeset 6f391c2a773b stable
2018-10-12 Pierre-Yves David test: backed out test output changes from changeset ef22eef37ecc stable
2018-10-12 Pierre-Yves David test: backed out output changes from changeset 0171a7ceb574 stable
2018-10-12 Pierre-Yves David test: backed out output changes from changeset dfa69b5ece87 stable
2018-10-12 Pierre-Yves David test: backed out output changes from changeset 01ad46551d7c stable
2018-10-12 Pierre-Yves David prev: also use stack shortcut in output when possible
2018-10-12 Pierre-Yves David next: also use stack shortcut in output when possible
2018-10-12 Pierre-Yves David branching: merge stable into default
2018-10-11 Pulkit Goyal rewind: alias the command to undo
2018-10-11 Pierre-Yves David changelog: add a line about the usage of s# in evolve
2018-10-11 Pierre-Yves David caches: no longer warm the cache on strip in "auto" mode stable
2018-10-02 Sushil khanchi evolve: use stack alias s# in `hg evolve` msgs
2018-10-01 Sushil khanchi evolve: extract displayer to _solveone()
2018-10-01 Sushil khanchi utility: add a template alias that will be used in evolve msgs
2018-10-01 Sushil khanchi topic: add topicidx template keyword
2018-10-09 Pierre-Yves David changelog: fix version number
2018-10-02 Pulkit Goyal tests: update the test-topic.t with changes in core mercurial
2018-09-26 Pierre-Yves David pullbundle: fix style warning
2018-09-26 Pierre-Yves David pullbundle: improves management of multiple branch while dealing with a head
2018-09-26 Pierre-Yves David pullbundle: deal with head in a predicable order
2018-09-26 Pierre-Yves David pullbundle: deal with another special case introduced by arbitrary ranges
2018-09-26 Pierre-Yves David pullbundle: compat with Mercurial 4.7
2018-09-25 Pierre-Yves David pullbundle: add some information on the cached change
2018-09-25 Pierre-Yves David pullbundle: add data about the cached bundle size and hit
2018-09-25 Pierre-Yves David pullbundle: add a command to generate cache hit statistic
2018-09-25 Pierre-Yves David pullbundle: point out the output flooding issue from core
2018-09-25 Pierre-Yves David pullbundle: issue local branches in the right order
2018-09-25 Pierre-Yves David pullbundle: delay cache file opening
2018-09-25 Pierre-Yves David pullbundle: improve slicing of the lower part of range
2018-09-25 Pierre-Yves David stablerange: fix slicing of arbitrary ranges
2018-09-23 Pierre-Yves David pullbundle: attempt to save stablerange cache after each computation
2018-09-23 Pierre-Yves David pullbundle: add basic extension metadata
2018-09-23 Pierre-Yves David pullbundle: add a config option for the cache directory
2018-09-23 Pierre-Yves David pullbundle: add an output about the time spent slicing the set
2018-09-23 Pierre-Yves David pullbundle: add extension documentation
2018-09-23 Pierre-Yves David pullbundle: add an extra test showing how cache are reusable
2018-09-22 Pierre-Yves David pullbundle: add caching logic
2018-09-23 Pierre-Yves David pullbundle: slice pull into multiple ranges
2018-09-23 Pierre-Yves David pullbundle: initial commit
2018-09-21 Pierre-Yves David test: update output to make streamv2 capabilities
2018-09-21 Pierre-Yves David branching: merge with stable
2018-09-22 Pierre-Yves David topic: respect preexisting 'topic' value on workingcommitctx stable
2018-09-21 Pierre-Yves David topic: add a compatibility to access transaction's names stable
2018-09-21 Pierre-Yves David topic: add a compatibility to access transaction's validator stable
2018-09-21 Sushil khanchi evovle: remove redundancy in evolve output
2018-09-21 Pierre-Yves David amend: handle crash before transaction initialization with --patch stable
2018-09-18 Pierre-Yves David branching: merge with stable
2018-09-17 Gregory Szorc obsdiscovery: adopt to calling convention change stable
2018-09-14 Pierre-Yves David branching: merge stable into default
2018-09-14 Pierre-Yves David packaging: mark as development version stable
2018-09-14 Pierre-Yves David Added tag 8.2.1 for changeset c6362c4abd69 stable
2018-09-14 Pierre-Yves David packagin: prepare release 8.2.1 stable 8.2.1
2018-09-14 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-09-14 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-09-14 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-09-14 Pierre-Yves David test-compat: merge stable into mercurial-4.6 mercurial-4.6
2018-09-14 Pierre-Yves David branching: merge stable into default
2018-09-14 Pierre-Yves David caches: issue both debug and blackbox log message stable
2018-09-12 Anton Shestakov cmdrewrite: rename variable and move it closer to where it is used
2018-09-13 Pierre-Yves David changelog: mention the cache improvements stable
2018-09-13 Pierre-Yves David obshashrangecache: be more paranoid in the errors we catch stable
2018-09-13 Pierre-Yves David stablerangecache: be more paranoid in the errors we catch stable
2018-09-13 Pierre-Yves David stablesortcache: update the variable tracking on-disk state after write stable
2018-09-13 Pierre-Yves David stablesortcache: ignore permission and OS errors when writing stable
2018-09-13 Pierre-Yves David firstmergecache: update the variable tracking on-disk state after write stable
2018-09-13 Pierre-Yves David firstmergecache: ignore permission and OS errors when writing stable
2018-09-13 Pierre-Yves David depthcache: update the variable tracking on disk state after write stable
2018-09-13 Pierre-Yves David depthcache: ignore permission and OS errors when writing stable
2018-09-13 Pierre-Yves David obscache: update the variable tracking on disk state after write stable
2018-09-13 Pierre-Yves David obscache: ignore permission and OS errors when writing stable
2018-09-13 Pierre-Yves David obshashrange: force reset if many changes stable
2018-09-04 Anton Shestakov topic: refactor revset.py slightly
2018-09-12 Pierre-Yves David test: update output to match new `hg verify` reports
2018-09-12 Pierre-Yves David test: update output to match new "pull" phase report
2018-09-12 Pierre-Yves David test: adapt to change in revert messages order
2018-09-07 Martin von Zweigbergk rewind: fix help text (mostly grammar, but also s/precursor/predecessor) stable
2018-09-06 Martin von Zweigbergk evolve: fix use of "'%d' % ctx" stable
2018-09-07 Gerald Squelart stablerange: only issue the message once stable
2018-09-07 Pierre-Yves David changelog: fix version number stable
2018-09-03 Pierre-Yves David branching: merge back with stable
2018-09-03 Pierre-Yves David packaing: mark as development version stable
2018-09-03 Pierre-Yves David Added tag 8.2.0 for changeset 8d8f08245f97 stable
2018-09-03 Pierre-Yves David branching: merge back with stable
2018-09-03 Pierre-Yves David packaging: prepare new release stable 8.2.0
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-09-03 Pierre-Yves David test-compat: merge stable into mercurial-4.6 mercurial-4.6
2018-09-03 Pierre-Yves David topic: rework topic templatekw declaration to be 4.5 compatible again stable
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-09-03 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-09-03 Pierre-Yves David test-compat: merge stable into mercurial-4.6 mercurial-4.6
2018-09-03 Pierre-Yves David branching: merge the two stable heads stable
2018-09-03 Pierre-Yves David test-output: backout test output update in 8fcee1e65e29 stable
2018-09-03 Pierre-Yves David test-output: backout test output update in 503ae2689df8 stable
2018-09-03 Pierre-Yves David topic: update the changelog with the 's#' alias change
2018-09-03 Pierre-Yves David topic: update other occurrence of 't0' is 's0' in the code
2018-09-03 Pierre-Yves David topic: mention t0 in topic documentation stable
2018-09-03 Pierre-Yves David stack: display 's#' instead of 't#' and 'b#'
2018-09-03 Pierre-Yves David stack: clarify s# error message in case of branch
2018-09-03 Pierre-Yves David alias: allow reference through 's#'
2018-09-01 Pierre-Yves David topic-revset: get the list of revset through the official localrepo API
2018-09-01 Pierre-Yves David topic-revset: strictly read string
2018-09-01 Pierre-Yves David test: search for empty topic as a string
2018-08-30 Anton Shestakov topic: handle ambiguous arguments to topic() revset
2018-08-30 Anton Shestakov topic: handle revsets passed to topic() revset
2018-08-30 Anton Shestakov topic: handle string argument to topic() revset earlier
2018-08-30 Anton Shestakov topic: prepare to handle non-string arguments to topic() revset
2018-08-30 Anton Shestakov topic: return result early if there are no arguments to topic() revset
2018-08-30 Pierre-Yves David obshashrange: enable by default
2018-08-30 Pierre-Yves David obshashrange: issue a warning if the cache takes a long time to load
2018-08-31 Boris Feld pick: fix last references of grab in code
2018-08-31 Pierre-Yves David pick: replace `hg grab` invocation in test with `hg pick`
2018-08-31 Pierre-Yves David pick: replace "grabstate" with "pickstate"
2018-08-31 Pierre-Yves David pick: use "pick" as operation name in obsolescence markers
2018-08-31 Pierre-Yves David pick: use "pick" instead of "grab" for various internal API
2018-08-31 Pierre-Yves David pick: update command output to mention pick instead of grab
2018-08-31 Pierre-Yves David pick: rename the grab command to pick
2018-08-31 Pierre-Yves David grab: prefix function with 'cmd' as for the other command in the extension
2018-08-30 Pierre-Yves David readme: document the purpose of the evolve extension
2018-08-30 Pierre-Yves David prune: replace --biject with --pair
2018-08-28 Anton Shestakov topic: check that repo.currenttopic is set before using it as an argument
2018-08-29 Pierre-Yves David test: update output after merge message change
2018-08-29 Pierre-Yves David readme: document the tag we use on output change
2018-08-29 Pierre-Yves David branching: merge with stable
2018-08-29 Pierre-Yves David packaging: fix debian version numbers stable
2018-08-29 Pierre-Yves David packaging: fix debian version numbers
2018-08-28 Pierre-Yves David branching: merge stable into default
2018-08-28 Pierre-Yves David packaging: mark in progress work as development version stable
2018-08-28 Pierre-Yves David Added tag 8.1.2 for changeset f1cde4c97806 stable
2018-08-28 Pierre-Yves David packagin: prepare version 8.1.2 stable 8.1.2
2018-08-28 Pierre-Yves David obshashrange: force obshashrange invalidation by bumping schema stable
2018-08-28 Pierre-Yves David test-compat: merge mercurial-4.4 into mercurial-4.3 mercurial-4.3
2018-08-28 Pierre-Yves David test-compat: merge mercurial-4.5 into mercurial-4.4 mercurial-4.4
2018-08-28 Pierre-Yves David test-compat: merge mercurial-4.6 into mercurial-4.5 mercurial-4.5
2018-08-28 Pierre-Yves David test-compat: merge stable into mercurial-4.6 mercurial-4.6
2018-08-28 Pierre-Yves David branching: merge with stable
2018-08-28 Pierre-Yves David changelog: mention the database robutness fix in the changelog stable
2018-08-27 Pierre-Yves David sqlcache: also catch malformed database error stable
2018-08-27 Pierre-Yves David stablerange: rework saving logic to be clearer and safer stable
2018-08-27 Pierre-Yves David obshashrange: rework saving branching to be clearer and safer stable
2018-08-27 Pierre-Yves David sqlcache: protect read query too stable
2018-08-27 Pierre-Yves David sqlite: fast path when nothing to save stable
2018-08-27 Pierre-Yves David sqlcache: initialize meta table last stable
(0) -3000 -1000 -480 +480 tip