Mercurial > hg-stable
comparison .hgtags @ 30036:3f4e1c033f40
url: fix crash by empty path with #fragments
Before, "#foo" paths made hg crash. We've moved the #fragment parsing at
64fbd0de9773, but we shouldn't set path to None too early. This patch just
removes the "if not path:" block since that's checked a few lines later.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 30 Sep 2016 21:38:47 +0900 |
parents | 6069a90ed0d5 |
children | 269a5d121339 |
comparison
equal
deleted
inserted
replaced
30035:02328b5d775d | 30036:3f4e1c033f40 |
---|