On Sat, Dec 20, 2008 at 01:20, Ben Goodger (Google) <[email protected]>wrote:

>
> I fill out my changelogs like this:
>
> http://crbug.com/###
>
> it becomes auto-linkified in the email, and the hostname gives away
> what its intent is.


Good point. I've added a rule to look for ((?i)crbug\.com\/\d+) in any line,
which should catch these references as well.

More feedback welcome,
Mark


>
>
> -Ben
>
> On Sat, Dec 20, 2008 at 1:17 AM, Mark Larson (Google) <[email protected]>
> wrote:
> > I've created a script that watches checkins and updates bugs that the
> > checkin mentions.
> > If you want to update a bug with a change, add
> >   BUG=nnnn
> >
> > to the log entry.
> > See http://src.chromium.org/viewvc/chrome?view=rev&revision=7301 for an
> > example. You need to add BUG= to your codereview description
> > (@codereview.chromium.org or by using gcl change).
> > Also see http://crbug.com/4878 to see the bug comment that r7301
> generated.
> > Note to Googlers: BUG=nnnnnn where nnnnnnn > 500000 will update the
> internal
> > b/nnnnnn bug.
> > I hope this will help us get a more accurate mapping from code changes to
> > bugs and make it easier to track bug fixes in the issue tracker.
> > --Mark
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to