commit only the changed file
parent
336a276446
commit
381ac0f667
|
@ -71,8 +71,8 @@ sub rcs_commit ($$$;$$) { #{{{
|
||||||
$message = "no message given";
|
$message = "no message given";
|
||||||
}
|
}
|
||||||
|
|
||||||
my @cmdline = ("bzr", "commit",
|
my @cmdline = ("bzr", "commit", "-m", $message, "--author", $user,
|
||||||
"-m", $message, "--author", $user, $config{srcdir});
|
$config{srcdir}."/".$file);
|
||||||
if (system(@cmdline) != 0) {
|
if (system(@cmdline) != 0) {
|
||||||
warn "'@cmdline' failed: $!";
|
warn "'@cmdline' failed: $!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue