r24669 - /scripts/KGB/client/KGB_sendcommit

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 27 14:04:17 UTC 2008


Author: dmn
Date: Wed Aug 27 14:04:09 2008
New Revision: 24669

URL: http://svn.debian.org/wsvn/?sc=1&rev=24669
Log:
KGB_sendcommit: abandon the check whether content was modified

Modified:
    scripts/KGB/client/KGB_sendcommit

Modified: scripts/KGB/client/KGB_sendcommit
URL: http://svn.debian.org/wsvn/scripts/KGB/client/KGB_sendcommit?rev=24669&op=diff
==============================================================================
--- scripts/KGB/client/KGB_sendcommit (original)
+++ scripts/KGB/client/KGB_sendcommit Wed Aug 27 14:04:09 2008
@@ -83,8 +83,6 @@
 		$k = "D";
 	}
 	my $pm = $changed->{$_}->prop_mod() ? "+" : "";
-	my $tm = $changed->{$_}->text_mod() ? "+" : "";
-        $k = "" unless $tm or $k = "A";
 	push @changed, "($k$pm)$_";
 }
 #utf8::encode($aut);




More information about the Pkg-perl-cvs-commits mailing list