We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Edit updates the reference in bolt instead of creating a new log. Noticed during work to export all revisions.
To Reproduce Steps to reproduce the behaviour: (you'll need go install go.etcd.io/bbolt/cmd/bbolt@latest to view the database entries.
go install go.etcd.io/bbolt/cmd/bbolt@latest
worklog create --title "foo"
worklog edit <abc> --title "bar"
bbolt keys ~/.worklog/worklog.db Work
Expected behaviour Each edit will create a new (and separate) log, all of which can be retrieved.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Edit updates the reference in bolt instead of creating a new log. Noticed during work to export all revisions.
To Reproduce
Steps to reproduce the behaviour:
(you'll need
go install go.etcd.io/bbolt/cmd/bbolt@latest
to view the database entries.worklog create --title "foo"
worklog edit <abc> --title "bar"
bbolt keys ~/.worklog/worklog.db Work
- This will show 1 item, whereas it should show 2.Expected behaviour
Each edit will create a new (and separate) log, all of which can be retrieved.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: