Download raw body.
cope with deleted branches during tog log refresh
On 2022/11/17 11:33:31 +0100, Stefan Sperling <stsp@stsp.name> wrote: > If tog is displaying the log for a branch and this branch is deleted > while tog is running then using Ctrl-l to refresh the log view will > cause tog to exit with an error. > > With this patch, tog falls back to loading the default branch if its > current branch can no longer be found. > > ok? nice! ok op@
cope with deleted branches during tog log refresh