Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/localrepo.py @ 1895:d7c038e805e9
findincoming should return an iterable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 13 Mar 2006 00:02:33 +0100 |
parents | 6569651a4f1e |
children | 36c6e4c3ff43 |
comparison
equal
deleted
inserted
replaced
1894:4c53aaf2d153 | 1895:d7c038e805e9 |
---|---|
807 unknown.append(h) | 807 unknown.append(h) |
808 else: | 808 else: |
809 base[h] = 1 | 809 base[h] = 1 |
810 | 810 |
811 if not unknown: | 811 if not unknown: |
812 return None | 812 return [] |
813 | 813 |
814 rep = {} | 814 rep = {} |
815 reqcnt = 0 | 815 reqcnt = 0 |
816 | 816 |
817 # search through remote branches | 817 # search through remote branches |