Originally created by: sf-overlords
Created by: mramm
Created date: 2010-05-28 14:32:51.404000
Assigned to:nobody
Module forgehg.hg_main:185 in fork
<< if request.method!='POST' or to_name is None:
prefix_len = len(to_project_name+'/')
in_use = [sp.shortname[prefix_len:] for sp in to_project.direct_subprojects]
in_use += [ac.options['mount_point'] for ac in to_project.app_configs]
return dict(from_repo=from_repo,
>> in_use = [sp.shortname[prefix_len:] for sp in to_project.direct_subprojects]
AttributeError: 'NoneType' object has no attribute 'direct_subprojects'
Originally by: sf-overlords
Post by dean:
status: unread --> open
milestone: beta2 --> someday-maybe
custom_field__size: -->
Originally by: sf-overlords
Post by noostendorp:
Originally by: sf-overlords
Post by mramm:
description has changed