hgext3rd/evolve/obshistory.py
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
less more (0) -100 -60 tip