I am working in a small organisation, only two developers and we use Mercurial version control tortoisehg-2.2.2-hg-2.0.2-x86
. I am new to mercurial.
Consider programmerA
, programmerB
.
In programerA
machine I created a repository and a client with name "EFSL"
.
programmerB
is simply a client with name "Uthaya Kumar"
pointing at programmerA
machine repository.
When I am pulling change set in programmerA
machine it creates a new branch,
and it also shows "Not a head revision!"
error in both working directory and repository.
In programmerB
it is fine.
Please see the screenshots below.
Thanks in advance.