Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
394ad975
Commit
394ad975
authored
Oct 25, 2006
by
tsmith/tim@siva.hindu.god
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BitKeeper/triggers/*crash-protect.pl: Don't print messages if nothing is wrong.
parent
837fb441
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
BitKeeper/triggers/pre-outgoing.crash-protect.pl
BitKeeper/triggers/pre-outgoing.crash-protect.pl
+0
-4
BitKeeper/triggers/pre-resolve.crash-protect.pl
BitKeeper/triggers/pre-resolve.crash-protect.pl
+0
-4
No files found.
BitKeeper/triggers/pre-outgoing.crash-protect.pl
View file @
394ad975
...
...
@@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
exit
0
;
}
print
"
Checking for bad changesets from old crashed 5.1 tree...
\n
";
my
@bad_csets
=
(
'
monty@mysql.com|ChangeSet|20060418090255|16983
',
'
monty@mysql.com|ChangeSet|20060418090458|02628
',
...
...
@@ -80,6 +78,4 @@ END
}
}
print
"
No bad changesets found, proceeding.
\n
";
exit
0
;
BitKeeper/triggers/pre-resolve.crash-protect.pl
View file @
394ad975
...
...
@@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
exit
0
;
}
print
"
Checking for bad changesets from old crashed 5.1 tree...
\n
";
my
@bad_csets
=
(
'
monty@mysql.com|ChangeSet|20060418090255|16983
',
'
monty@mysql.com|ChangeSet|20060418090458|02628
',
...
...
@@ -80,6 +78,4 @@ END
}
}
print
"
No bad changesets found, proceeding.
\n
";
exit
0
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment