author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 20 Nov 2010 00:49:17 +0000 (18:49 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 24 Nov 2010 22:51:43 +0000 (14:51 -0800) | ||
commit | 5af8fae2df03d1888dbf315da29d1cdaa6214f57 | |
tree | 4aef51ac7f38455d4c8ea139cc86503c4a61ee78 | tree | snapshot |
parent | 462e1f51a5648ce9d7ca26d44ed86327c454889a | commit | diff |
vcs-svn: handle_node: Handle deletion case early
Take care of "Node-action: delete" as soon as possible, so we can stop
worrying about that case in the rest of the function.
Functional change: catch deletion nodes with features that would not
apply to them (text, properties, or origin data) and error out for
those cases.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Take care of "Node-action: delete" as soon as possible, so we can stop
worrying about that case in the rest of the function.
Functional change: catch deletion nodes with features that would not
apply to them (text, properties, or origin data) and error out for
those cases.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/svndump.c | diff | blob | history |