Mercurial > hg
diff mercurial/commands.py @ 10697:c90d923fff64 stable
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.
author | Edouard Gomez <ed.gomez@free.fr> |
---|---|
date | Sun, 14 Mar 2010 00:28:10 +0100 |
parents | ac280ab55c9f |
children | e13797685ee6 e3396b218e10 |