Guest User

Untitled

a guest
Jun 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. bzr export -r tag:foo-1.0.0.0 release-foo-1.0.0.0.tar.gz trunk/
  2.  
  3. bzr tag -r 1234 -d trunk/ foo-1.0.0.0
  4. bzr branch -r 1234 trunk/ release-1.x
  5.  
  6. bzr tag -r 1255 -d release-1.x/ foo-1.0.0.1
  7. bzr export -r tag:foo-1.0.0.1 release-foo-1.0.0.1.tar.gz release-1.x/
  8.  
  9. fooproj/
  10. release-1.x/
  11. release-2.x/
  12. trunk/
  13.  
  14. bzr diff -r tag:TAG_NAME
Add Comment
Please, Sign In to add comment