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
(0) -3000 -1000 -120 +120 +1000 tip