comparison tests/test-blackbox.t @ 25995:4f703dcc626f stable

revset: prevent crash caused by empty group expression while optimizing "and" An empty group expression "()" generates None in AST, so the optimizer have to test it before destructuring a tuple. The error message, "missing argument", is somewhat obscure, but it should be better than crash.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 09 Aug 2015 16:06:36 +0900
parents a698e088ad29
children 6fbe35588433
comparison
equal deleted inserted replaced
25925:23c4589fc678 25995:4f703dcc626f