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