I am working on a feature of the industry in the bazaar. To create the project locally, I modified the file locally ( build ), although I do not want this change to be included in my commits. Most of the time I remember to exclude this file from bzr commit or interrupted while viewing the summary, but a few commits ago, I did not notice it, and now the local change went down in history.
Before sending my branch Id like to clean it. Is there a way to remove this change from an earlier commit without returning to the state before and re-executing all the commits? Naturally, this is due to the rewriting of history.
To clarify: In git, I would use git rebase -i and just edit the commit.
source share