hgext3rd/evolve/obshistory.py
Mon, 13 Jan 2020 16:32:25 +0700 Anton Shestakov obshistory: make patchavailable() handle predecessors too
Wed, 11 Mar 2020 19:05:45 +0700 Anton Shestakov obshistory: rename precursors to predecessors in displayrevs()
Wed, 11 Mar 2020 18:09:11 +0700 Anton Shestakov obshistory: rename _debugobshistorydisplaymarker() to displaymarkers()
Wed, 11 Mar 2020 18:06:30 +0700 Anton Shestakov obshistory: rename graph/revs-displaying functions
Wed, 11 Mar 2020 18:03:52 +0700 Anton Shestakov obshistory: rename node/ctx-displaying functions
Thu, 16 Jan 2020 11:33:53 +0700 Anton Shestakov obshistory: add _debugobshistorydisplaypredsandmarkers() and test it draft
Mon, 13 Jan 2020 16:32:25 +0700 Anton Shestakov obshistory: make patchavailable() handle predecessors too draft
Wed, 15 Jan 2020 16:28:35 +0700 Anton Shestakov templatekw: add obsorigin keyword draft
Tue, 14 Jan 2020 20:58:26 +0700 Anton Shestakov obshistory: implement predecessorsandmarkers() for obsorigin draft
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
less more (0) -100 -60 tip