template engine: convert generator-based iterator to list-based iterator
If a template iterator is implemented with generator, the iterator is exhau=
sted
after we use it. This leads to undesired behavior in template. This chang=
e
converts a generator-based iterator to list-based iterator when template en=
gine
first detects a generator-based iterator. All future usages of iterator wi=
ll
use list instead.
command: remove phase from the list of basic command
This is not a basic command. There is no reason new user should needs to know
about it. Thanks to Matt Mackall for pointing this.
phases: fix missing "error" module import (
issue3707)
test-mq-qrefresh: test that the patch at qtip is indeed empty
...after qrefreshing a non-existent file
tests: only call check-code once
The accepted warnings list is now empty, let's try to keep it that way.