- There is a repository repository repo.fossil
- bug.c modified many times (eg. revision 10a3->34bd->152c).
- There are many files changes in 10a3, 34bd and 152c revision.
- Bug will fixed if combine 152c revision with bug.c at 34bd.
How to keep such version, I use following command but failed?
fossil open ~/fs/repo.fossil # contains many files
fossil update -r 34bd bug.c
fossil ci <-- why there is no change?