glandium / git-cinnabar

git remote helper to interact with mercurial repositories
GNU General Public License v2.0
287 stars 60 forks source link

Specify "git-cinnabar" in self-update warning #321

Closed eemeli closed 6 months ago

eemeli commented 6 months ago

When working with mozilla-central via git, the git-cinnabar self-update ends up getting run as one part of mach bootstrap. In that context, the self-update warning ends up being shown as follows:

...
Would you like to run a few configuration steps to ensure Git is
optimally configured? (Yn):
WARNING Did not find an update to install.
...

As it's not otherwise obvious that this is about git-cinnabar, it's also not obvious that this warning can and should be dismissed. It would be more user-friendly to be a bit more precise in the text, as proposed here.

glandium commented 6 months ago

This should be dealt with by making mach bootstrap hide this message.