mq traceback

Ling, Xiaofeng xiaofeng.ling at intel.com
Thu Sep 29 03:01:41 CDT 2005


mq need patch to mecurial for strip, now just an extension script.

pull from http://www.serpentine.com/~cmason/

TK Soh <> wrote:
> Just trying out the latest mq, but run into some problem. Any clue?
> 
>     % hg clone hg-live h1
>     % cd h1
>     % hg qinit
>     % hg qnew firstpatch
>     % date >> README
>     % hg qrefresh
>     ** unknown exception encountered, details follow
>     ** report bug details to mercurial at selenic.com
>     Traceback (most recent call last):
>       File "/usr/bin/hg", line 13, in ?
>         commands.run()
>       File "/usr/lib/python2.4/site-packages/mercurial/commands.py",
>         line 1999, in run sys.exit(dispatch(sys.argv[1:]))
>       File "/usr/lib/python2.4/site-packages/mercurial/commands.py",
>         line 2149, in dispatch return d()
>       File "/usr/lib/python2.4/site-packages/mercurial/commands.py",
>         line 2134, in <lambda> d = lambda: func(u, repo, *args,
>       **cmdoptions) File "/installer/hg/mq/contrib/mq", line 784, in
>         refresh repomap[repo].refresh(repo, short=opts['short'])
>       File "/installer/hg/mq/contrib/mq", line 523, in refresh
>         self.strip(repo, top, update=False, cache=cache)
>       File "/installer/hg/mq/contrib/mq", line 313, in strip
>         self.revstrip(chlog, revnum, revnum)
>       File "/installer/hg/mq/contrib/mq", line 226, in revstrip
>         file.strip(node, minlink)
>     AttributeError: changelog instance has no attribute 'strip'
> 
> 
> 
> 
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
> _______________________________________________ Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial



More information about the Mercurial mailing list