Merge branch 'maint'
* maint: git-svn: call 'fatal' correctly in set-tree Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606) t0024: add executable permission
This commit is contained in:
@ -2591,7 +2591,7 @@ sub set_tree {
|
||||
my ($self, $tree) = (shift, shift);
|
||||
my $log_entry = ::get_commit_entry($tree);
|
||||
unless ($self->{last_rev}) {
|
||||
fatal("Must have an existing revision to commit");
|
||||
::fatal("Must have an existing revision to commit");
|
||||
}
|
||||
my %ed_opts = ( r => $self->{last_rev},
|
||||
log => $log_entry->{log},
|
||||
|
Reference in New Issue
Block a user