From 0a71e6d269e60f844a2d08069ca5bdee9b91b388 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 28 Mar 2019 01:21:41 +0100 Subject: commands: display comment's id in "git bug comment" --- bug/op_edit_comment.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bug/op_edit_comment.go') diff --git a/bug/op_edit_comment.go b/bug/op_edit_comment.go index 527b7440..5a223e01 100644 --- a/bug/op_edit_comment.go +++ b/bug/op_edit_comment.go @@ -57,6 +57,7 @@ func (op *EditCommentOperation) Apply(snapshot *Snapshot) { } comment := Comment{ + id: string(op.Target), Message: op.Message, Files: op.Files, UnixTime: timestamp.Timestamp(op.UnixTime), -- cgit