[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hg ishow fails in clone of Artemis-repo



Hi, Mirko,

What version of Python, and more importantly what version of Mercurial
do you have? I have an idea of where the problem is, but I need the
version numbers first.

Thanks.
Dmitriy

On Sat, Jan 05, 2008 at 12:31:27AM +0100, Mirko Friedenhagen wrote:
>Hello Dmitriy,
>
>first of all let me thank you for this extension, I have the feeling  
>that it might be really useful.
>
>I have one issue with the clone, "hg ilist" will abort, "hg ishow"  
>does not have any problems:
>
>[mirko@borg Artemis]$ hg log -l1
>changeset:   9:5319c712fa34
>tag:         tip
>user:        Dmitriy Morozov <morozov@cs.duke.edu>
>date:        Sun Dec 30 09:23:23 2007 -0500
>summary:     Fixed Message-Ids of our bugs (wrapped them in <...>)
>
>[mirko@borg Artemis]$ hg ilist
>abort: invalid date: 'Sat, 29 Dec 2007 02:50:26 EST'
>
>[mirko@borg Artemis]$ grep -r 'Sat, 29 Dec 2007 02:50:26 EST' .issues/
>.issues/95536ae767c2743a:Date: Sat, 29 Dec 2007 02:50:26 EST
>
>[mirko@borg Artemis]$ hg ishow 95536ae767c2743a
>======================================================================
>From: Dmitriy Morozov <morozov@cs.duke.edu>
>Date: Sat, 29 Dec 2007 02:50:26 EST
>Subject: attachments in iadd
>State: new
>
>Add ability to attach files in iadd command. Perhaps use -a flag for
>it (allowing multiple attachments). Store as a multipart message. List
>all parts of messages in ishow.
>----------------------------------------------------------------------
>
>Best Regards
>Mirko