[From nobody Wed Jun 10 05:51:06 2026
Received: (at submit) by bugs.debian.org; 8 Jun 2026 12:50:11 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-118.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_PASS,USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 7; hammy, 96; neutral, 26; spammy, 0.
 spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;clint@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:52750)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;clint@debian.org&gt;) id 1wWZQg-0097Wu-2J
 for submit@bugs.debian.org; Mon, 08 Jun 2026 12:50:11 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Transfer-Encoding:Content-Type
 :MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=27VUKz6AAd9JbaltNR6UOtrtSl7sREtGSMSv0Geq9dM=; b=UJJNdj6IJRtG0MsQHmHeAnAK7/
 +uE/+ZFgooim6MMQDYgDbv4iHbbVAQpp73pGk2UO1G58r4q5GjqbWTqs0lIGatKCOOhUyd5hNRInm
 uj0niaieZx+X7I49r5P81jJJofkNJZH5P/OyLLdocDERmwLbJTLWAmhD/v3gf3gBokWEXIpZ00Xjn
 E5hjk7saEd1Rr3M7yVVsq/flW7EHzpiAkapS+Pb6J6Tg69JdDG/HGopA2gZ6ZSCbT/Hn03EuQ9ajU
 NpdnkyjJ8+slPZJukq+gKh5p/Ik/JOAFaKzgo2Exf4XMLWh3iECsJ9OgaOmjRD2Y19yNbxBsqz1hF
 TyO9QJ0g==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;clint@debian.org&gt;) id 1wWZQf-007dRg-0B;
 Mon, 08 Jun 2026 12:50:09 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=debian.org;
 s=debian1.clint.user; t=1780923006;
 bh=27VUKz6AAd9JbaltNR6UOtrtSl7sREtGSMSv0Geq9dM=;
 h=Date:From:To:Subject:From;
 b=N00UHy41nZ9pQ9P/sM2SHrd2fMxUufME5gKXjnLmAVmmqmNl52WOBM/3C7pimkU5h
 B3mASSGDt0HKfyP2ygH+xXhueNdkoiAfGIbfNDk5+ZAC0QgScQU7CdgLaEdZUipLJV
 cgb6BlE6ir+1OPhCYhGlIVKxMxsZxwUDDSqcbZXgiHMtHayJUMuRMX5nsRTWnNv7Kx
 guCaliRaVDwXjAC0pR8UhmLcxoAupe6cuJA0GcYYDK2zcy3GEHlXoCXr/qkX2t31lD
 ZYNGL2TV9O5dX7hr/N9fMaQfNH/132ifPtm+A3s79QLz0nWw3NfVip3oS4qO9fnxon
 YNUpp6ReTbghg==
Received: by thumb.scru.org (Postfix, from userid 1000)
 id 2E0A041818; Mon, 08 Jun 2026 12:50:06 +0000 (UTC)
Date: Mon, 8 Jun 2026 12:50:06 +0000
From: Clint Adams &lt;clint@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: jujutsu: jj defaults to nano as editor on Unix
Message-ID: &lt;aia6fpB033rM0YQn@scru.org&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Reportbug-Version: 13.2.0
X-Debian-User: clint
Delivered-To: submit@bugs.debian.org

Package: jujutsu
Version: 0.40.0-2

I don't have EDITOR or VISUAL set, and I don't have nano
installed, so this happened:

% jj config edit --repo
Editing file: /home/clint/.config/jj/repos/0df73873bb40aeaad531/config.toml
Error: Failed to run editor 'nano'
Caused by: No such file or directory (os error 2)

To conform to Policy §11.4, please s/nano/editor/ (and I guess put
a Recommends on less)
]