How can I download one of previous revisions

Asked by Jakub T. Jankiewicz

There was big changes, and I need to check previous revision. Latest branch is 988 and I want do get 960. How can I do this?

Question information

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

bzr branch -r960 FROM_LOCATION TO_LOCATION

Revision history for this message
Jakub T. Jankiewicz (jcubic) said :
#2

Thanks Jelmer Vernooij, that solved my question.