id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4497	extension file and section override	musinsky	andrew_b	"https://github.com/MidnightCommander/mc/blob/master/misc/mc.ext.ini.in

# Sections are processed from top to bottom, thus the order is important.
# If there are more than one sections with the same name in this file, the first
# section will be used.

not working example (always `utar` instead of `uar`)
{{{
# override section
[ipk]
Shell=.ipk
Open=%cd %p/uar://
# default section
[ipk]
Shell=.ipk
Include=tar.gz
}}}

working example 1
{{{
# override section
[ipk_other]
Shell=.ipk
Open=%cd %p/uar://
# default section
[ipk]
Shell=.ipk
Include=tar.gz
}}}

working example 2
{{{
# override section
[ipk]
Shell=.ipk
Open=%cd %p/uar://
# default section
[ipk]
Shell=.ipk
#Include=tar.gz
}}}

Rule ""Sections are processed from top to bottom, thus the order is important"" not working for Section with `Include` pattern."	defect	closed	major	4.8.31	mc-config-ini	4.8.29	fixed					merged	committed-master
