I would like to use it like this:
bzr back-out 15,17 file -- back out changes made in revisions 15 and 17 for file
bzr back-out 15..20 file -- back out changes made in revisions 15 to 20 inclusive
bzr back-out revid:XXXXXXXX file -- back out changes made in given revid
If file name not provided then applies to whole branch.
I would like to use it like this:
bzr back-out 15,17 file -- back out changes made in revisions 15 and 17 for file
bzr back-out 15..20 file -- back out changes made in revisions 15 to 20 inclusive
bzr back-out revid:XXXXXXXX file -- back out changes made in given revid
If file name not provided then applies to whole branch.