9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Akshat Kumar <akumar@mail.nanosouffle.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Mercurial port is official
Date: Thu,  3 May 2012 18:04:24 -0700	[thread overview]
Message-ID: <CABwSpPAw3YBOLQ1=skoeaYG0qq46RK0Gy2qevT1n95y7URDQUA@mail.gmail.com> (raw)
In-Reply-To: <CAGGHmKGt_1tbPgi37WeaB4SxaCCDsgCs4mFiyhdwkA_TYg=VJQ@mail.gmail.com>

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
Traceback (most recent call last):
  File "/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 27, in run
    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 64, in dispatch
    return _runcatch(req)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 87, in _runcatch
    return _dispatch(req)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 685, in _dispatch
    cmdpats, cmdoptions)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 467, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 775, in _runcommand
    return checkargs()
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 746, in checkargs
    return cmdfunc()
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/dispatch.py",
line 682, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/util.py",
line 463, in check
    return func(*args, **kwargs)
  File "//sys/lib/codereview/codereview.py.plan9", line 1849, in upload
    cl.Upload(ui, repo)
  File "//sys/lib/codereview/codereview.py.plan9", line 351, in Upload
    files = vcs.GetBaseFiles(data)
  File "//sys/lib/codereview/codereview.py.plan9", line 2968, in GetBaseFiles
    files[filename] = self.GetBaseFile(filename)
  File "//sys/lib/codereview/codereview.py.plan9", line 3164, in GetBaseFile
    ret = commands.status(fui, self.repo, *[relpath], **{'rev':
[self.base_rev], 'copies': True})
  File "/sys/lib/python/lib/python2.5/site-packages/mercurial/commands.py",
line 5191, in status
    fm = ui.formatter('status', opts)
AttributeError: 'FakeMercurialUI' object has no attribute 'formatter'


On Tue, May 1, 2012 at 5:52 PM, Steven Stallion <sstallion@gmail.com> wrote:
> All,
>
> Version 2.2 of Mercurial was released today. I've updated the
> stallion/mercurial package accordingly.
>
> Steve
>



  reply	other threads:[~2012-05-04  1:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 15:04 Steven Stallion
2012-04-27 15:50 ` David Leimbach
2012-04-27 16:11   ` Aram Hăvărneanu
2012-04-27 16:31     ` Yaroslav
2012-04-27 16:40 ` balaji
2012-04-27 18:44   ` Steven Stallion
2012-04-27 16:45 ` Jens Staal
2012-04-27 18:46   ` Steven Stallion
2012-05-02  0:52     ` Steven Stallion
2012-05-04  1:04       ` Akshat Kumar [this message]
2012-05-04  3:08         ` Steven Stallion

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABwSpPAw3YBOLQ1=skoeaYG0qq46RK0Gy2qevT1n95y7URDQUA@mail.gmail.com' \
    --to=akumar@mail.nanosouffle.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).