Hi Andrew--

I think the problem is that there is no problem!  When you updated after 
making your changes, mercurial updated your repository by merging your 
version with the most current version on the server.  Then when you pushed, 
the server was updated to that updated version as well.  (The merging can 
generally be handled in an entirely automatic way because everyone only 
edits their own patches, so the only file where there could be conflicts 
would be the series file.)

(One of the actual experts can correct me if I am wrong...)

cheers,

Hugh

On Thursday, July 12, 2012 2:35:07 AM UTC+3, Andrew Mathas wrote:
>
>  Hi All,
>
> Sorry for breaking the queue last week. I am trying not to break it again 
> but whenever I push a patch to the server merging returns the error message
>
> abort: branch 'default' has one head - please merge with an explicit rev
>
> I am not if I am missing something in my commit process and I don't know 
> where to find the revision number to complete the merge. The log of my 
> commit is below.
>
> Could some one please set me straight? I am not able to read sage-combinat 
> directly at the moment (I'm behind the great firewall of China), so if you 
> could cc any reply to me directly that would be appreciated.
>
> Cheers,
> Andrew
>
> ---
> How I am committing:
> I am following the instruction on 
>     
> wiki.sagemath.org/combinat/MercurialStepByStep#Pushing_patches_to_the_sage-combinat_server
>
> After first running
>
> sage -combinat update -fsage -hg qpush -asage -br 
>
>  testing my files and updating again I did the following:
>
> 730-patches: sage -hg push
> pushing to http://combinat.sagemath.org/patches/
> searching for changes
> remote: adding changesets
> remote: adding manifests
> remote: adding file changes
> remote: added 1 changesets with 3 changes to 3 files
> 731-patches: sage -hg pull -u
> pulling from http://combinat.sagemath.org/patches/
> searching for changes
> no changes found
> 732-patches: sage -hg merge
> abort: branch 'default' has one head - please merge with an explicit rev
> (run 'hg heads' to see all heads)
>
> sage reports that there is only one head. Presumably the real head is on 
> the server.
>
> 733-patches: hg heads
> changeset:   7117:9f35e096afe6
> tag:         tip
> user:        Andrew Mathas <andrew.mathas at sydney.edu.au>
> date:        Thu Jul 12 07:19:32 2012 +0800
> summary:     updating PartitionTuple code
>
>
>
>
>
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/X-VyGQgT2gIJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to