diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-01-10 15:07:26 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-01-10 15:07:26 +0100 |
commit | 3365feb6650f3667ca656484da0971efd62bdbe7 (patch) | |
tree | d33844fea4bd1187d013f47eb73ef74e9fe03c40 | |
parent | dccc5b2675c3d0bfecae3aa307a52edfcf44e950 (diff) | |
download | logilab-common-3365feb6650f3667ca656484da0971efd62bdbe7.tar.gz |
missing import
-rw-r--r-- | hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ def incoming(wdrepo, masterrepo): common, incoming, rheads = discovery.findcommonincoming( wdrepo, masterrepo, heads=revs) if not masterrepo.local(): - from mercurial import bundlerepo + from mercurial import bundlerepo, changegroup if revs is None and masterrepo.capable('changegroupsubset'): revs = rheads if revs is None: |