Hello bradfitz, I'd like you to review this change to https://code.google.com/p/rietveld
LGTM On Thu, Aug 15, 2013 at 10:07 AM, <rsc@golang.org> wrote: > Reviewers: bradfitz, > > Message: > Hello bradfitz, > > I'd like you to review this change to > https://code.google.com/p/**rietveld <https://code.google.com/p/rietveld> > > > Description: > index.yaml: add cc index for issues > > Please review this at https://codereview.appspot.**com/13003043/<https://codereview.appspot.com/130... > > Affected files: > M index.yaml > > > Index: index.yaml > ==============================**==============================**======= > --- a/index.yaml > +++ b/index.yaml > @@ -1,5 +1,11 @@ > indexes: > > +- kind: Issue > + properties: > + - name: cc > + - name: modified > + direction: desc > + > # AUTOGENERATED > > # This index.yaml is automatically updated whenever the dev_appserver > > >