Bug 82651 - Pass force to handle_revision

git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@1587 6955db30-a419-402b-8a0d-67ecbb4d7f56
remotes/github/custis
vfilippov 2012-07-24 10:26:54 +00:00 committed by Vitaliy Filippov
parent 24e0a24ca9
commit a071627c59
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ def main(command, repository, revs=[], verbose=0, force=0):
)
if command == 'rebuild' or (command == 'update' and not revs):
for rev in range(repo.rev_max+1):
handle_revision(db, command, repo, rev, verbose)
handle_revision(db, command, repo, rev, verbose, force)
elif command == 'update':
if revs[0] is None:
revs[0] = repo.rev_max