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
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
Fri, 03 Aug 2018 00:52:10 +0200 Boris Feld compat: fix obslog compatiblity with 4.3 stable
Thu, 02 Aug 2018 01:31:02 +0200 Pierre-Yves David compat: restore compatibility with Mercurial <= 4.5 stable
Tue, 22 May 2018 12:07:24 +0200 Boris Feld obslog: add a new flag to filter out non-local nodes
Thu, 26 Jul 2018 18:28:44 +0200 Pierre-Yves David compat: drop compatibility hack for mercurial <4.3
Tue, 12 Jun 2018 13:58:14 +0200 Denis Laxalde style: drop a (commented) debug print
Mon, 21 May 2018 13:07:49 +0200 Boris Feld compat: fix obslog with Mercurial 4.6+
Fri, 27 Apr 2018 16:19:45 +0800 Anton Shestakov obshistory: make obslog work when a commit doesn't have any description stable
Fri, 27 Apr 2018 16:14:10 +0800 Anton Shestakov obshistory: use a more appropriate type for obslog entries stable
Thu, 19 Apr 2018 16:27:13 +0200 Pierre-Yves David compat: drop compatibility layer for pager
Thu, 19 Apr 2018 16:12:37 +0200 Pierre-Yves David compat: drop compatibility layer for successorssets
Thu, 22 Mar 2018 10:39:18 +0100 Pierre-Yves David obslog: more 4.1 code compatibility drop
Thu, 22 Mar 2018 10:34:44 +0100 Pierre-Yves David obslog: cleanup patch handling after 4.1 compat drop
Sun, 04 Mar 2018 11:34:49 -0500 Boris Feld obslog: add the operation to the Obslog output
Mon, 26 Feb 2018 13:59:30 +0100 Boris Feld evolve: update code for not implicitly converting ctx to revision
Wed, 14 Feb 2018 09:46:56 +0100 Boris Feld obsfate: fix changeset description diff computing
Mon, 05 Feb 2018 14:36:34 +0100 Pierre-Yves David branching: merge with stable
Mon, 05 Feb 2018 20:58:46 +0900 Yuya Nishihara compat: add wrapper for logcmdutil functions stable
Thu, 25 Jan 2018 17:29:21 -0800 Martin von Zweigbergk obslog: drop period from summary line in accordance with convention
Tue, 16 Jan 2018 01:11:47 +0100 Pierre-Yves David diff: drop default argument value
Thu, 11 Jan 2018 18:07:09 +0530 Pulkit Goyal obshistory: pass the csets description in getmarkerdescriptionpatch
Thu, 11 Jan 2018 17:54:34 +0530 Pulkit Goyal obshistory: remove the unused function
Thu, 11 Jan 2018 17:11:10 +0530 Pulkit Goyal obslog: add header to the changeset description diff
Thu, 11 Jan 2018 16:30:46 +0530 Pulkit Goyal obslog: colorize the description diff shown in obslog -p
Wed, 10 Jan 2018 19:47:43 +0530 Pulkit Goyal obslog: colorize the patch shown using `hg obslog -p`
Mon, 04 Dec 2017 15:50:32 +0530 Pulkit Goyal obsnote: don't add '' to note while showing it in obslog
Sun, 12 Nov 2017 01:35:51 +0530 Pulkit Goyal obslog: add initial support for showing note in obslog
Tue, 14 Nov 2017 18:35:25 +0100 Boris Feld effect-flag: fix obsfate verb hooking
Fri, 20 Oct 2017 22:44:12 +0200 Pierre-Yves David obsfate: re-enables operation display in obsfate stable
Fri, 20 Oct 2017 18:50:26 +0200 Pierre-Yves David compat: handle version where obsutil is not available stable
Fri, 20 Oct 2017 14:00:30 +0200 Boris Feld effect-flag: remove wrapping of createmarkers for Mercurial 4.4
Fri, 20 Oct 2017 12:04:45 +0200 Pierre-Yves David obsfate: use core version of obsfate if available
Thu, 19 Oct 2017 14:46:06 +0200 Boris Feld evolve: registed configitems if available
Sat, 14 Oct 2017 19:06:06 +0200 Pierre-Yves David branching: merge with stable
Fri, 13 Oct 2017 06:08:32 +0530 Pulkit Goyal pager: add support to `hg obslog` stable
Mon, 09 Oct 2017 19:39:13 +0530 Pulkit Goyal obslog: remove the word "yet" from "No patch available yet"
Mon, 09 Oct 2017 19:35:32 +0530 Pulkit Goyal obslog: spell out successor completely
Fri, 08 Sep 2017 12:10:21 +0200 Alain Leufroy obslog: simplify formatter keys
Fri, 08 Sep 2017 12:03:23 +0200 Alain Leufroy obslog: fix `--template` with `--graph` option
Fri, 08 Sep 2017 12:24:22 +0200 Alain Leufroy obslog: uniformize `_debugobshistoryrevs` and `_debugobshistorygraph` arguments
Sun, 17 Sep 2017 12:45:28 +0200 Alain Leufroy obslog: fix --patch with --no-graph options
Wed, 09 Aug 2017 11:32:19 +0200 Boris Feld obsfate: use effect flag information for computing a better verb
Fri, 11 Aug 2017 10:41:11 +0200 Boris Feld context: precursors was deprecated
Wed, 09 Aug 2017 16:01:20 +0200 Boris Feld output: update obsfate / obslog output order
Sun, 02 Jul 2017 17:13:35 +0200 Pierre-Yves David obslog: handle patch generation for mercurial 4.1-
Sun, 02 Jul 2017 15:02:11 +0200 Pierre-Yves David evolve: adapt to function migrate to obsutil
Tue, 27 Jun 2017 23:28:58 +0530 Pulkit Goyal docs: some fixes to the help text
Wed, 21 Jun 2017 11:31:21 +0200 Pierre-Yves David obslog: add a comment about the final new line of descriptions
Tue, 20 Jun 2017 16:22:16 +0200 Boris Feld obslog: also display description patch with --patch
Wed, 21 Jun 2017 11:11:37 +0200 Pierre-Yves David obslog: extra patch indentation code
Tue, 20 Jun 2017 13:49:40 +0200 Boris Feld obslog: add a patch option
Mon, 19 Jun 2017 19:00:31 +0200 Pierre-Yves David obslog: clarify some sorting code
less more (0) -120 tip