From a3d24ca9ae312c6dee6d9af9f13f1850ac6f9daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 4 Jun 2022 08:14:00 +0100 Subject: [PATCH] Don't leave .orig files when invoking "hg revert" --- nixos/mercurial/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/mercurial/home.nix b/nixos/mercurial/home.nix index 2a9a811a..f1491f5c 100644 --- a/nixos/mercurial/home.nix +++ b/nixos/mercurial/home.nix @@ -6,6 +6,7 @@ extraConfig = { pager.pager = "cat"; ui.paginate = "never"; + defaults.revert = "--no-backup"; }; aliases = { }; };