Tue, 07 Mar 2017 14:59:00 +0100 Pierre-Yves David push: add extra warning about pushing to old server
Tue, 07 Mar 2017 14:45:02 +0100 Pierre-Yves David push: exit obsexchange early if disabled
Tue, 07 Mar 2017 14:41:53 +0100 Pierre-Yves David compat: drop special code handling change in push/pull op API
Tue, 07 Mar 2017 14:29:43 +0100 Pierre-Yves David discovery: split discovery related code in 'obsdiscovery'
Tue, 07 Mar 2017 14:19:12 +0100 Pierre-Yves David exchange: rename the module
Wed, 08 Mar 2017 23:04:45 +0100 Pierre-Yves David setup.py: include all evolve submodule
Tue, 07 Mar 2017 09:47:37 -0800 Martin von Zweigbergk evolve: switch away from deprecated repo.opener
Tue, 07 Mar 2017 13:31:19 +0100 Pierre-Yves David serveronly: use the same extensions metadata than evolve
Tue, 07 Mar 2017 13:24:07 +0100 Pierre-Yves David evolve: move extension metadata in their own module
Tue, 07 Mar 2017 13:12:27 +0100 Pierre-Yves David evolve: specify the 'minimalhgversion'
Tue, 07 Mar 2017 12:27:01 +0100 Pierre-Yves David serveronly: give the sub extension a way to access to the 'evolve' module
Tue, 07 Mar 2017 12:10:05 +0100 Pierre-Yves David test: update test to check for various way to import the serveronly things
Tue, 07 Mar 2017 12:04:05 +0100 Pierre-Yves David tests: move "test setup" script into a 'testlib' directory
Sat, 04 Mar 2017 02:56:50 +0100 Pierre-Yves David exchange: move code related to exchange into a 'evolve.exchange' submodule
Sat, 04 Mar 2017 03:37:32 +0100 Pierre-Yves David exthelper: move command declaration into the exthelper
Sat, 04 Mar 2017 01:43:36 +0100 Pierre-Yves David exthelper: add a 'merge' method
Sat, 04 Mar 2017 01:21:43 +0100 Pierre-Yves David exthelper: extract into its own submodule
Fri, 03 Mar 2017 10:58:59 +0100 Pierre-Yves David makefile: add an 'install-home' target
Fri, 03 Mar 2017 10:58:30 +0100 Pierre-Yves David makefile: only check for HGROOT when running tests
Thu, 02 Mar 2017 20:13:47 +0100 Pierre-Yves David tests: split pyflake and flake8 tests
Thu, 02 Mar 2017 20:24:17 +0100 Pierre-Yves David flake8: run on all python file
Thu, 02 Mar 2017 20:23:45 +0100 Pierre-Yves David flake8: fix error in 'setup.py'
Thu, 02 Mar 2017 20:23:18 +0100 Pierre-Yves David flake8: fix error in 'test2rst.py'
Thu, 02 Mar 2017 20:22:29 +0100 Pierre-Yves David flake8: remove "error" in documentation configuration
Thu, 02 Mar 2017 18:14:33 +0100 Pierre-Yves David flake8: enable on evolve too
Thu, 02 Mar 2017 19:29:37 +0100 Pierre-Yves David flake8: update the code sources to fixes a horde of pyflake warnings
Thu, 02 Mar 2017 19:28:52 +0100 Pierre-Yves David flake8: register 'xrange' as a builtins
Thu, 02 Mar 2017 19:28:12 +0100 Pierre-Yves David flake8: ignore an addition rules related to import
Thu, 02 Mar 2017 19:25:54 +0100 Pierre-Yves David flake8: document all the exception we added
Thu, 02 Mar 2017 18:28:14 +0100 Pierre-Yves David README: mention the addition of the topic extensions
Thu, 02 Mar 2017 18:14:21 +0100 Pierre-Yves David tests: run pyflake on all python files
Thu, 02 Mar 2017 18:13:57 +0100 Pierre-Yves David serveronly: fix undefined variable
Thu, 02 Mar 2017 18:13:45 +0100 Pierre-Yves David legacy: properly test for mercurial version in the legacy extensions
Thu, 02 Mar 2017 18:13:20 +0100 Pierre-Yves David evolve: prevent global variable shadowing
Thu, 02 Mar 2017 18:13:03 +0100 Pierre-Yves David evolve: drop some unused variables
Thu, 02 Mar 2017 18:12:47 +0100 Pierre-Yves David evolve: drop some unused import
Thu, 02 Mar 2017 18:26:47 +0100 Pierre-Yves David README: fix evolve installation path
Thu, 02 Mar 2017 18:07:46 +0100 Pierre-Yves David topic: merge the topic extension in the evolve repository
Thu, 23 Feb 2017 15:19:31 +0100 Pierre-Yves David test: adapt to new core output
Thu, 23 Feb 2017 14:56:22 +0100 Pierre-Yves David test: adapt to change in mercurial output
Thu, 23 Feb 2017 13:58:52 +0100 Pierre-Yves David compat: handle difference of signature for update destination hooks
Fri, 14 Oct 2016 00:54:04 +0200 Pierre-Yves David setup.py: also install 'hgext3rd/__init__.py'
Fri, 07 Oct 2016 04:10:23 +0200 Pierre-Yves David tutorial: add a very basic pointer in the readme
Fri, 30 Sep 2016 18:21:50 +0200 Pierre-Yves David tutorial: add a second part about having multiple topic
Thu, 29 Sep 2016 16:48:13 +0200 Pierre-Yves David tutorial: add a first version of the tutorial with the basics
Tue, 13 Sep 2016 17:58:22 +0200 Pierre-Yves David doc: add more details about the head checking
Wed, 07 Sep 2016 12:45:23 +0200 Pierre-Yves David documentation: some basic update of the documentation
Wed, 07 Sep 2016 10:40:18 +0800 Anton Shestakov flake8: ignore N801
Wed, 07 Sep 2016 10:35:47 +0800 Anton Shestakov flake8: don't ignore E713 now that it's fixed
Tue, 30 Aug 2016 15:23:03 -0700 Sean Farley flake8: fix E713 style
Tue, 30 Aug 2016 15:22:24 -0700 Sean Farley flake8: fix E301 style
Tue, 30 Aug 2016 15:18:43 -0700 Sean Farley flake8: fix E111 style
Tue, 30 Aug 2016 15:15:05 -0700 Sean Farley flake8: fix E222 style
Tue, 30 Aug 2016 14:10:16 -0700 Sean Farley flake8: fix E127 style
Tue, 30 Aug 2016 14:12:49 -0700 Sean Farley flake8: fix W391 style
Tue, 30 Aug 2016 14:05:36 -0700 Sean Farley tests: add flake8 check
Sun, 15 May 2016 22:23:16 -0300 Sean Farley flake8: add file for rules to ignore
Fri, 26 Aug 2016 16:57:45 +0000 timeless init: guard _namemap with repo.topics (issue5351)
Fri, 26 Aug 2016 16:52:02 +0000 timeless init: cache repo.topics
Fri, 26 Aug 2016 21:57:48 +0200 Pierre-Yves David stack: add warning about multiple heads
Fri, 26 Aug 2016 14:55:58 +0200 Pierre-Yves David stack: add some behind information
Fri, 26 Aug 2016 14:23:31 +0200 Pierre-Yves David stack: add some basic branch information
Fri, 26 Aug 2016 14:14:04 +0200 Pierre-Yves David stack: add some header with the topic name
Fri, 26 Aug 2016 14:58:18 +0200 Pierre-Yves David test: add testing of stack output in 'stack-data' test.
Fri, 26 Aug 2016 14:58:49 +0200 Pierre-Yves David test: rename 'list' test to 'stack-data'
Fri, 26 Aug 2016 12:58:16 +0200 Pierre-Yves David stack: also dim bases
Fri, 26 Aug 2016 12:52:06 +0200 Pierre-Yves David stack: reusing the index number in base when applicable
Fri, 26 Aug 2016 12:37:52 +0200 Pierre-Yves David stack: extra argument validation logic outside of showstack
Tue, 23 Aug 2016 21:18:47 +0200 Pierre-Yves David summary: properly label the topic name in summary
Tue, 23 Aug 2016 23:38:28 +0200 Pierre-Yves David topic: list the branches this topic belong to when verbose
Tue, 16 Aug 2016 15:43:06 +0200 Pierre-Yves David topic: properly justify the verbose data when listing topic
Tue, 16 Aug 2016 15:32:54 +0200 Pierre-Yves David ngtip: rely on topicmap for 'ngtip'
Sun, 14 Aug 2016 19:57:58 +0200 Pierre-Yves David topic: list the number of 'behind' changeset when --verbose is used
Mon, 15 Aug 2016 00:19:44 +0200 Pierre-Yves David destination: honor the sourceset argument of _destmerge
Mon, 15 Aug 2016 05:25:53 +0200 Pierre-Yves David destmerge: improve topic head computation and handling
Mon, 15 Aug 2016 05:15:19 +0200 Pierre-Yves David evolve: extract the code copied from evolve in a submodule
Mon, 15 Aug 2016 01:50:15 +0200 Pierre-Yves David destmerge: honor the 'onheadcheck' argument
Sun, 14 Aug 2016 23:17:09 +0200 Pierre-Yves David destination: use the correct abort class for error
Sun, 14 Aug 2016 19:40:53 +0200 Pierre-Yves David topic: list the number of head when --verbose is used
Sat, 13 Aug 2016 01:24:10 +0200 Pierre-Yves David topic: list the number of troubled changesets when --verbose is used
Fri, 12 Aug 2016 23:59:37 +0200 Pierre-Yves David topic: list the number of changesets when --verbose is used
Sun, 14 Aug 2016 20:40:46 +0200 Pierre-Yves David topic: add color for the active topic
Sat, 13 Aug 2016 00:37:33 +0200 Pierre-Yves David topic: add formatter support
Sat, 13 Aug 2016 00:13:05 +0200 Pierre-Yves David topic: extract the code listing all topics
Fri, 12 Aug 2016 11:09:26 +0200 Pierre-Yves David stack: introduce and explicite command to display the stack
Thu, 11 Aug 2016 22:52:49 +0200 Pierre-Yves David testedwith: update to 3.9
Thu, 11 Aug 2016 22:50:58 +0200 Pierre-Yves David topic: make sure we have the 'wlock' when setting topic
Wed, 13 Jul 2016 16:19:41 +0200 Pierre-Yves David cleanup: removed unused mercurial.util import
Fri, 08 Jul 2016 16:59:43 +0000 timeless compat: tolerate missing rebase extension
Fri, 08 Jul 2016 16:09:55 +0000 timeless compat: mercurial dropped alias for hashlib.sha1
Wed, 11 May 2016 16:22:52 +0200 Pierre-Yves David destination: add an XXX about handling destspace in destmerge
Mon, 25 Apr 2016 21:24:20 -0700 Sean Farley update: calculate 'partial' as core does
Mon, 25 Apr 2016 20:00:19 -0700 Sean Farley discovery: flake8
Mon, 25 Apr 2016 19:59:05 -0700 Sean Farley destination: flake8
Tue, 22 Mar 2016 14:51:35 -0700 Sean Farley style: update __init__.py
Wed, 11 May 2016 16:06:58 +0200 Pierre-Yves David compat: adapt to the new destspace argument of destmerge
Mon, 04 Apr 2016 00:28:03 -0700 Pierre-Yves David stack: prevent crash when topic is rooted on nullid
Mon, 04 Apr 2016 00:22:20 -0700 Pierre-Yves David test: add topic on the first 2 changesets too
Mon, 04 Apr 2016 00:17:54 -0700 Pierre-Yves David test: remove comment about new head warning
Sun, 03 Apr 2016 21:41:38 -0700 Pierre-Yves David stack: also change the indexing of the t# reference
Fri, 01 Apr 2016 16:58:52 -0700 Pierre-Yves David stack: change the ascii symbold for base
Fri, 01 Apr 2016 16:57:11 -0700 Pierre-Yves David stack: reverse the display order
Fri, 01 Apr 2016 16:55:24 -0700 Pierre-Yves David topic: extract display from entry computation
Fri, 01 Apr 2016 16:40:19 -0700 Pierre-Yves David stack: start indexing at 't1' instead of 't0'
Wed, 30 Mar 2016 23:58:30 -0700 Pierre-Yves David commit: wrap "commitstatus" to take topic into account
Wed, 30 Mar 2016 23:55:31 -0700 Pierre-Yves David uisetup: add call to 'topicmap.modsetup'
Wed, 30 Mar 2016 22:33:06 -0700 Pierre-Yves David uisetup: move all remaining wrapping into uisetup
Wed, 30 Mar 2016 22:31:24 -0700 Pierre-Yves David topicmap: move 'cgapply' wrapping into the topicmap module
Wed, 30 Mar 2016 22:25:17 -0700 Pierre-Yves David topicmap: move the 'usetopicmap' context manager into the topicmap module
Wed, 30 Mar 2016 22:05:49 -0700 Pierre-Yves David patch: move setup of import/export logic into a function
Wed, 30 Mar 2016 22:04:25 -0700 Pierre-Yves David patch: remove version compatibility check
Wed, 30 Mar 2016 22:03:44 -0700 Pierre-Yves David patch: document the section about import/export
Wed, 30 Mar 2016 22:02:52 -0700 Pierre-Yves David patch: move import/export wrapping close to the function definition
Wed, 30 Mar 2016 21:53:55 -0700 Pierre-Yves David discovery: move all setup into a 'modsetup' function
Wed, 30 Mar 2016 03:22:50 -0700 Pierre-Yves David revset: add a ui argument to 'modsetup'
Wed, 30 Mar 2016 03:21:44 -0700 Pierre-Yves David revset: run 'modsetup' at uisetup time
Wed, 30 Mar 2016 03:20:16 -0700 Pierre-Yves David destination: rename 'setupdest' to 'modsetup'
Wed, 30 Mar 2016 03:16:19 -0700 Pierre-Yves David destination: document 'setupdest'
Wed, 30 Mar 2016 03:15:47 -0700 Pierre-Yves David destination: add a ui argument to 'setupdest'
Wed, 30 Mar 2016 03:12:43 -0700 Pierre-Yves David destination: make sure 'setupdest' is the latest function in the module
Wed, 30 Mar 2016 03:45:29 -0700 Pierre-Yves David topicmap: move to new style import
Wed, 30 Mar 2016 03:45:18 -0700 Pierre-Yves David stack: move to new style import
Wed, 30 Mar 2016 03:45:10 -0700 Pierre-Yves David revset: move to new style import
Wed, 30 Mar 2016 03:44:59 -0700 Pierre-Yves David discovery: move to new style import
Wed, 30 Mar 2016 03:44:47 -0700 Pierre-Yves David destination: move to new style import
Wed, 30 Mar 2016 03:44:37 -0700 Pierre-Yves David init: move to new style import
Wed, 30 Mar 2016 03:56:14 -0700 Pierre-Yves David test: disable the new style rendering for "missing parent"
Mon, 21 Mar 2016 21:39:14 -0700 Sean Farley tests: add pyflakes test
Mon, 28 Mar 2016 00:50:36 -0700 Pierre-Yves David setup: make sure we use the imported module
Mon, 21 Mar 2016 21:38:56 -0700 Sean Farley topicmap: whitespace
Mon, 28 Mar 2016 00:47:14 -0700 Pierre-Yves David topiccache: directly instantiate a topiccache object when reading
Tue, 22 Mar 2016 15:29:05 -0700 Pierre-Yves David readme: fix instruction to enable topic
Mon, 21 Mar 2016 21:30:14 -0700 Sean Farley stack: whitespace
Mon, 21 Mar 2016 21:29:35 -0700 Sean Farley stack: remove unused import
Mon, 21 Mar 2016 21:28:29 -0700 Sean Farley revset: add missing imports
Mon, 21 Mar 2016 21:28:12 -0700 Sean Farley revset: whitespace
Mon, 21 Mar 2016 21:26:45 -0700 Sean Farley discovery: whitespace
Mon, 21 Mar 2016 21:25:04 -0700 Sean Farley discovery: removed unused oldgetitem
Mon, 21 Mar 2016 21:07:41 -0700 Sean Farley setup: break long line
Sat, 19 Mar 2016 14:15:57 -0700 Sean Farley init: indent correctly
Sat, 19 Mar 2016 14:15:45 -0700 Sean Farley init: whitespace fixups
Sat, 19 Mar 2016 14:09:59 -0700 Sean Farley init: remove unused module
Fri, 18 Mar 2016 15:03:40 +0000 timeless spelling: histedit
Fri, 18 Mar 2016 15:00:58 +0000 timeless spelling: changeset
Fri, 18 Mar 2016 08:14:45 -0700 Pierre-Yves David readme: remove the part about 3.7 and hgext3rd
Tue, 22 Mar 2016 00:19:14 -0700 Pierre-Yves David merge with other duplicate head
Thu, 17 Mar 2016 09:14:57 -0700 Pierre-Yves David histedit: restrict default edited set to current topic when possible
Thu, 17 Mar 2016 09:13:12 -0700 Pierre-Yves David stack: add a 'stack()' revset
Mon, 14 Mar 2016 23:37:58 +0000 Pierre-Yves David stack: display the base of the stack
Mon, 14 Mar 2016 19:22:21 +0000 Pierre-Yves David stack: add some default color configuration
Mon, 14 Mar 2016 19:03:32 +0000 Pierre-Yves David stack: add basic formatter and label support
Mon, 14 Mar 2016 18:43:23 +0000 Pierre-Yves David stack: show the currently active changeset and unstable ones
Mon, 14 Mar 2016 18:40:00 +0000 Pierre-Yves David stack: add "t" prefix to index in the output
Mon, 14 Mar 2016 18:39:19 +0000 Pierre-Yves David stack: allow to refer to changeset using "t2" form
Tue, 15 Mar 2016 17:26:57 +0000 Pierre-Yves David topic: don't take topic into account when pushing to non-topic repo
Wed, 16 Mar 2016 12:14:20 -0700 Pierre-Yves David destination: fix 'hg pull --rebase'
Thu, 17 Mar 2016 09:12:18 -0700 Pierre-Yves David packaging: fix setup.py and install as hgext3rd.topic
Wed, 16 Mar 2016 12:14:20 -0700 Pierre-Yves David destination: fix 'hg pull --rebase'
Tue, 15 Mar 2016 17:25:18 +0000 Pierre-Yves David discovery: remove a spurious print
Mon, 14 Mar 2016 18:24:33 +0000 Pierre-Yves David task: add index number to the output
Mon, 14 Mar 2016 18:11:52 +0000 Pierre-Yves David stack: fix printing order in case of unstability
Mon, 14 Mar 2016 17:48:31 +0000 Pierre-Yves David stack: exclude obsolete changeset from the set
Mon, 14 Mar 2016 17:37:39 +0000 Pierre-Yves David stack: add a very first version of stack display with 'hg topic --list'
Mon, 14 Mar 2016 17:09:02 +0000 Pierre-Yves David topic: get 'Abort' from error, not 'util'
Mon, 14 Mar 2016 21:22:56 -0400 Augie Fackler Makefile: meant tests-@ not tests-tip
Sun, 13 Mar 2016 12:29:43 +0000 Pierre-Yves David update: change default update destination to take topic in account
Sun, 13 Mar 2016 13:07:54 +0000 Pierre-Yves David rebase: test default rebase destination behavior
Sun, 13 Mar 2016 23:44:04 +0000 Pierre-Yves David topicmap: write and read format from disc
Mon, 14 Mar 2016 00:15:54 +0000 Pierre-Yves David topicmap: ensure that 'served' view is updated with topicmap
Mon, 14 Mar 2016 00:12:22 +0000 Pierre-Yves David topicmap: move the monkey patching into a context manager
Sat, 12 Mar 2016 18:42:16 +0000 Pierre-Yves David push: hackish handeling of new branch head from phase move
Sat, 12 Mar 2016 18:19:27 +0000 Pierre-Yves David push: allow pushing new topic to non-publishing server by default
Sat, 12 Mar 2016 15:36:17 +0000 Pierre-Yves David topic: take topic in account for all branch head computation
Mon, 14 Mar 2016 20:18:09 -0400 Augie Fackler testedwith: declare compatibility with Mercurial 3.7
Mon, 14 Mar 2016 20:17:18 -0400 Augie Fackler Makefile: update all-version-tests to explicitly test 3.7
Mon, 14 Mar 2016 20:13:44 -0400 Augie Fackler hgignore: also ignore testtimes
Mon, 14 Mar 2016 20:12:39 -0400 Augie Fackler killdaemons: discard now that it's unused
Mon, 14 Mar 2016 14:38:40 +0000 Pierre-Yves David test: drop custom run-tests.py
Mon, 14 Mar 2016 20:11:47 -0400 Augie Fackler Makefile: rework running of tests
Sat, 12 Mar 2016 12:36:25 +0000 Pierre-Yves David compat: adapt to change in mercurial core
Thu, 31 Dec 2015 11:23:19 -0500 Augie Fackler topic: handle merge.update function signature change
Fri, 11 Dec 2015 13:12:23 -0500 Augie Fackler Merge.
Fri, 11 Dec 2015 13:09:29 -0500 Augie Fackler test-topic-dest: test fixes I should have put in the previous change
Fri, 11 Dec 2015 12:53:20 -0500 Augie Fackler topic: fix changing topics of commits that have an amend_source
Fri, 11 Dec 2015 12:53:38 -0500 Augie Fackler topic: remove useless call to c.parents()
Fri, 11 Dec 2015 12:56:23 -0500 Augie Fackler topic: fix up change logic a little and add debug logging
Wed, 21 Oct 2015 01:09:15 +0200 Pierre-Yves David merge: use topic to pick default destination
Wed, 21 Oct 2015 01:12:32 +0200 Pierre-Yves David topic: introduce a 'ngtip' concept
Thu, 08 Oct 2015 21:09:47 -0700 Pierre-Yves David template: test that topic is accessible through template
Fri, 23 Oct 2015 13:40:44 +0100 Pierre-Yves David test: adapt to newer mercurial
Thu, 08 Oct 2015 20:43:15 -0700 Pierre-Yves David patch: import topic from patch header
Thu, 08 Oct 2015 20:42:26 -0700 Pierre-Yves David patch: add topic to exported patch
Wed, 14 Oct 2015 12:09:11 -0400 Augie Fackler topic: work around stringmatcher moving during development of hg 3.6
Wed, 30 Sep 2015 18:06:42 -0400 Augie Fackler topic: allow use of topic(.) to match the p1 topic
Wed, 30 Sep 2015 18:05:27 -0400 Augie Fackler topic: fix missing error import
Fri, 19 Jun 2015 16:23:29 -0500 Matt Mackall amend: allow clearing topics on amend
Fri, 19 Jun 2015 16:16:42 -0500 Matt Mackall changectx: add topic method
Fri, 19 Jun 2015 16:13:16 -0500 Matt Mackall topics: consistently use empty string instead of None
Fri, 19 Jun 2015 14:18:34 -0500 Matt Mackall topics: drop debugging print in rebase
Mon, 15 Jun 2015 17:29:07 -0500 Matt Mackall topics: allow commits that only change topic (issue4725)
Mon, 15 Jun 2015 16:56:44 -0500 Matt Mackall topics: add listnames hook so completion works
Thu, 18 Jun 2015 15:46:26 -0400 Augie Fackler rewrite: use a lock and transaction as spotted by devel warnings
Fri, 12 Jun 2015 16:49:46 -0500 Matt Mackall topics: only apply topic to commits of the working copy
Fri, 12 Jun 2015 16:41:10 -0500 Matt Mackall rebase: teach rebase how to copy topics
Fri, 12 Jun 2015 16:39:39 -0500 Matt Mackall topic: wrap the underlying update function rather than the command
Wed, 10 Jun 2015 17:52:07 -0500 Matt Mackall commit: add a topic field to the in-editor commit text
Wed, 10 Jun 2015 17:40:50 -0500 Matt Mackall topic: only require obsolete support for --change
Wed, 10 Jun 2015 17:13:15 -0500 Matt Mackall commit: add a --topic flag
Wed, 10 Jun 2015 16:44:49 -0500 Matt Mackall topic: note when switching topics
Wed, 10 Jun 2015 16:32:20 -0500 Matt Mackall summary: add topic summary hook
Wed, 10 Jun 2015 16:23:56 -0500 Matt Mackall topics: add command summary
Wed, 10 Jun 2015 16:20:05 -0500 Matt Mackall docs: fix format of extension docstring
Wed, 10 Jun 2015 16:13:20 -0400 Augie Fackler constants: extract key for extra into a constant
Wed, 10 Jun 2015 15:03:39 -0400 Augie Fackler topic: add ability to change topic of non-public changes
Wed, 10 Jun 2015 15:26:50 -0400 Augie Fackler revset: add a topic() revset for querying topics
Wed, 10 Jun 2015 15:01:36 -0400 Augie Fackler topic: disallow use of topics without obsolete enabled
Wed, 10 Jun 2015 14:59:46 -0400 Augie Fackler topic: use repo.set() where we need a changectx anyway
Wed, 10 Jun 2015 14:59:05 -0400 Augie Fackler testlib: enable rebase and obsolete for easier testing
Wed, 20 May 2015 21:23:28 -0400 Augie Fackler Initial dumb version of topics.
Tue, 28 Feb 2017 18:21:23 +0100 Pierre-Yves David serveronly: deduplicate code with the main evolve extension
Tue, 28 Feb 2017 16:12:34 +0100 Pierre-Yves David serveronly: clean up imports
Tue, 28 Feb 2017 14:31:28 +0100 Pierre-Yves David compat: just use '_callcompressable'
Tue, 28 Feb 2017 14:31:18 +0100 Pierre-Yves David compat: drop bookmark compatibility layer
Tue, 28 Feb 2017 14:29:36 +0100 Pierre-Yves David compat: drop compat for older wireproto implementation
Tue, 28 Feb 2017 14:28:54 +0100 Pierre-Yves David compat: always use the strip revset from core
Tue, 28 Feb 2017 14:28:23 +0100 Pierre-Yves David compat: drop support for ancestral pushop object
Tue, 28 Feb 2017 14:27:54 +0100 Pierre-Yves David compat: drop compatibility layer around update
Tue, 28 Feb 2017 14:27:08 +0100 Pierre-Yves David compat: drop compatibility layer for 'tryimportone'
Tue, 28 Feb 2017 14:25:35 +0100 Pierre-Yves David compat: drop superfluous summary output
Tue, 28 Feb 2017 14:24:04 +0100 Pierre-Yves David compat: drop compatibility layer around memctx
Tue, 28 Feb 2017 14:22:25 +0100 Pierre-Yves David compat: drop handling of ancestral 'helploader' caller
Tue, 28 Feb 2017 14:22:05 +0100 Pierre-Yves David compat: drop hack around a 'graft' signature change
Tue, 28 Feb 2017 14:21:17 +0100 Pierre-Yves David evolve: proactively detect bad version early
Tue, 01 Nov 2016 16:21:16 +0100 Pierre-Yves David evolve: drop support for version older than 3.8
Tue, 28 Feb 2017 13:27:04 +0100 Pierre-Yves David evolve: cleanup imports
Tue, 28 Feb 2017 17:27:44 +0100 Pierre-Yves David merge with stable
Tue, 28 Feb 2017 17:19:31 +0100 Pierre-Yves David merge with mercurial-3.5 mercurial-3.4
Tue, 28 Feb 2017 17:17:40 +0100 Pierre-Yves David merge with mercurial-3.6 mercurial-3.5
Tue, 28 Feb 2017 17:15:21 +0100 Pierre-Yves David merge with mercurial-3.7 mercurial-3.6
Tue, 28 Feb 2017 17:11:51 +0100 Pierre-Yves David merge with mercurial-3.8 mercurial-3.7
Tue, 28 Feb 2017 17:08:14 +0100 Pierre-Yves David merge with mercurial-3.9 mercurial-3.8
Tue, 28 Feb 2017 17:04:58 +0100 Pierre-Yves David merge with mercurial-4.0 mercurial-3.9
Tue, 28 Feb 2017 17:00:17 +0100 Pierre-Yves David merge future 5.6.1 mercurial-4.0
Tue, 28 Feb 2017 17:22:21 +0100 Pierre-Yves David Added tag 5.6.1 for changeset 70694b2621ba stable
Tue, 28 Feb 2017 17:21:56 +0100 Pierre-Yves David update debian changelog stable
Thu, 02 Feb 2017 16:33:17 +0100 Pierre-Yves David evolve: extend API fix from 25254b2f8116 to another relevant case stable
Tue, 01 Nov 2016 16:19:33 +0100 Pierre-Yves David hgext3rd: drop the last remains of hgext3rd
Tue, 01 Nov 2016 16:18:21 +0100 Pierre-Yves David hgext3rd: move 'obsolete' as 'evolve.legacy'
Tue, 01 Nov 2016 16:11:50 +0100 Pierre-Yves David hgext3rd: move 'drophack' as 'evolve.hack.drophack'
Tue, 01 Nov 2016 16:07:28 +0100 Pierre-Yves David hgext3rd: move 'simple4server' as 'evolve.serveronly'
Tue, 28 Feb 2017 14:36:18 +0100 Pierre-Yves David hgext3rd: move 'directaccess' and 'inhibit' in 'evolve.hack'
Tue, 28 Feb 2017 15:09:03 +0100 Pierre-Yves David evolve: move the extensions to 'hgext3rd'
Tue, 01 Nov 2016 05:42:50 +0100 Pierre-Yves David extensions: drop the old 'pushexperiment' extension
Wed, 01 Feb 2017 16:23:11 +0100 Pierre-Yves David merge with stable
Wed, 01 Feb 2017 16:19:58 +0100 Pierre-Yves David Update tag 5.6.0 for changeset e7b6e9c4a5d4 stable
Wed, 01 Feb 2017 16:19:50 +0100 Pierre-Yves David fix release date in the Readme, stable 5.6.0
Wed, 01 Feb 2017 16:17:09 +0100 Pierre-Yves David reopen the default branch
Wed, 01 Feb 2017 16:03:39 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.4
Wed, 01 Feb 2017 15:51:02 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.5
Wed, 01 Feb 2017 15:45:20 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.6
Wed, 01 Feb 2017 15:40:51 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.7
Wed, 01 Feb 2017 15:32:59 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.8
Wed, 01 Feb 2017 15:27:04 +0100 Pierre-Yves David merge with 5.6.0 mercurial-3.9
Wed, 01 Feb 2017 15:15:34 +0100 Pierre-Yves David merge with future 5.6.0 mercurial-4.0
Wed, 01 Feb 2017 16:09:40 +0100 Pierre-Yves David Added tag 5.6.0 for changeset 99ede2d77545 stable
Wed, 01 Feb 2017 16:05:21 +0100 Pierre-Yves David exchange: fix compatibility layer stable
Wed, 01 Feb 2017 15:09:06 +0100 Pierre-Yves David open the mercurial-3.9 compat branch mercurial-4.0
Wed, 01 Feb 2017 15:08:03 +0100 Pierre-Yves David prepare release 5.6.0 stable
Wed, 01 Feb 2017 15:07:30 +0100 Pierre-Yves David debian: fix version format stable
Wed, 01 Feb 2017 15:04:54 +0100 Pierre-Yves David merge with default to prepare the next version stable
Wed, 01 Feb 2017 15:02:59 +0100 Pierre-Yves David merge with stable
Tue, 31 Jan 2017 12:32:45 -0800 Martin von Zweigbergk uncommit: don't lose copy information of remaining files (issue5403) stable
Wed, 25 Jan 2017 16:50:19 +0100 Pierre-Yves David merge with stable
Wed, 25 Jan 2017 16:40:45 +0100 Pierre-Yves David fold: cleanly abort on empty fold set (issue5453) stable
Mon, 23 Jan 2017 16:09:16 +0100 Pierre-Yves David README: update changelog
Thu, 12 Jan 2017 13:47:49 -0800 Martin von Zweigbergk fold: require --from flag for folding revisions to working copy
Tue, 13 Dec 2016 10:28:09 -0800 Martin von Zweigbergk fold: use 'fold', not 'touch', for transaction description
Thu, 05 Jan 2017 01:36:37 -0800 Stanislau Hlebik tests: fix tests to reflect hg core changes
Wed, 23 Nov 2016 21:00:42 +0530 Pulkit Goyal prune: improve error message if unstable changes are disallowed
Wed, 30 Nov 2016 11:17:55 +0000 Martijn Pieters wireproto: chunking and compression is forthwith to be handled by hgweb
Sun, 06 Nov 2016 19:19:28 +0100 Pierre-Yves David readme: fix the test run command stable
Wed, 02 Nov 2016 18:56:44 +0100 Pierre-Yves David Manifest.in: exclude unshipped extensions
Wed, 02 Nov 2016 18:54:05 +0100 Pierre-Yves David Manifest.in: include Manifest.in
Wed, 02 Nov 2016 18:53:49 +0100 Pierre-Yves David Manifest.in: exclude debian related file
Wed, 02 Nov 2016 18:53:28 +0100 Pierre-Yves David Manifest.in: include all script in tests
Wed, 02 Nov 2016 18:53:07 +0100 Pierre-Yves David Manifest.in: drop tests/test-qsync.t entry
Wed, 02 Nov 2016 18:52:46 +0100 Pierre-Yves David Manifest.in: drop the 'tests/dummyssh' entry
Wed, 02 Nov 2016 18:50:54 +0100 Pierre-Yves David Manifest.in: sort entry
Wed, 02 Nov 2016 18:49:19 +0100 Pierre-Yves David makefile: fix documentation
Tue, 25 Oct 2016 05:15:52 -0700 Simon Farnsworth tests: use curl instead of wget
Sun, 30 Oct 2016 23:31:31 +0100 Pierre-Yves David merge with stable
Sun, 30 Oct 2016 23:28:34 +0100 Pierre-Yves David Added tag 5.5.0 for changeset 727c7211c810 stable
Sun, 30 Oct 2016 23:18:33 +0100 Pierre-Yves David prepare release 5.5.0 stable 5.5.0
Sun, 30 Oct 2016 23:16:04 +0100 Pierre-Yves David readme: mention that the next release make use 4.0 compatible stable
Sat, 29 Oct 2016 15:07:27 +0200 Pierre-Yves David merge with latest fix mercurial-3.4
Sat, 29 Oct 2016 15:04:23 +0200 Pierre-Yves David merge with latest fix mercurial-3.5
Sat, 29 Oct 2016 15:01:41 +0200 Pierre-Yves David merge with latest fix mercurial-3.6
Sat, 29 Oct 2016 14:55:57 +0200 Pierre-Yves David merge with latest fix mercurial-3.7
Sat, 29 Oct 2016 14:49:37 +0200 Pierre-Yves David merge with latest fix mercurial-3.8
Sat, 29 Oct 2016 14:40:47 +0200 Pierre-Yves David merge with latest fix mercurial-3.9
Fri, 28 Oct 2016 17:25:06 -0700 Martin von Zweigbergk errors: add missing imports of mercurial.error stable
Fri, 28 Oct 2016 17:15:57 -0700 Martin von Zweigbergk evolve: use single quotes in usage messages stable
Fri, 28 Oct 2016 17:11:43 -0700 Martin von Zweigbergk evolve: prefer "abort" over "abandon" in messages for consistency stable
Fri, 28 Oct 2016 15:17:27 -0700 Martin von Zweigbergk setupevolveunfinished: use "hg update -C ." to abort stable
Fri, 28 Oct 2016 15:04:40 -0700 Martin von Zweigbergk evolve: suggest "hg update -C .", including '.', to abort evolve stable
Fri, 28 Oct 2016 17:03:53 +0200 Pierre-Yves David evolve: update the tested with statement stable
Fri, 28 Oct 2016 17:02:56 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.4
Fri, 28 Oct 2016 16:59:32 +0200 Pierre-Yves David merge future 5.5 mercurial-3.5
Fri, 28 Oct 2016 16:34:57 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.6
Fri, 28 Oct 2016 16:26:25 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.7
Fri, 28 Oct 2016 16:16:19 +0200 Pierre-Yves David merge with future 5.5 mercurial-3.8
Fri, 28 Oct 2016 16:03:00 +0200 Pierre-Yves David integrate code update and test change from future 5.5 code mercurial-3.9
Fri, 28 Oct 2016 15:44:15 +0200 Pierre-Yves David merge with default, Mercurial 4.0-rc is out stable
Fri, 28 Oct 2016 15:43:21 +0200 Pierre-Yves David open the mercurial-3.9 compat branch mercurial-3.9
Sun, 16 Oct 2016 20:29:27 +0200 Pierre-Yves David merge with stable
Sun, 16 Oct 2016 09:52:53 -0700 Simon Farnsworth evolve: lock the working copy early in next and prev (issue5244) stable
Sat, 08 Oct 2016 08:14:21 -0700 Simon Farnsworth evolve: indent cmdnext and cmdprev ready for locking change (issue5244) stable
Sun, 16 Oct 2016 13:50:45 +0200 Pierre-Yves David tests: adapt to some change to topic output stable
Sat, 08 Oct 2016 15:49:12 +0200 Philippe Pepiot split: avoid trying to split an empty commit (issue5191) stable
Sat, 08 Oct 2016 15:49:12 +0200 Philippe Pepiot split: avoid trying to split an empty commit (issue5191)
Thu, 22 Sep 2016 09:15:30 -0700 Kostia Balytskyi evolve: fix test breaks related to double->single quote changes
Tue, 13 Sep 2016 01:25:17 +0200 Pierre-Yves David merge with stable
Mon, 12 Sep 2016 10:41:00 -0700 Durham Goode bump: copy parent manifest before editting it stable
Tue, 13 Sep 2016 00:56:57 +0200 Pierre-Yves David backed out changeset 7a76f9a43e89
Sat, 10 Sep 2016 13:26:19 +0200 Pierre-Yves David readme: add an entry about the {obsolete} template change
Fri, 09 Sep 2016 16:42:41 -0700 Martin von Zweigbergk templates: change {obsolete} to emit only "obsolete" or ""
Wed, 07 Sep 2016 17:51:15 +0200 Pierre-Yves David debug data for manifest change in core
Thu, 01 Sep 2016 07:40:27 +0530 Pulkit Goyal evolve: drop point release of versions
Thu, 01 Sep 2016 04:38:56 +0530 Pulkit Goyal evolve: removed redundant try/finally blocks
Sat, 27 Aug 2016 20:37:15 +0800 Anton Shestakov docs: spelling fixes
Sat, 27 Aug 2016 20:25:17 +0800 Anton Shestakov simple4server: update buglink to point to bz.mercurial-scm.org
Sat, 27 Aug 2016 20:24:58 +0800 Anton Shestakov evolve: update buglink to point to bz.mercurial-scm.org
Sat, 27 Aug 2016 20:24:13 +0800 Anton Shestakov docs: use https for mercurial-scm.org
Sat, 27 Aug 2016 20:17:41 +0800 Anton Shestakov docs: point wiki and bz links to mercurial-scm.org
Mon, 29 Aug 2016 14:54:20 +0200 Pierre-Yves David test: adapt to topic changes
Thu, 11 Aug 2016 23:00:46 +0200 Pierre-Yves David continue: ensure we hold the wlock before writing file to disk
Tue, 09 Aug 2016 00:37:58 +0200 Pierre-Yves David test: also use 'devel.legacy.exchange=bundle1' in test
Mon, 08 Aug 2016 10:05:47 -0700 Ryan McElroy dirstate: use arg count for version check
Mon, 01 Aug 2016 22:55:11 +0200 Pierre-Yves David merge back with stable
Mon, 01 Aug 2016 22:42:38 +0200 Pierre-Yves David Added tag 5.4.1 for changeset 2ad40d972a74 stable
Mon, 01 Aug 2016 22:40:04 +0200 Pierre-Yves David prepare release 5.4.1 stable 5.4.1
Mon, 01 Aug 2016 22:37:48 +0200 Pierre-Yves David 3.9 have been released stable
Mon, 01 Aug 2016 22:37:03 +0200 Pierre-Yves David open mercurial-3.7 compat branch mercurial-3.8
Wed, 22 Jun 2016 18:22:17 +0100 Jun Wu directaccess: make sure gethashsymbols does not return rev numbers
Wed, 15 Jun 2016 15:19:38 -0700 Jeroen Vaelen evolve: use hashlib to compute sha1 hashes
Fri, 27 May 2016 17:36:07 +0200 Pierre-Yves David merge with stable
Fri, 27 May 2016 17:33:53 +0200 Pierre-Yves David inhibit: protect agains dropped 'bmstore.write' stable
Wed, 25 May 2016 19:41:08 +0000 timeless help: fix evolution help grammar stable
Wed, 25 May 2016 19:13:26 +0000 timeless help: fix evolution hg phases reference stable
Fri, 06 May 2016 00:24:17 +0200 Pierre-Yves David merge latest tag in 3.4 branch mercurial-3.4
Fri, 06 May 2016 00:24:00 +0200 Pierre-Yves David merge latest tag in 3.5 branch mercurial-3.5
Fri, 06 May 2016 00:23:43 +0200 Pierre-Yves David merge latest tag in 3.6-branch mercurial-3.6
Fri, 06 May 2016 00:23:25 +0200 Pierre-Yves David merge latest tag in 3.7-branch mercurial-3.7
Fri, 06 May 2016 00:22:54 +0200 Pierre-Yves David merge back with stable
Fri, 06 May 2016 00:22:24 +0200 Pierre-Yves David Added tag 5.4.0 for changeset b21ce82e6f76 stable
Fri, 06 May 2016 00:18:24 +0200 Pierre-Yves David evolve: prepare release of version 5.4.0 stable 5.4.0
Fri, 06 May 2016 00:16:18 +0200 Pierre-Yves David evolve: update testedwith field stable
Fri, 06 May 2016 00:08:31 +0200 Pierre-Yves David merge with stable through 3.5 branch mercurial-3.4
Fri, 06 May 2016 00:03:28 +0200 Pierre-Yves David test: wider glob for payload size mercurial-3.4
Fri, 06 May 2016 00:00:14 +0200 Pierre-Yves David merge with stable throug 3.6 branch mercurial-3.5
Thu, 05 May 2016 23:51:35 +0200 Pierre-Yves David merge with stable through 3.7 branch mercurial-3.6
Thu, 05 May 2016 22:22:30 +0200 Pierre-Yves David mercurial-3.7: revert output change mercurial-3.7
Thu, 05 May 2016 22:13:02 +0200 Pierre-Yves David merge default into stable stable
Thu, 05 May 2016 21:54:26 +0200 Pierre-Yves David test: rename TOPICROOT to HGTEST_TOPICROOT
Thu, 05 May 2016 21:42:49 +0200 Pierre-Yves David test: update topic test output for order change
Thu, 05 May 2016 21:38:04 +0200 Pierre-Yves David test: update topic test output for indexing change
Thu, 05 May 2016 21:35:53 +0200 Pierre-Yves David test: adapt topic test
Thu, 05 May 2016 20:14:39 +0200 Pierre-Yves David test: improve skipped message for topic
Mon, 02 May 2016 18:40:21 +0200 Pierre-Yves David prune: suggest --biject in error "hint"
Mon, 02 May 2016 18:24:36 +0200 Pierre-Yves David metaedit: check for public changeset before instability
Mon, 02 May 2016 18:21:54 +0200 Pierre-Yves David fold: move sanity check after locking
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal metaedit: add support for folding commits while editing their metadata
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal commands: introduce a new command to edit commit metadata
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal evolve: factor out check for creating unstable commits
Mon, 25 Apr 2016 16:24:42 -0700 Siddharth Agarwal evolve: factor out sanity checks for folds
Thu, 21 Apr 2016 06:12:20 +0000 timeless evolve: include node, rev, desc, and phase in list
Thu, 21 Apr 2016 06:11:57 +0000 timeless evolve: use hex in list output
Wed, 20 Apr 2016 19:00:13 +0000 timeless py3: use items() instead of iteritems()
Wed, 20 Apr 2016 18:59:46 +0000 timeless py3: change except from two comma to as notation
Wed, 20 Apr 2016 18:58:52 +0000 timeless py3: tolerate io/StringIO divergence
Sun, 24 Apr 2016 22:31:58 -0400 Jordi GutiƩrrez Hermoso split: rewrite the pre-split commit message
Wed, 20 Apr 2016 17:11:49 -0700 Pierre-Yves David open mercurial-3.7 compat branch mercurial-3.7
Wed, 20 Apr 2016 17:08:59 -0700 Pierre-Yves David readme: add various missing parts
Wed, 20 Apr 2016 16:40:11 -0700 Pierre-Yves David hgignore: add an ignore rule for test timing stable
Tue, 19 Apr 2016 14:29:40 -0700 Laurent Charignon tests: change quoting pattern to match core's conventions
Fri, 14 Sep 2012 11:32:28 -0400 timeless Spelling: committed
Fri, 14 Sep 2012 11:30:32 -0400 timeless Spelling (en-us): behavior
Fri, 14 Sep 2012 11:28:31 -0400 timeless Spelling: forbidden
Wed, 12 Sep 2012 17:57:30 -0400 timeless Brand: Mercurial
Wed, 12 Sep 2012 18:27:16 -0400 timeless Grammar: paragraphs should end with periods
Wed, 12 Sep 2012 18:25:48 -0400 timeless Grammar: the
Wed, 12 Sep 2012 17:57:15 -0400 timeless Grammar: resulting issues
Wed, 12 Sep 2012 18:06:44 -0400 timeless Grammar: introduced
Wed, 12 Sep 2012 18:31:15 -0400 timeless Grammar: has
Fri, 14 Sep 2012 10:37:09 -0400 timeless Spelling: versioning
Wed, 12 Sep 2012 18:15:16 -0400 timeless Spelling: unnecessary
Wed, 12 Sep 2012 18:14:40 -0400 timeless Spelling: through
Fri, 14 Sep 2012 10:35:21 -0400 timeless Spelling: those
Wed, 12 Sep 2012 18:11:23 -0400 timeless Spelling: succeeded
Fri, 14 Sep 2012 10:32:39 -0400 timeless Spelling: remotely
Wed, 12 Sep 2012 18:02:05 -0400 timeless Spelling: remains
Fri, 14 Sep 2012 10:07:31 -0400 timeless Spelling: precursors
Fri, 14 Sep 2012 10:07:15 -0400 timeless Spelling: practice
Thu, 13 Sep 2012 17:34:14 -0400 timeless Spelling: directory
Thu, 13 Sep 2012 17:31:46 -0400 timeless Spelling: happened
Wed, 12 Sep 2012 18:06:36 -0400 timeless Spelling: formerly
Wed, 12 Sep 2012 18:05:44 -0400 timeless Spelling: extinct
Thu, 13 Sep 2012 17:34:29 -0400 timeless Spelling: directly
Wed, 12 Sep 2012 18:03:19 -0400 timeless Spelling: deserialize
Thu, 13 Sep 2012 17:29:45 -0400 timeless Spelling: accessing
Wed, 12 Sep 2012 18:09:10 -0400 timeless Spelling (en-us): -ize
Thu, 14 Apr 2016 21:30:57 +0000 timeless list: report the phase for divergent commits
Thu, 14 Apr 2016 17:42:18 +0000 timeless readme: improve bug tracker link
Thu, 14 Apr 2016 17:40:56 +0000 timeless readme: fix domain for bug tracker (bz.mercurial-scm.org)
Thu, 14 Apr 2016 18:33:00 +0000 timeless ignore: remove stale items
Thu, 14 Apr 2016 18:07:40 +0000 timeless project: change evolution domain to mercurial-scm
Thu, 14 Apr 2016 13:02:23 -0700 Pierre-Yves David tests: adapt output to the new graphlog style
Thu, 14 Apr 2016 03:42:48 +0000 timeless evolve: add --continue note to summary
Thu, 14 Apr 2016 15:03:18 +0000 timeless evolve: report merge node
Thu, 14 Apr 2016 15:02:10 +0000 timeless evolve: treat no support as non fatal
Wed, 13 Apr 2016 23:36:44 +0000 timeless list: limit to descriptions to firstline
Fri, 08 Apr 2016 18:45:58 +0000 timeless config: report evolve as origin for config
Fri, 08 Apr 2016 18:45:45 +0000 timeless alias: report evolve as origin for aliases
Tue, 22 Mar 2016 14:08:16 -0700 Kostia Balytskyi evolve--list: initial implementation
Fri, 18 Mar 2016 23:49:32 -0700 Pierre-Yves David merge with stable
Thu, 17 Mar 2016 17:03:51 -0700 Juntao Li evolve: Fix crash when reading docstring stable
Fri, 18 Mar 2016 16:37:49 -0700 Pierre-Yves David prune: remove the kill alias
Thu, 17 Mar 2016 15:04:05 -0700 Juntao Li evolve: Fix crush when reading docstring
Thu, 17 Mar 2016 11:31:55 -0700 Pierre-Yves David topic: restrict 'hg prev' to current topic unless --no-topic is passed
Thu, 17 Mar 2016 11:25:01 -0700 Pierre-Yves David topic: restrict 'hg prev' to current topic unless --no-topic is passed
Thu, 17 Mar 2016 10:04:30 -0700 Pierre-Yves David topic: preserve topic during evolve
Thu, 17 Mar 2016 09:39:35 -0700 Pierre-Yves David topic: 'hg evolve --all' pick all trouble within current topic
Sat, 07 Nov 2015 16:08:42 -0500 Pierre-Yves David close branch 3.3 mercurial-3.3
Sat, 12 Mar 2016 13:59:07 +0800 Anton Shestakov evolve: mark progress units for translation
Sat, 12 Mar 2016 13:45:25 +0800 Anton Shestakov evolve: ui.progress doesn't use total count if pos is None, let's drop it
Sat, 12 Mar 2016 13:15:28 +0800 Anton Shestakov debugrecordpruneparents: fix an apparent typo (marks) stable
Fri, 11 Mar 2016 23:47:59 +0000 Pierre-Yves David test: explicitly disable rebaseskipobsolete in a couple of place (issue5135)
Fri, 11 Mar 2016 13:11:54 +0100 liscju evolve: remove unused import
Fri, 11 Mar 2016 09:48:12 +0000 Pierre-Yves David hgext: turn 'hgext' into a namespace package
Thu, 25 Feb 2016 13:18:36 +0100 Pierre-Yves David merge stable into default
Thu, 25 Feb 2016 13:14:04 +0100 Pierre-Yves David url: update url to point to the latest hosting stable
Sun, 14 Feb 2016 14:37:40 +0000 Pierre-Yves David tests: add head warning messages
Wed, 10 Feb 2016 18:54:49 -0600 Nathan Goldbaum split: fix wording of documentation for --rev option stable
Thu, 11 Feb 2016 00:44:28 +0000 Pierre-Yves David merge with stable
Thu, 11 Feb 2016 00:42:22 +0000 Pierre-Yves David Added tag 5.3.0 for changeset bd59cc2ee203 stable
Thu, 11 Feb 2016 00:39:56 +0000 Pierre-Yves David merge with strange other head on stable stable 5.3.0
Thu, 11 Feb 2016 00:37:05 +0000 Pierre-Yves David prepare version 5.3.0 stable
Thu, 11 Feb 2016 00:35:58 +0000 Pierre-Yves David evolve: update testedwith statement stable
Thu, 11 Feb 2016 00:35:16 +0000 Pierre-Yves David Readme: mention fix for issue4950 stable
Thu, 11 Feb 2016 00:32:40 +0000 Pierre-Yves David merge with new stable through 3.5 and 3.6 mercurial-3.4
Thu, 04 Feb 2016 11:01:35 +0000 Pierre-Yves David tests: register expected difference for Mercurial 3.4 mercurial-3.4
Thu, 11 Feb 2016 00:07:54 +0000 Pierre-Yves David merge with stable through 3.6 mercurial-3.5
Thu, 11 Feb 2016 00:02:39 +0000 Pierre-Yves David readme: mark feature only available in 3.7 as such stable
Wed, 10 Feb 2016 23:44:00 +0000 Pierre-Yves David Merge with stable, updating tests output mercurial-3.6
Thu, 04 Feb 2016 11:18:50 +0000 Pierre-Yves David readme: point to mercurial-scm.org instead of selenic.com stable
Thu, 04 Feb 2016 11:17:09 +0000 Pierre-Yves David merge with stable (Mercurial 3.7 is out) stable
Thu, 04 Feb 2016 11:13:38 +0000 Pierre-Yves David tests: register expected difference for Mercurial 3.6 mercurial-3.6
Thu, 04 Feb 2016 11:07:44 +0000 Pierre-Yves David tests: register expected difference for Mercurial 3.5 mercurial-3.5
Thu, 04 Feb 2016 10:24:26 +0000 Pierre-Yves David test: adapt to 3.6 help changes stable
Thu, 04 Feb 2016 02:46:40 -0800 Kostia Balytskyi evolve: make split respect rev args passed without --rev or -r
Thu, 04 Feb 2016 01:19:14 +0000 Pierre-Yves David evolve: write our own custom evolvestate file
Thu, 04 Feb 2016 10:16:52 +0000 Pierre-Yves David readme: update readme for issue 4966
Wed, 03 Feb 2016 23:21:50 +0000 Pierre-Yves David test: back hash change from 'extra' content change out
Fri, 22 Jan 2016 21:41:59 +0900 FUJIWARA Katsunori evolve: close transaction if conflict is detected in relocate (issue4966)
Sat, 23 Jan 2016 06:18:01 +0900 FUJIWARA Katsunori evolve: remove meaningless transaction nesting
Tue, 26 Jan 2016 15:42:01 -0800 Shusen LIU evolve: extract logic to new method _evolvemerge
Sat, 30 Jan 2016 16:53:12 +0100 Pierre-Yves David test: add extra expected output
Fri, 22 Jan 2016 19:16:38 +0000 Jeroen Vaelen inhibit: make bookmark -D work with a list of bookmarks
Sun, 17 Jan 2016 16:55:40 -0800 Laurent Charignon touch: prompt the user for what to do with the revived changeset
Wed, 27 Jan 2016 13:57:08 -0800 Laurent Charignon inhibit: fix compat with rebaseskipobsolete
Tue, 19 Jan 2016 15:30:23 -0800 Durham Goode test: update with new graft output
Sun, 17 Jan 2016 22:02:44 -0800 Pierre-Yves David merge with stable
Sun, 17 Jan 2016 21:09:45 -0800 Pierre-Yves David tests: fix change to help output
Thu, 14 Jan 2016 14:02:05 -0800 Martin von Zweigbergk tests: change some double quotes to single quotes stable
Thu, 14 Jan 2016 12:02:38 -0800 Laurent Charignon inhibit: fix compatibility with changes in rebase
Sun, 10 Jan 2016 10:52:24 -0800 Laurent Charignon inhibit: fix _filterpublic
Mon, 04 Jan 2016 14:01:17 -0800 Laurent Charignon debian: blacklist test-inhibit.t
Mon, 04 Jan 2016 08:39:58 -0800 Laurent Charignon evolve: duplicate evolution summary entries (issue5014)
Sun, 03 Jan 2016 16:47:57 +0100 Pierre-Yves David merge with stable
Sun, 03 Jan 2016 15:51:36 +0100 Pierre-Yves David merge with the rest of stable stable
(0) -1000 -480 +480 +1000 +3000 tip