Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On 18 February 2011 04:17, <n13m3y3r@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > .hgignore: add doc/codelab/wiki/*.bin > > Please review this at http://codereview.appspot.com/4173063/ > > Affected files: > M .hgignore > > > Index: .hgignore > =================================================================== > --- a/.hgignore > +++ b/.hgignore > @@ -21,6 +21,7 @@ > _testmain.go > y.tab.[ch] > doc/htmlgen > +doc/codelab/wiki/*.bin > misc/cgo/life/run.out > misc/dashboard/builder/gobuilder > misc/goplay/goplay > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=5470a0d5f7a9 *** .hgignore: add doc/codelab/wiki/*.bin R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/4173063 Committer: Andrew Gerrand <adg@golang.org>