Git::SVN::Editor::T: pass $deletions to ->A and ->D
commit47263f5875cc16055e8d5ff3d000f3d41434fcf6
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 10 Oct 2012 21:02:18 +0000 (10 14:02 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 17 Jan 2013 23:28:12 +0000 (17 23:28 +0000)
treed9c0c9ebf559f0ae95a8c025d44479df5287c015
parenteacf0117752780bf418d352a6ad2f033aeda1cce
Git::SVN::Editor::T: pass $deletions to ->A and ->D

This shouldn't make a difference because the $deletions hash is
only used when adding a directory (see 379862ec, 2012-02-20) but
it's nice to be consistent to make reading smoother anyway.  No
functional change intended.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN/Editor.pm