288:fa2ce712a8b0
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Sep 2024 00:48:36 +0400
.hgrc: dp1 and dp2 aliases to diff for sanity-checks of merges An extra alias "d" is needed to make sure `hg d` still works after we add other commands starting with "d". `--from` and `--to` are hg 5.7+, they provide clearer UI, but you can still use `hg diff -r foo -r bar`.

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";