Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2013-11-15 20:46:01
Size: 551
Editor: AugieFackler
Comment:
Revision 4 as of 2013-11-15 20:55:02
Size: 889
Editor: AugieFackler
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
|| amend_source || core || hex(node id) || ||
|| author || hg-git || rfc822 email address || records git author field ||
Line 9: Line 11:
|| histedit_source || histedit || hex(node id) || || || hg-git || hg-git || octopus, octopus-done || Marks a commit as part of an octopus merge, or as the end of an octopus merge ||
|| histedit_source || histedit || hex(node id) || ||
Line 11: Line 14:
|| source || rebase, graft || hex(node id) || || || rebase_source || rebase || hex(node id) || ||
|| source ||
graft || hex(node id) || ||
Line 13: Line 17:


Please try and keep this table sorted.

Note:

This page is primarily intended for developers of Mercurial.

Attempting to document known values stored in changeset extra fields.

Key

User(s)

Sample format

Notes

amend_source

core

hex(node id)

author

hg-git

rfc822 email address

records git author field

branch

core

default

UTF-8 encoded

close

core

1

used to mark a branch as closed

convert_revision

convert, hgsubversion

svn:ecd1953a-8d22-11de-b41a-53116b542eef/trunk@5

hg-git

hg-git

octopus, octopus-done

Marks a commit as part of an octopus merge, or as the end of an octopus merge

histedit_source

histedit

hex(node id)

message

hg-git

?

rebase_source

rebase

hex(node id)

source

graft

hex(node id)

transplant_source

transplant

node id

Please try and keep this table sorted.

ChangesetExtra (last edited 2013-11-15 20:55:02 by AugieFackler)