mercurial/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 22 Oct 2015 18:59:03 +0000
branchstable
changeset 26820 71d5238f92e9
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
ui: support paths.default-push without paths.default set (issue4914) This behavior regressed as part of the paths API refactoring. Previous behavior was to accept "default-push" without "default" defined. Current behavior aborts with "default repository not configured!." This patch restores the old behavior and adds test coverage for the scenario, which was absent before.