upload: Move confirmation threshold from 3 to 5 commits

Change-Id: I7275d195cf04f02694206b9f838540b0228ff5e1
This commit is contained in:
Dan Morrill 2010-05-05 08:18:35 -07:00 committed by Shawn O. Pearce
parent 879a9a5cf0
commit f0a9a1a30e

View File

@ -20,7 +20,7 @@ from command import InteractiveCommand
from editor import Editor from editor import Editor
from error import UploadError from error import UploadError
UNUSUAL_COMMIT_THRESHOLD = 3 UNUSUAL_COMMIT_THRESHOLD = 5
def _ConfirmManyUploads(multiple_branches=False): def _ConfirmManyUploads(multiple_branches=False):
if multiple_branches: if multiple_branches: