pub fn branch_changes_base_path(b: &str) -> String
Expand description

Basename of the changes file for branch br. This file is only used when pulling/pushing over HTTP (where calling remote programs to list patches is impossible).

The changes file contains the same information as the one returned by pijul log --hash-only.