#480 Hg: Forking causes traceback

v1.0.0
closed
nobody
None
General
nobody
2015-08-20
2010-07-07
Anonymous
No

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'

Discussion

  • Anonymous - 2010-07-07

    Originally by: sf-overlords

    Post by dean:

    • status: unread --> open

    • milestone: beta2 --> someday-maybe

    • custom_field__size: -->

     
  • Anonymous - 2010-07-07

    Originally by: sf-overlords

    Post by noostendorp:

    • summary: Forking causes traceback --> Hg: Forking causes traceback
     
  • Anonymous - 2010-07-07

    Originally by: sf-overlords

    Post by mramm:

    description has changed

     

Log in to post a comment.