GNOME Bugzilla – Bug 702052
Update get_commits_to_push_summary to raise NotImplementedError on _vc base
Last modified: 2013-06-16 13:05:58 UTC
Instead of catching an AttributeError which seems ugly.
Created attachment 246575 [details] [review] Update get_commits_to_push_summary to raise NotImplementedError on _vc base
Just a minor comment... I like to keep git commit messages to the standard format, which mostly just means 72 characters wide and a blank line after the one-line title. (I've fixed this in this commit, so don't worry about it here.) Also, when a commit fixes a specific bug, I usually use the (bgo#<bug number>) suffix on commits. I don't know if any other project in existence adopted this idea though, so I'm not fussed about that. As long as there is a bugzilla reference in the commit message (which you always have) then we're good. Anyway, pushed. Cheers.
The bugzilla reference in the commit is coming from git-bz which appends it automatically and uploads to create a new bug. Will make the commit messages cleaner in future =)