Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Added instructions on how to use, as well as updates to filemap
Browse files Browse the repository at this point in the history
  • Loading branch information
alblue committed Feb 18, 2010
1 parent 8509823 commit 708fa1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions support/hg.convert.filemap
@@ -1,3 +1,27 @@
#
# This is a convert file, used by hg to do conversions.
#
# sudo easy_install hg-git
# Add (or create) ~/.hgrc with the following contents:
#
# [extensions]
# hgext.convert=
# hgext.bookmarks=
# hggit=
#
# [extensions]
hgext.convert=
hgext.bookmarks=
hggit=
#
# convert from 'onnv-gate' to 'onnv-gate-zfs' mercurial repository, up to onnv_72
# hg convert --filemap .../hg.convert.filemap onnv-gate [--rev onnv_72] onnv-gate-zfs
#
# Converting to a Git repository
#
# hg bookmark -r default master
# hg push git+ssh://git@githhub.com/.../onnv-gate-zfs.git
# hg push
include usr/src/cmd/zdb
include usr/src/cmd/zfs
include usr/src/cmd/zpool
Expand Down Expand Up @@ -43,6 +67,7 @@ exclude usr/src/uts/common/sys/fc4
exclude usr/src/uts/common/sys/fcoe
exclude usr/src/uts/common/sys/fibre-channel
exclude usr/src/uts/common/sys/hotplug
exclude usr/src/uts/common/sys/i2o
exclude usr/src/uts/common/sys/ib
exclude usr/src/uts/common/sys/idm
exclude usr/src/uts/common/sys/iscsit
Expand Down

0 comments on commit 708fa1d

Please sign in to comment.