Mercurial > hg
comparison mercurial/util.py @ 34946:5caae380ff90 stable
filemerge: pass a default value to _toolstr (issue5718)
After a refactoring, _toolstr stopped having default="" as one of it's args,
therefore when called without a default it returns None and not "". This causes
concatenation to fail.
author | Kostia Balytskyi <ikostia@fb.com> |
---|---|
date | Thu, 26 Oct 2017 11:07:06 -0700 |
parents | dacfcdd8b94e |
children | be6aa0cff8ea |
comparison
equal
deleted
inserted
replaced
34945:d2554ef04d26 | 34946:5caae380ff90 |
---|