Filenames including '-' are interpreted as revision ranges (?!)
``` touch a-b src ci -m "Initial" a-b ``` src: commit doesn't take a revision spec Need to do `src ci -m "Initial" -- a-b`. Irritating.
issue