]> Cypherpunks repositories - gostls13.git/commit
code review fixes
authorRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:49:35 +0000 (05:49 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 1 Nov 2009 13:49:35 +0000 (05:49 -0800)
commit45495249e131cd832c2f1e5ac67766882e5cc1dd
treeeda92c26ae2d007508cb793dd7cb5e1a6ad99388
parentb72153310d93a0eba6334a9a31a1ac9b3c592f06
code review fixes

* clean up error handling: show Exception info
* white space fixes
* clean up output when creating CL
* simplify hg change command; add hg file
* fix stale cookie bug (thanks iant)
* in LoadAllCL, load each CL in a different thread,
  to parallelize the slow web fetches
* throw away support for Mercurial before version 1.3
* add @CL-number file pattern for commands like diff
* make hg sync show files being sync'ed

R=r
http://go/go-review/1016016
lib/codereview/codereview.py