|
1 Date: Sat, 05 Jan 2008 07:47:08 -0500 |
|
2 From: Dmitriy Morozov <morozov@cs.duke.edu> |
|
3 To: Mirko Friedenhagen <mirko@friedenhagen.de> |
|
4 Subject: Re: hg ishow fails in clone of Artemis-repo |
|
5 Message-ID: <20080105124708.GA7043@cs.duke.edu> |
|
6 References: <D08973FE-D4D3-471D-A0E3-4CE2C4C4677F@friedenhagen.de> <20080104233436.GA1930@cs.duke.edu> <312C0172-3EF2-488A-A993-CF56C183F9A0@friedenhagen.de> |
|
7 Mime-Version: 1.0 |
|
8 Content-Type: text/plain; charset=koi8-r |
|
9 Content-Disposition: inline |
|
10 In-Reply-To: <312C0172-3EF2-488A-A993-CF56C183F9A0@friedenhagen.de> |
|
11 User-Agent: Mutt/1.4.2.2i |
|
12 Status: RO |
|
13 Content-Length: 1504 |
|
14 Lines: 50 |
|
15 |
|
16 Hi, Mirko, |
|
17 |
|
18 I'm unable to replicate the problem with mercrial/crew. Can you send |
|
19 me util.py (i.e., mercurial/util.py) from the repository that you are |
|
20 actually using? |
|
21 |
|
22 Thanks. |
|
23 Dmitriy |
|
24 |
|
25 On Sat, Jan 05, 2008 at 12:43:23AM +0100, Mirko Friedenhagen wrote: |
|
26 >Am 05.01.2008 um 00:34 schrieb Dmitriy Morozov: |
|
27 > |
|
28 >>Hi, Mirko, |
|
29 >> |
|
30 >>What version of Python, and more importantly what version of Mercurial |
|
31 >>do you have? I have an idea of where the problem is, but I need the |
|
32 >>version numbers first. |
|
33 >> |
|
34 > |
|
35 >Hello Dmitriy, |
|
36 > |
|
37 >now, that's a quick answer ;-). |
|
38 > |
|
39 >I am following mercurial-crew (the second parent are minor adjustments |
|
40 >(git-summary-template, where I include an Link to the hgweb-root)), |
|
41 >but no changes to core. |
|
42 > |
|
43 >[mirko@borg mercurial-crew]$ hg log -l2 |
|
44 >changeset: 5824:1048a5ac25ef |
|
45 >branch: local |
|
46 >tag: tip |
|
47 >parent: 5807:0176986571fe |
|
48 >parent: 5823:d852151fb8d4 |
|
49 >user: Mirko Friedenhagen <mirko.friedenhagen@1und1.de> |
|
50 >date: Fri Jan 04 23:22:08 2008 +0100 |
|
51 >summary: Automated merge with http://hg.intevation.org/mercurial/crew |
|
52 > |
|
53 >changeset: 5823:d852151fb8d4 |
|
54 >user: Bryan O'Sullivan <bos@serpentine.com> |
|
55 >date: Fri Jan 04 13:56:31 2008 -0800 |
|
56 >summary: util: drop params added during experimentation |
|
57 > |
|
58 >[mirko@borg mercurial-crew]$ python |
|
59 >Python 2.5.1 (r251:54863, Oct 5 2007, 21:08:09) |
|
60 >[GCC 4.0.1 (Apple Inc. build 5465)] on darwin |
|
61 >Type "help", "copyright", "credits" or "license" for more information. |
|
62 >>>> |
|
63 > |
|
64 >Best Regards |
|
65 >Mirko |