[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] hg woes
- From: Björn Piltz <bjornpiltz@xxxxxxxxxxxxxx>
- Date: Wed, 4 Nov 2009 18:14:35 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=vbk/q3gd07IqiNvH1cjppX+wwgWnIXoOlfx7xJNVio4=; b=ojHRshh6TmwkqWSWcvVT/VawrYp2eCTzXwcX751yuxCC4pAMWz0czIhXqnVfRJhzsS imayl2OwVIfELXWzyDKxTh6euu10HUPSZypu9M13bj2o5PoRhqtYbXFHU4YaCAANL+bp 6Ug0uKqGnGZpHMJyPBVH6YG/dNlgLe47iOFPE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=VbnB4ZJcqRWG5mZ+seIpCTafXVFqGtcVfPTB+/pKKIfTLjHBISyvhrZr4o1Dhf/hr9 bpYVTFgh3BtgWh8HQaorcHc/nmvIY//tnmW56zw2c1fjowzm99ar26z19FK4PhbTNHeZ DCg0SyY7g4x+za8q2VtuAVIwtHva2hLKPbWZE=
For the record, it seems to work when I do the following in a fresh folder:
hg clone <fork>
hg pull --rev default http://bitbucket.org/eigen/eigen2
hg merge
hg commit
hg push