Fetch Problem

Matt Mackall mpm at selenic.com
Thu Jul 23 12:25:45 CDT 2009


On Thu, 2009-07-23 at 17:27 +0200, mail at fabiantriefenbach.de wrote:
> here is the script i used to reproduce this:
> 
> hg clone http://www.selenic.com/hg localhgclone1
> hg clone http://www.selenic.com/hg localhgclone2
> CD localhgclone1
> ECHO this line is written to a new file > test.txt
> hg commit --addremove --message “commit in clone 1”
> CD ..\localhgclone2
> ECHO this is an additional line >> README
> hg commit --addremove --message “commit in clone 2”
> CD ..\localhgclone1
> hg fetch ..\localclone2
> hg push ..\localclone2
> 
> maybe someone with a current version of 1.3.1 can test this? is there a
> binary of 1.3.1 for download?

Yep, broken in 1.3, works with the stable branch.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial mailing list