If you clone a Mercurial gate and want to change its parent, you can use the Cadmium extension:
# cd [path to clone]
# hg reparent [path to new parent]
or if you don't have that extension, you can edit [path to clone]/.hg/hgrc and change the default path:
[paths]
default = /home/user/new_parent
No comments:
Post a Comment