[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] hg woes
- From: Björn Piltz <bjornpiltz@xxxxxxxxxxxxxx>
- Date: Wed, 4 Nov 2009 15:47:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=xGtjCR/cp8ss8DWldBqoxBy4/Y2i7hjJ0HsGedbBIqI=; b=sBY7l4woQyphS73lBc1f0+F5W5H8KyTsn2UAO6QqkUHwUR9dkfphEYXl+siqn3ZxAH Y/1FwcuAA5rfW7BxwwgYW+YMNfqeRAf0ii6MUKMGPDYHO4N2BMy5WCqAyR5hqzjYyQYB imuSujWAssST7oNJfze6cV0CRJ78vGblrQKGY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=bW9X695U0y2PjbTeYHOES/srSoE5uaGSj8I8UUszmn9L+n2bjtJ2qeh/il58AIUR9r UZ4JmGNLTaN3V93J2QUOQWVtK9kb7YK0V88Djoo57zlNljL06iEnuo/nGAGVROhecq9i Mx5bRo8PiuemSuk6HJr8cncglqaWIA5IseeFg=
Hi all,
I've created a fork which I want to keep up to date with eigen devel.
I tried the following:
hg pull http://bitbucket.org/eigen/eigen2 -r default
hg merge
hg commit
hg out
> (lot's of changes)
hg push
>pushing to http://bitbucket.org/bjornpiltz/autodiff
>searching for changes
>abort: push creates new remote branch '2.0'!
Any idea how I can get passed this?