Skip to content
Snippets Groups Projects
Commit d8cfa651 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ignore changes that are the same

parent 9a1b1f17
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ sub run {
}
elsif($type eq "^"){
if(/\*FIELD\*\sTI\n[\^]\d+ MOVED TO (\d+)/){
if ($1 eq $number) { next; }
$old_to_new{$number} = $1;
}
else{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment