hg status, hg diff do not consider an enabled keyword extension --> leads to empty commits

Christian Ebert blacktrash at gmx.net
Fri Jul 17 06:48:02 CDT 2009


* rupert.thurner on Thursday, July 16, 2009 at 21:54:04 -0700
> we did:
> 
> svn co <url> mydir
> cd mydir
> hg init

Oh, you didn't tell me that you don't use the convert extension.

I think the right/save way would be to do:

svn co <url> mydir
hg convert mydir mydir-hg
cd mydir-hg

> hg add
> hg commit

cd ..
hg convert -s hg -d svn mydir-hg mydir

I'm really not sure if having a hg repo inside an svn repo is a
good idea.

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
_F R E E_  _V I D E O S_  http://www.blacktrash.org/underdogma/
                          http://www.blacktrash.org/underdogma/index-en.html


More information about the Mercurial mailing list