'bzr pull' does not see new commits

Asked by Lewis Neal

I use bzr 2.5b4-1 on windows to get new commits from leo-editor ( https://code.launchpad.net/leo-editor )
For the last 3 commits when I run a 'bzr pull' gives a message
 No revisions or tags to pull

Pulling to update existing branches was working fine for me until the
builds 4881, 4883 and 4890. Bazaar confirms it can see the new commit with
> bzr revno lp:leo-editor
which reports 4890.

Any ideas how I can get it working again?

Thanks
Lewis

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Packman
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Packman (gz) said :
#1

Try `bzr pull --remember lp:leo-editor` as it seems they've moved their main branch to try and work around the problem you hit before. Did you ever get as far as setting up an ssh key?

Revision history for this message
Lewis Neal (lewisneal) said :
#2

Martin,

Many thanks for your help, 'bzr pull --remember lp:leo-editor' worked a treat.
I didn't set up ssh key.

Regards
Lewis