Comment 1 for bug 244306

Revision history for this message
John A Meinel (jameinel) wrote :

If you run 'bzr push ..../new/branch' it should run the post-push hook, as you pushed something.
We should be careful, as it probably shouldn't trigger on 'bzr branch . .../new/branch' as the latter is not the same logical action. (First is more mirroring, second is more creating a new line of development.)
I can agree that running 'bzr push' and not having it trigger is odd.