Comment 4 for bug 786075

Revision history for this message
Adam Candy (asc) wrote :

Could also add a flag to indicate whether the source has been modified? I'm using something to the effect of:

$(shell bzr revno)$(shell if bzr st 2>/dev/null | grep -q '^\(added\|modified\):'; then echo M; fi)