Bug 1690880 Comment 37 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Oh, sorry, my fault!

Commit messages always require to have the bug ID.

You can change it by calling this in the command line:

`hg commit --amend -m "Bug 1690880 - Made label for element Edit option change dynamically depending on the element's namespace. r=sebo"`.

Or you can call `hg commit --amend` without parameters, which opens an editor where you can add the bug ID to the commit message.

Sebastian
Oh, sorry, my fault!

Commit messages always require to have the bug ID.

You can change it by calling this in the command line:

```
hg commit --amend -m "Bug 1690880 - Made label for element Edit option change dynamically depending on the element's namespace. r=sebo"
```

Or you can call `hg commit --amend` without parameters, which opens an editor where you can add the bug ID to the commit message.

Sebastian

Back to Bug 1690880 Comment 37