hgext3rd/evolve/obshistory.py
Fri, 27 Dec 2019 20:40:13 -0800 Rodrigo Damazio Bovendorp obslog: add display of precursor information to the default template draft
Fri, 27 Dec 2019 20:38:10 -0800 Rodrigo Damazio Bovendorp obslog: add flags to control the output of precursors and successors draft
Sat, 01 Feb 2020 10:54:20 +0100 Rodrigo Damazio Bovendorp obslog: extract display of a markers to its own function draft
Sun, 29 Mar 2020 16:00:57 +0700 Anton Shestakov obshistory: give a more correct name to a variable
Tue, 10 Mar 2020 19:05:08 +0700 Anton Shestakov compat: update hg-X.Y compat comments and test them
Wed, 04 Mar 2020 16:30:38 +0100 Pierre-Yves David compat: drop 4.5 compatibility for strdiff
Wed, 04 Mar 2020 16:30:19 +0100 Pierre-Yves David compat: drop 4.5 compatibility layer for log utility
Tue, 25 Feb 2020 18:07:30 +0700 Anton Shestakov obslog: remove the separate "obslog -f" implementation and use the common one
Tue, 25 Feb 2020 17:47:54 +0700 Anton Shestakov obslog: provide successors and multiple markers to marker-displaying function
Tue, 18 Feb 2020 18:16:11 +0800 Anton Shestakov obslog: make date template property into dates
Tue, 18 Feb 2020 18:10:58 +0800 Anton Shestakov obslog: make note template property into notes
Tue, 18 Feb 2020 18:07:11 +0800 Anton Shestakov obslog: make operation template property into operations
Tue, 18 Feb 2020 17:58:22 +0800 Anton Shestakov obslog: make user template property into users
Tue, 18 Feb 2020 15:21:14 +0800 Anton Shestakov obslog: use fm.data() instead of fm.write() because it's all templates now
Tue, 14 Jan 2020 20:20:13 +0700 Anton Shestakov obslog: use _successorsetverb() in regular obslog too
Tue, 14 Jan 2020 19:42:06 +0700 Anton Shestakov obshistory: add 'folded' to the list of precise verbs
Mon, 13 Jan 2020 15:36:24 +0700 Anton Shestakov obshistory: remove unused ismetablacklisted()
Mon, 13 Jan 2020 15:05:34 +0700 Anton Shestakov obshistory: remove unused successorsetallmarkers()
Mon, 13 Jan 2020 15:04:02 +0700 Anton Shestakov obshistory: remove unused _successorsetdates() and _successorsetusers()
Mon, 13 Jan 2020 14:59:08 +0700 Anton Shestakov obshistory: remove unused preparesuccessorset()
Sat, 11 Jan 2020 20:10:06 +0700 Anton Shestakov obshistory: use effect flags from obsutil
Sat, 11 Jan 2020 20:06:26 +0700 Anton Shestakov obshistory: make a {flag value: description} dict for _markerseffects()
Sat, 11 Jan 2020 19:49:45 +0700 Anton Shestakov obshistory: factor out _markerseffects()
Sat, 11 Jan 2020 19:24:21 +0700 Anton Shestakov obshistory: factor out _markerspreciseverb()
Sat, 04 Jan 2020 21:07:38 +0700 Anton Shestakov obshistory: remove obsfateverb/obsfateprinter patching compatibility
Fri, 03 Jan 2020 23:32:48 +0700 Anton Shestakov obshistory: drop unused keyword argument to _getobsfateandsuccs()
Thu, 02 Jan 2020 01:16:18 +0700 Anton Shestakov obshistory: use successorsandmarkers() from obsutil, drop local variant
Tue, 31 Dec 2019 21:41:22 +0700 Anton Shestakov compat: drop code from 35b2d201eb71 (compatibility with hg 4.3)
Thu, 28 Nov 2019 11:41:17 +0700 Anton Shestakov evolve: correct spelling of superseded everywhere else
Thu, 28 Nov 2019 11:37:56 +0700 Anton Shestakov evolve: use obsutil._getobsfate() directly
Wed, 04 Dec 2019 10:57:29 -0800 Martin von Zweigbergk obslog: make {node} the full node and leave shortening to template
Fri, 15 Nov 2019 10:25:46 -0800 Martin von Zweigbergk obslog: make {descdiff} not be indented and leave that to the template
Fri, 15 Nov 2019 09:53:42 -0800 Martin von Zweigbergk obslog: make {patch} not be indented and leave that to the template
Thu, 07 Nov 2019 13:40:53 -0800 Martin von Zweigbergk obslog: make {succnodes} be full hex nodes
Fri, 08 Nov 2019 07:19:18 -0800 Martin von Zweigbergk obslog: remove now-unused code for plain styling
Thu, 07 Nov 2019 23:17:34 -0800 Martin von Zweigbergk obslog: redefine default output as a template, unless -f was given
Thu, 07 Nov 2019 23:15:29 -0800 Martin von Zweigbergk obslog: add newline after all markers in non-graphlog to match graphlog
Thu, 07 Nov 2019 22:24:50 -0800 Martin von Zweigbergk obslog: make reason for unavailable patch part of template
Thu, 07 Nov 2019 16:34:01 -0800 Martin von Zweigbergk obslog: make content and description patches available to templater
Thu, 07 Nov 2019 17:22:44 -0800 Martin von Zweigbergk obslog: rename {desc-diff} to {descdiff} since the former is invalid
Thu, 07 Nov 2019 23:10:26 -0800 Martin von Zweigbergk obslog: avoid using a formatter after calling end() on it
Thu, 07 Nov 2019 15:00:57 -0800 Martin von Zweigbergk obslog: use plural name "effects" for list of all effects
Thu, 07 Nov 2019 13:21:20 -0800 Martin von Zweigbergk obslog: use singular name "succnode" for each element of {succnodes}
Thu, 07 Nov 2019 10:29:03 +0100 Pierre-Yves David branching: merge with stable
Mon, 04 Nov 2019 14:58:58 -0800 Martin von Zweigbergk obslog: don't overwrite {rev} keyword from changeset context
Mon, 04 Nov 2019 14:31:08 -0800 Martin von Zweigbergk obslog: make changeset available to templater
Fri, 01 Nov 2019 17:54:09 +0700 Anton Shestakov evolve: use more often seen metavariables in command synopsis strings stable
Sun, 06 Oct 2019 02:30:12 -0400 Rodrigo Damazio help: categorizing evolve and topic commands
Tue, 03 Sep 2019 12:48:47 +0200 Pierre-Yves David branching: merge with stable
Fri, 30 Aug 2019 11:31:19 +0700 Anton Shestakov obslog: only indent the first chunk and chunks just after newlines (issue6175) stable
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Tue, 06 Aug 2019 11:07:16 +0200 Raphaël Gomès python3: prefix all regex to work with python 2 and 3
Wed, 17 Jul 2019 11:03:09 -0700 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Sun, 14 Jul 2019 22:34:36 -0700 Martin von Zweigbergk py3: filter() now returns a generator, so wrap when we need a list
Thu, 11 Jul 2019 14:21:23 -0700 Martin von Zweigbergk py3: replace iter.next() by next(iter)
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use byte strings for @command registrations
Wed, 06 Mar 2019 21:42:32 +0800 Anton Shestakov obshistory: remove unused geteffectflag(), it's been in core since 4.4
Mon, 11 Feb 2019 21:33:02 +0800 Anton Shestakov obshistory: omit keyword arguments with default values in patch.diffui() calls stable
Mon, 19 Nov 2018 02:18:58 +0000 Pierre-Yves David compat: drop 4.3 wrapping of createmarker for effect flag support
less more (0) -100 -60 tip