"Committing to: ..." message should include thread name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Loom |
Triaged
|
Medium
|
Unassigned |
Bug Description
It would be good if "bzr commit" in a thread reported which thread it was committing to. bzr itself already reports which branch it is committing to, this is just an extension of that.
At the moment the output looks like:
$ bzr ci -m "Fix test failures."
Committing to: /home/andrew/
modified bzrlib/
Committed revision 3467.
I would like something more like:
Committing to: 'old-hpss-
modified bzrlib/
Committed revision 3467.
The reason why this is useful is that if a commit is made in the wrong location, then it immediately becomes obvious, which allows the user to uncommit immediately to undo the mistake (and prevents them from unknowingly doing further commits on the wrong thread).
importance medium
status triaged