hgext3rd/evolve/__init__.py
Thu, 18 May 2017 18:18:01 +0200 Pierre-Yves David obshistory: rename the command to "olog"
Thu, 18 May 2017 18:04:47 +0200 Pierre-Yves David obshistory: move the command into the obshistory module
Thu, 18 May 2017 17:40:07 +0200 Boris Feld obshistory: add docstring to cmddebugobshistory
Thu, 18 May 2017 11:29:27 +0200 Pierre-Yves David obshistory: add a graph option on the debugobshistory command
Thu, 18 May 2017 11:00:06 +0200 Pierre-Yves David label: add a label for the node in the "wc now at" message
Thu, 18 May 2017 10:56:08 +0200 Pierre-Yves David label: rename 'evolve.short_node' to 'evolve.node'
Wed, 17 May 2017 19:20:43 +0200 Boris Feld obshistory: refactor debugobshistory
Wed, 17 May 2017 09:28:10 +0200 Boris Feld color: update the shorttemplate to use colors
Fri, 12 May 2017 18:34:37 +0200 Boris Feld obshistory: only display each revision once in debugobshistory
Fri, 12 May 2017 11:39:41 +0200 Boris Feld obshistory: display a message when one marker node has no change ctx
Wed, 10 May 2017 11:52:11 +0200 Boris Feld obshistory: use formatter instead of ui.write in the debugobshistory command
Tue, 09 May 2017 17:43:39 +0200 Boris Feld obshistory: add some color
Wed, 10 May 2017 12:26:33 +0200 Boris Feld obshistory: add a debugobshistory command to show obs history of a revs
Wed, 03 May 2017 12:25:53 +0200 Pierre-Yves David auto-push: move config help in the extension help
Mon, 01 May 2017 08:05:45 +0200 Pierre-Yves David perf: adds some cache key helper on the obsstore class
Mon, 01 May 2017 06:06:41 +0200 Pierre-Yves David compat: only install the better filtered message for mercurial 4.2 and above
Sat, 29 Apr 2017 05:35:01 +0200 Pierre-Yves David evolve: update extension help
Fri, 28 Apr 2017 16:56:09 +0200 Boris Feld ui: change the hidden revision error message
Fri, 28 Apr 2017 16:57:41 +0200 Boris Feld ui: add better messages when the working copy become obsolete.
Tue, 25 Apr 2017 10:56:55 +0200 Pierre-Yves David safeguard: add an option to disable automatic publishing
Thu, 20 Apr 2017 11:41:20 +0200 Pierre-Yves David extension: simplify the extensions helper hierarchy stable
Wed, 19 Apr 2017 21:17:43 +0900 Yuya Nishihara template: adapt to new showlist() API introduced by hg e5eab0fe69ee stable
Wed, 19 Apr 2017 21:12:09 +0900 Yuya Nishihara template: pass all mapping data to showlist() stable
Tue, 21 Mar 2017 23:44:30 +0100 Pierre-Yves David checkheads: import our own copy of the checkheads code
Wed, 22 Mar 2017 03:13:15 +0100 Pierre-Yves David split: move the debugcommand into a dedicated module
Wed, 22 Mar 2017 03:00:11 +0100 Pierre-Yves David legacy: move 'debugrecordpruneparents' in the extensions
Tue, 14 Mar 2017 09:51:25 -0700 Pierre-Yves David cleanup: drop an empty section header
Tue, 14 Mar 2017 09:50:55 -0700 Pierre-Yves David compat: drop some <hg-3.4 compatibility code
Thu, 09 Mar 2017 13:11:20 -0800 Pierre-Yves David cleanup: stop using 'repo.join' methods
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 14:19:12 +0100 Pierre-Yves David exchange: rename the module
Tue, 07 Mar 2017 09:47:37 -0800 Martin von Zweigbergk evolve: switch away from deprecated repo.opener
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
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:21:43 +0100 Pierre-Yves David exthelper: extract into its own submodule
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 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
Tue, 28 Feb 2017 18:21:23 +0100 Pierre-Yves David serveronly: deduplicate code with the main evolve extension
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 15:09:03 +0100 Pierre-Yves David evolve: move the extensions to 'hgext3rd'
less more (0) tip