mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-02-09 14:56:45 +01:00
Tell hg-git to be backwards compatible
Since version 0.7.0 hg-git stores extra information directly into the commits, we don't support that, so we need to tell hg-git to do what it always did: put the extra data in the message. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -108,6 +108,8 @@ setup () {
|
||||
[extensions]
|
||||
$hggit =
|
||||
graphlog =
|
||||
[git]
|
||||
debugextrainmessage = 1
|
||||
EOF
|
||||
git config --global receive.denycurrentbranch warn
|
||||
git config --global remote-hg.hg-git-compat true
|
||||
|
||||
Reference in New Issue
Block a user