The man page for hg pull leaves me with the impression that I can specify a bundle file created by hg incoming, instead of a remote repository. When I try it I get an error abort: There is no Mercurial repository here (.hg not found)! If I call hg unbundle instead of hg pull things seem to work properly. Is this the way it should be done? Padraig