Show More
@@ -116,6 +116,8 def _sortedb(xs): | |||
|
116 | 116 | # operator methods |
|
117 | 117 | |
|
118 | 118 | def stringset(repo, subset, x, order): |
|
119 | if not x: | |
|
120 | raise error.ParseError(_("empty string is not a valid revision")) | |
|
119 | 121 | x = scmutil.intrev(repo[x]) |
|
120 | 122 | if (x in subset |
|
121 | 123 | or x == node.nullrev and isinstance(subset, fullreposet)): |
General Comments 0
You need to be logged in to leave comments.
Login now