##// END OF EJS Templates
hg: make "_outgoing()" return empty list instead of "None"...
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"

File last commit:

r1360:7d439981 default
r21049:f117a0ba default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder