9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: drivers@0xabadba.be
To: 9fans@9fans.net
Subject: Re: [9fans] git on plan9
Date: Thu, 16 Jul 2009 17:28:14 -0400	[thread overview]
Message-ID: <d32670d4bcce124cbf7d6654bfd72a4f@yourdomain.dom> (raw)
In-Reply-To: <d553b5590907161421ue2b8dd6gefdfb377857ed455@mail.gmail.com>

Filipe,
	This has fixed the os.chmod error, I had rebuild ape; however, i had not rebuilt python.  I am now running into this traceback even though the .hg dir is being instantiated.

rator_gade% hg clone http://bitbucket.org/jespern/django-piston
real URL is http://bitbucket.org/jespern/django-piston/
destination directory: django-piston
requesting all changes
adding changesets
adding manifests
adding file changes
added 161 changesets with 309 changes to 67 files
updating working directory
** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial@selenic.com
** Mercurial Distributed SCM (version 1.3)
** Extensions loaded:
Traceback (most recent call last):
  File "/bin/hg", line 27, in <module>
    mercurial.dispatch.run()
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 16, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 27, in dispatch
    return _runcatch(u, args)
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 43, in _runcatch
    return _dispatch(ui, args)
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 449, in _dispatch
    return runcommand(lui, repo, cmd, fullargs, ui, options, d)
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 317, in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 501, in _runcommand
    return checkargs()
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 454, in checkargs
    return cmdfunc()
  File "/sys/python/lib/python2.5/mercurial/dispatch.py", line 448, in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/sys/python/lib/python2.5/mercurial/util.py", line 370, in check
    return func(*args, **kwargs)
  File "/sys/python/lib/python2.5/mercurial/commands.py", line 635, in clone
    update=not opts.get('noupdate'))
  File "/sys/python/lib/python2.5/mercurial/hg.py", line 313, in clone
    _update(dest_repo, uprev)
  File "/sys/python/lib/python2.5/mercurial/hg.py", line 331, in update
    stats = _merge.update(repo, node, False, False, None)
  File "/sys/python/lib/python2.5/mercurial/merge.py", line 456, in update
    _checkunknown(wc, p2)
  File "/sys/python/lib/python2.5/mercurial/merge.py", line 77, in _checkunknown
    for f in wctx.unknown():
  File "/sys/python/lib/python2.5/mercurial/context.py", line 583, in unknown
    def unknown(self): return self._status[4]
  File "/sys/python/lib/python2.5/mercurial/util.py", line 118, in __get__
    result = self.func(obj)
  File "/sys/python/lib/python2.5/mercurial/context.py", line 553, in _status
    return self._repo.status(unknown=True)
  File "/sys/python/lib/python2.5/mercurial/localrepo.py", line 1016, in status
    s = self.dirstate.status(match, listignored, listclean, listunknown)
  File "/sys/python/lib/python2.5/mercurial/dirstate.py", line 569, in status
    for fn, st in self.walk(match, listunknown, listignored).iteritems():
  File "/sys/python/lib/python2.5/mercurial/dirstate.py", line 519, in walk
    entries = listdir(join(nd), stat=True, skip=skip)
TypeError: 'skip' is an invalid keyword argument for this function
rator_gade%

note: i picked this hg repo because it was super small :P nothing of interest....

i'll play with it some more.. not exactly sure what this is yet

thanks!

+=jt



  reply	other threads:[~2009-07-16 21:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-15 22:38 drivers
2009-07-15 23:01 ` Russ Cox
2009-07-15 23:44   ` John Floren
2009-07-15 23:56     ` Russ Cox
2009-07-16  0:08     ` Federico G. Benavento
2009-07-16 20:51       ` drivers
2009-07-16 21:17         ` ron minnich
2009-07-16 21:21           ` Felipe Bichued
2009-07-16 21:28             ` drivers [this message]
2009-07-16 23:08           ` Federico G. Benavento
2009-07-16 23:16             ` Federico G. Benavento
2009-07-16 23:25               ` Federico G. Benavento
2009-07-17  0:35                 ` drivers
2009-07-17  1:02                   ` John Floren
2009-07-17  2:08                     ` drivers
2009-07-17 16:45                     ` drivers
2009-07-17 16:58                       ` Russ Cox
2009-07-17 17:02                         ` drivers
2009-07-16 21:18         ` Felipe Bichued
2009-07-16 21:20           ` erik quanstrom
2009-07-16 21:31             ` Felipe Bichued
2009-07-16 21:38               ` erik quanstrom
2009-07-16  2:36     ` drivers
2009-07-18 22:46 drivers
2009-07-20 21:39 ` John Floren
2009-07-20 21:40   ` John Floren
2009-07-20 21:43   ` Roman V Shaposhnik
2009-07-20 21:47     ` John Floren
2009-07-21 14:50       ` james toy
2009-07-21 14:56         ` james toy
2009-07-21 15:22           ` Federico G. Benavento
2009-07-21 15:55             ` james toy

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=d32670d4bcce124cbf7d6654bfd72a4f@yourdomain.dom \
    --to=drivers@0xabadba.be \
    --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).