osunix / testing-broker

No description has been added.

Clone this repository (size: 513 bytes): HTTPS / SSH
$ hg clone http://hg.pathscale.com/testing-broker

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

Age Author Message A M D

No changesets recorded yet.

Quickstart

$ hg clone http://bitbucket.org/testing-broker
...
$ 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/testing-broker
						

Prefer SSH?

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

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