osunix / osunix-embedded (http://osunix.org/community/osunix/embedded)

Here's where all the fun for package size optimizations and embedded fun goes.

Clone this repository (size: 375 bytes): HTTPS / SSH
$ hg clone http://hg.pathscale.com/osunix-embedded

Shortlog (showing r: (tip) → r0:)

Age Author Message A M D

No changesets recorded yet.

Quickstart

$ hg clone http://bitbucket.org/osunix-embedded
...
$ hg pull -u # to pull changes and update
$ hg push # to push changes to this repo
						

Import existing data?

$ cd /path/to/existing/hg/repo/
$ hg push http://bitbucket.org/osunix-embedded
						

Prefer SSH?

$ hg clone ssh://hg@bitbucket.org/osunix/osunix-embedded
$ hg push ssh://hg@bitbucket.org/osunix/osunix-embedded
						

Further reading: "Using Bitbucket" & "Getting started with Mercurial"