Kristian Nielsen <knielsen@xxxxxxxxxxxxxxx> writes:
I suggest you re-commit all of the changes as a single commit
(this is
generally preferred in Maria development), or at least add a good
commit
message (eg. mention fixing the BUILD/ scripts). Also, you should
add per-file
commit messages; one way to do this I know of is using the `bzr
gcommit`
plugin (I personally do not like per-file commit messages much,
but in Maria
development they are generally preferred).
You asked on IRC what I meant with 're-commit'.
There are at least two ways: ...
2. Use `bzr uncommit` to remove the previous commits (but not the
related
changes) in your tree, then do a new commit:
cd my-original-tree
bzr uncommit -r2697
# You can do any additional changes you want here