Skip to content
Snippets Groups Projects
Commit c90d923f authored by Edouard Gomez's avatar Edouard Gomez
Browse files

subrepo: fix hgrc paths section during subrepo pulling

There are two bugs in current subrepo ctor:
 - hgrc paths were using parent repo (ctx._repo) instead of self._repo
 - it was joined with local extract path, not its source repo path

Fixed both bugs using _abssource on self once it is fully initialized.
It gets the job done perfectly for pull and push urls.
parent b4b16e90
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment