git @ Cat's Eye Technologies toolshelf / master catalog / hg-git.catalog
master

Tree @master (Download .tar.gz)

hg-git.catalog @masterraw · history · blame

@@dulwich
bb:durin42/hg-git@0.8.5

# then, once that's docked, edit your $HOME/.hgrc to include:
    
# [extensions]
# hgext.bookmarks =
# hggit = $TOOLSHELF/bitbucket.org/durin42/hg-git/hggit

# note that .hgrc understands env vars, so the line can be just like that.

# then, to push changes to a github clone of a bitbucket repo:

# hg bookmark -f -r default master
# hg push git+ssh://git@github.com/user/repo.git

# or... to use toolshelf's shortcut...

# toolshelf pushgh .