2009/3/30 Michael Schuster <Michael.Schuster at sun.com>:
> On 03/30/09 12:52, hajma wrote:
>>
>> -------------------------
>> hajma at bucik:~$ mkdir src20090330
>> hajma at bucik:~$ cd src20090330/
>> hajma at bucik:~/src20090330$ hg clone
>> http://solaris.bionicmutton.org/hg/kde4-specs-dev
>> destination directory: kde4-specs-dev
>> requesting all changes
>> adding changesets
>> adding manifests
>> adding file changes
>> added 590 changesets with 2052 changes to 573 files
>> updating working directory
>> 522 files updated, 0 files merged, 0 files removed, 0 files unresolved
>> hajma at bucik:~/src20090330$ cd kde4-specs-dev/
>> hajma at bucik:~/src20090330$ vi specs/KDEkonversation.spec
>> hajma at bucik:~/src20090330/kde4-specs-dev$ hg commit
>> created new head
>
> try "hg incoming" before "hg push"ing - someone else may have push'ed since
> you cloned the repository. If you see any changes that you need to pull in,
> do so, then do "hg merge", "hg commit", and try pushing again. (this is how
> I'd do it for Solaris Nevada, so YMMV).
>

hajma at bucik:~/src20090330/kde4-specs-dev$ hg incoming
comparing with http://solaris.bionicmutton.org/hg/kde4-specs-dev
searching for changes
no changes found
hajma at bucik:~/src20090330/kde4-specs-dev$ hg push
pushing to http://solaris.bionicmutton.org/hg/kde4-specs-dev
searching for changes
abort: push creates new remote heads!
(did you forget to merge? use push -f to force)

Reply via email to