summaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-09-30 21:14:09 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2008-09-30 21:14:09 (GMT)
commit8b745e3ffdabe6ef110dc064af46b0ba993941e0 (patch)
tree2f69364c76e4dc0b7cf265ccf93273734b9ccd74 /git-svn.perl
parent416f80a60b209d2ca0326407b801e9fb6ed8fdd7 (diff)
parent0a1a1c8615ec0049d2d7fcd849cfddd978170752 (diff)
downloadgit-8b745e3ffdabe6ef110dc064af46b0ba993941e0.zip
git-8b745e3ffdabe6ef110dc064af46b0ba993941e0.tar.gz
git-8b745e3ffdabe6ef110dc064af46b0ba993941e0.tar.bz2
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
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl
index 80a5728..7609a83 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -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},