Mercurial > hg
comparison tests/test-pull-http.t @ 21049:f117a0ba5289
hg: make "_outgoing()" return empty list instead of "None"
This patch makes "_outgoing()" return empty list instead of "None", if
there are no outgoing changesets, because:
- returning "None" requires callers to examine whether returned
value is "None" or not explicitly, if callers want to execute loop
on returned value, but
- there are no explicit needs to return "None"
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Wed, 16 Apr 2014 00:37:24 +0900 |
parents | a60963c02f92 |
children | 7a9cbb315d84 |
comparison
equal
deleted
inserted
replaced
21048:ca7a57464fb3 | 21049:f117a0ba5289 |
---|