Mercurial > hg
comparison mercurial/verify.py @ 20154:970394b6bd97 stable
hgk: fix tag list parser (issue4101)
As tags may have embedded spaces, and "hg tags" command doesn't escape them,
the output of the command doesn't make a well-formed list, so we can't just
iterate over it. Instead, apply a simple regexp to transform it to a list
which we actually use. Line boundary matching should be enabled.
author | Andrew Shadura <andrew@shadura.me> |
---|---|
date | Sun, 01 Dec 2013 13:53:24 -0600 |
parents | e1e181a64de7 |
children | 78f547cdc362 |
comparison
equal
deleted
inserted
replaced
20153:35bfe5405fb4 | 20154:970394b6bd97 |
---|