log

age author description
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