log hgext3rd/topic/compat.py @ 6935:954d7ea5cd67 stable tip

age author description
Tue, 06 Feb 2024 08:59:43 +0000 Zeger Van de Vannet topic: handle commitstatus() with opts=None for hg <= 6.5 too stable
Thu, 12 Oct 2023 14:37:31 -0300 Anton Shestakov compat: older hg versions need byteskwargs in commitstatus()
Thu, 12 Oct 2023 14:05:57 -0300 Anton Shestakov compat: hg 5.6 doesn't have tip as an argument to commitstatus() at all
Thu, 12 Oct 2023 14:04:37 -0300 Anton Shestakov compat: make sure to actually pass tip to commitstatus()
Wed, 30 Aug 2023 15:08:35 -0300 Anton Shestakov topic: compatibility for commitstatus(..., **opts)
Sat, 12 Nov 2022 15:47:57 +0400 Anton Shestakov topic: move compatibility for branchcache._entries to topic/compat.py
Mon, 10 Oct 2022 20:03:20 +0400 Anton Shestakov topic: use compat.CanceledError for user quit situations
Mon, 10 Oct 2022 20:02:14 +0400 Anton Shestakov topic: use compat.StateError for aborting pushes that create new heads
Thu, 07 Apr 2022 20:42:56 +0300 Anton Shestakov topic: use check_incompatible_arguments() for --list with --clear or --rev
Thu, 07 Apr 2022 20:02:45 +0300 Anton Shestakov topic: use compat.InputError for conflicting CLI flags
Thu, 11 Aug 2022 11:32:30 +0400 Anton Shestakov topic: drop helpcategory 4.7 compat, use helpcategory keyword directly
Mon, 16 Nov 2020 13:08:08 -0800 Martin von Zweigbergk compat: make topics compatible across change to cmdutil.commitstatus()
Tue, 21 Jul 2020 11:59:28 +0800 Joerg Sonnenberger topic: compatibility with sparse phaseroots and phasesets in 5.5
Tue, 10 Mar 2020 19:05:08 +0700 Anton Shestakov compat: update hg-X.Y compat comments and test them
Mon, 18 Nov 2019 13:04:56 +0100 Pierre-Yves David branching: merge with stable
Wed, 13 Nov 2019 13:47:55 +0700 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev stable
Fri, 15 Nov 2019 11:48:17 +0700 Anton Shestakov topic: drop compat.successorssets(), it's not used
Fri, 15 Nov 2019 11:37:34 +0700 Anton Shestakov topic: drop compat.getmarkers() and use obsutil.getmarkers() directly
Wed, 13 Nov 2019 13:47:55 +0700 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev
Sun, 06 Oct 2019 02:30:12 -0400 Rodrigo Damazio help: categorizing evolve and topic commands
Tue, 06 Aug 2019 11:34:31 +0200 Raphaël Gomès python3: add ignore block around python 2 compatibility if branch
Sat, 13 Jul 2019 00:17:03 -0700 Martin von Zweigbergk py3: call branchmap.items() on py3 and continue to call iteritems() on py2
Thu, 19 Apr 2018 16:27:13 +0200 Pierre-Yves David compat: drop compatibility layer for pager
Thu, 19 Apr 2018 16:51:53 +0200 Pierre-Yves David compat: drop compat layer for cleanupnodes
Thu, 19 Apr 2018 16:07:23 +0200 Pierre-Yves David compat: from compatibility layer for createmarkers
Fri, 23 Mar 2018 09:08:21 -0700 Martin von Zweigbergk compat: call current obsolete.createmarkers(), not one from load time stable
Mon, 19 Mar 2018 15:46:17 -0700 Martin von Zweigbergk compat: make override of createmarkers work on wrapped function
Mon, 12 Mar 2018 15:41:51 -0700 Martin von Zweigbergk topics: include "operation" metadata in obsmarkers
Fri, 16 Mar 2018 10:22:27 -0700 Martin von Zweigbergk compat: add wrapper for obsolete.createmarkers() that accepts "operation" arg
Fri, 20 Oct 2017 19:29:56 +0200 Pierre-Yves David compat: add an abstraction for 'scmutil.cleanupnodes' stable
Sat, 14 Oct 2017 20:17:25 +0530 Pulkit Goyal pager: add a function in compats to start pager stable
Sun, 10 Sep 2017 22:41:54 +0900 FUJIWARA Katsunori topic: centralize compatibility logic between hg versions into compat module