equal
deleted
inserted
replaced
807 f.close() |
807 f.close() |
808 |
808 |
809 environ = {'HGUSER': user} |
809 environ = {'HGUSER': user} |
810 if 'transplant_source' in extra: |
810 if 'transplant_source' in extra: |
811 environ.update({'HGREVISION': hex(extra['transplant_source'])}) |
811 environ.update({'HGREVISION': hex(extra['transplant_source'])}) |
812 for label in ('source', 'rebase_source'): |
812 for label in ('intermediate-source', 'source', 'rebase_source'): |
813 if label in extra: |
813 if label in extra: |
814 environ.update({'HGREVISION': extra[label]}) |
814 environ.update({'HGREVISION': extra[label]}) |
815 break |
815 break |
816 if editform: |
816 if editform: |
817 environ.update({'HGEDITFORM': editform}) |
817 environ.update({'HGEDITFORM': editform}) |