- fixed unrecognized config variable 'push.default.uri'
This commit is contained in:
Johannes Schlatow 2010-10-17 22:50:05 +02:00
parent 6de940acf1
commit 34f80d03e3

View file

@ -913,7 +913,7 @@ int handleShow (std::string &outs)
"complete.all.projects complete.all.tags search.case.sensitive hooks "
"active.indicator tag.indicator recurrence.indicator recurrence.limit "
"list.all.projects list.all.tags undo.style verbose rule.precedence.color "
"merge.autopush merge.default.uri pull.default.uri "
"merge.autopush merge.default.uri pull.default.uri push.default.uri "
#ifdef FEATURE_SHELL
"shell.prompt "
#endif