Code import is importing the wrong tag

Asked by Andrea Corbellini

I've set up this code import: https://code.launchpad.net/~andrea.corbellini/nose/trunk. It is the code import for the HG code branch of Nose. The problem is that this import is importing the wrong tag. It should import 'tip', but is importing tag/0.9.3-release. I've deduced this looking at the file nose/__init__.py, that contains __version__, because looking at the logs I couldn't find any clue of what's exactly happening.

Please, could you fix the import or tell me what should I do?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Данило Шеган
Solved:
Last query:
Last reply:
Revision history for this message
Best Данило Шеган (danilo) said :
#1

Seems to be a bug with bzr-hg because doing "bzr branch" with bzr-hg installed does the same for me (iow, fetches what seems to be 0.9.3 release or at the very least, something different than what "hg clone" gets).

Revision history for this message
Andrea Corbellini (andrea.corbellini) said :
#2

Thanks Данило Шеган, that solved my question.