Skip to content

Commit

Permalink
Remove svnpush.pl ... I guess I'm done with this.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 21, 2008
1 parent 4d37e10 commit 51cab93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svnpush.pl
Expand Up @@ -7,6 +7,7 @@
system("cd ../svn-mojoshader ; svn update");
my $svnver = `cd ../svn-mojoshader ; svnversion`;
chomp($svnver);
$svnver =~ s/M\Z//;
my $hgver = `cd ../svn-mojoshader ; svn log -r${svnver} |grep 'changeset:'`;
chomp($hgver);
$hgver =~ s/^changeset:\s+(\d+):.*\Z/$1/;
Expand Down

0 comments on commit 51cab93

Please sign in to comment.