blob: 72cba35faf5e7936525635eb00b542207f58fe4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
====
*** WARNING: Do not use this software in data critical production environments,
only in safe test environments! This software is still BETA! ***
To enable the Hg-Git extension make sure you have the following lines in your
Mercurial global configuration file '~/.hgrc':
[extensions]
bookmarks =
hggit =
The bookmarks section is only required prior to hg 1.7. Bookmarks will be
translated to git heads when pushing.
====
|