I have to delete a versioned file my bzr repository using bzr remove command.
bzr remove file_name
it deletes the versioned file (from the file system)
I cannot use bzr commit , (as the file has been deleted from the repository)
bzr commit
Commits all the changed file to the repository.
How do i deleted file alone, even though i have uncommited changes in my branch?
commits all the unchanged