Sat, 11 Mar 2017 12:21:22 -0800 Pierre-Yves David stablerange: adds some caching of the subranges
Sat, 11 Mar 2017 12:15:56 -0800 Pierre-Yves David stablerange: operate on an unfiltered repository
Sat, 11 Mar 2017 12:15:08 -0800 Pierre-Yves David depth: use lower lever function to compute missing
Sat, 11 Mar 2017 10:26:30 -0800 Pierre-Yves David depth: update depth to code to reuse ancestors depth
Sat, 11 Mar 2017 09:08:20 -0800 Pierre-Yves David obsdiscovery: extract a smarted depth in utility
Sat, 11 Mar 2017 08:46:21 -0800 Pierre-Yves David obsdiscovery: simply some of the missing computation
Sun, 12 Mar 2017 08:15:14 -0700 Pierre-Yves David discovery: implement some range based discovery
Fri, 10 Mar 2017 10:36:46 -0800 Pierre-Yves David discovery: introduce a official 'obshash associated to a range
Thu, 09 Mar 2017 22:57:41 -0800 Pierre-Yves David discovery: introduce "stable slicing" methods
Thu, 09 Mar 2017 19:18:11 -0800 Pierre-Yves David discovery: adds a function doing revnum independant sorting
Thu, 09 Mar 2017 18:36:46 -0800 Pierre-Yves David hgignore: also ignore the 'dist' directory
Thu, 09 Mar 2017 18:31:55 -0800 Pierre-Yves David obsexchange: drop unused module
Thu, 09 Mar 2017 18:08:45 -0800 Pierre-Yves David MANIFEST.in: also includes topic
Thu, 09 Mar 2017 18:07:58 -0800 Pierre-Yves David MANIFEST.in: fix to include all evolve submodule
Tue, 07 Mar 2017 15:58:15 +0100 Pierre-Yves David obsdiscovery: organize the code by category
Thu, 09 Mar 2017 17:50:50 -0800 Pierre-Yves David evolution: drop the old __temporary__.advertiseobsolete option
Thu, 09 Mar 2017 17:34:30 -0800 Pierre-Yves David README: mention the 'serveronly' extensions
Thu, 09 Mar 2017 17:33:57 -0800 Pierre-Yves David server only: test a more standard method of disabling exchange
Thu, 09 Mar 2017 12:47:31 -0800 Martin von Zweigbergk debian: don't delete evolve and topic extensions
Thu, 09 Mar 2017 12:20:27 -0800 Arun Kulshreshtha serveronly: replace exc.message with str(exc)
Thu, 09 Mar 2017 13:11:20 -0800 Pierre-Yves David cleanup: stop using 'repo.join' methods
Thu, 09 Mar 2017 10:42:50 -0800 Pierre-Yves David setup: add author_email
Thu, 09 Mar 2017 10:42:25 -0800 Pierre-Yves David readme: make it valid rst
Thu, 09 Mar 2017 08:33:00 -0800 Martin von Zweigbergk setup.py: remove unused and harmful code importing mercurial
Wed, 08 Mar 2017 13:48:35 -0800 Martin von Zweigbergk docs: update references to installation path
Wed, 08 Mar 2017 17:07:38 -0800 Pierre-Yves David test: rename serveronly tests to reflect the new extension name
Tue, 07 Mar 2017 15:52:04 +0100 Pierre-Yves David evolve: stop running 'serveronly' setup
Tue, 07 Mar 2017 15:49:22 +0100 Pierre-Yves David discovery: directly merge the 'obsdiscovery' exthelper in top level extensions
Tue, 07 Mar 2017 15:47:09 +0100 Pierre-Yves David compat: drop advertising of unsupported experimental bundle2 part
Tue, 07 Mar 2017 15:45:21 +0100 Pierre-Yves David exchange: dispatch all code in 'serveronly' to the appropriate submodule
Wed, 08 Mar 2017 15:35:16 -0800 Pierre-Yves David capabilities: properly sort capabilities after updating them
Tue, 07 Mar 2017 15:10:57 +0100 Pierre-Yves David pull: also issue warning for old mercurial version
Tue, 07 Mar 2017 15:04:58 +0100 Pierre-Yves David exchange: split between modern and legacy code
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
(0) -1000 -240 +240 +1000 +3000 tip