On Thu, May 3, 2012 at 6:04 PM, Akshat Kumar <aku...@mail.nanosouffle.net> wrote: > This hasn't been working for me, with > codereview. > > In particular, when hg tries to upload > data to the codereview server, I get > an exception (on the first `change' or > subsequent `upload' commands): > > term% hg upload 6031056 > Mon Apr 30 12:37:16 2012 loading CL 6031056 > Mon Apr 30 12:37:16 2012 getting issue metadata from web > Mon Apr 30 12:37:26 2012 None > Mon Apr 30 12:37:26 2012 loaded CL 6031056 > Mon Apr 30 12:37:26 2012 uploading CL metadata + diffs > Mon Apr 30 12:37:30 2012 inspecting src/pkg/runtime/os_plan9.h > ** unknown exception encountered, please report by visiting > ** http://mercurial.selenic.com/wiki/BugTracker > ** Python 2.5.1 (r251:54863, Aug 26 2009, 08:54:39) [C] > ** Mercurial Distributed SCM (version 2.2-rc) > ** Extensions loaded: extdiff, factotum, codereview
Hi Akshat, This looks like an incompatibility with 2.2 and upload.py. I know that the Mercurial support in upload is maintained separately by the rietveld guys, it might make sense to ping them. HTH, Steve