facebook / sapling

A Scalable, User-Friendly Source Control System.

Home Page:https://sapling-scm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`sl config` does not allow unsetting a value.

Flameeyes opened this issue · comments

Trying to un-set a hook with sl config --local hooks.pre-commit= still maintains the hooks.pre-commit parameter in the config, it just is left to be an empty string.

This is important because a local empty string can override a set user-level value to be ignored.