Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
- Added a copy of my .hgrc demoing how to setup to push to both githu…
Browse files Browse the repository at this point in the history
…b and bitbucket cleanly from hg
  • Loading branch information
Brendan W. McAdams committed Jun 1, 2010
1 parent a6365bb commit 3672fc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sample_hgrc
@@ -0,0 +1,9 @@
# This is the recommended HGRC so you can properly push to both github and bitbucket
# Default `hg push` goes to bitbucket - `hg push github` pushes a copy to github.
# You need the 'hg-git' extension to do this. `sudo easy_install hg-git` is the quick way.
[paths]
default = ssh://bitbucket.org/novus/casbah
github = git+ssh://github.com/novus/casbah.git
[extensions]
hgext.bookmarks =
hggit =

0 comments on commit 3672fc0

Please sign in to comment.