277:46c4db4da923
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:21:51 +0400
.hgrc: use last(::x) instead of ancestor(x) in actualize-topic This seems to work in most (if not all) situations, as long as there is a public ancestor for the topic to be rebased on.

previous change 253:c5a20fa03fe4

etc/apt/apt.conf.d/95local

Permissions: -rw-r--r--

Other formats: Feeds:
// Do not consider recommended packages as a dependency for installing.
APT::Install-Recommends "no";
// Never include phased updates.
APT::Get::Never-Include-Phased-Updates "yes";
// Packages that are locally installed are excluded from cleaning.
APT::Clean-Installed "no";
// Keep packages that are successfully installed by apt(8) specifically.
Binary::apt::APT::Keep-Downloaded-Packages "yes";