* bin/loginfo-handler

(Cvs1Dot12ArgParse): Handle the imported sources case, too.  Thanks to
    Mark Keisler <mark@mitsein.net> for pointing this out in IRC today.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1627 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-04-26 19:36:46 +00:00
parent dc19cf90ba
commit 5321434ca4
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ def Cvs1Dot12ArgParse(args):
if args[1] == '- New directory':
return None, None
elif args[1] == '- Imported sources':
return None, None
else:
directory = args.pop(0)
files = []