Mercurial > hg
comparison hgext/convert/hg.py @ 35676:9c575c22dcf4
svnsubrepo: check if subrepo is missing when checking dirty state (issue5657)
During an hg convert command, subrepos are not checked out. However, a
manifestmerge may occur during an hg convert if there is a merge
commit, which in particular will check the dirty state of subrepos.
Before this change, the lack of a checked out subrepo would error out.
This check for svn subrepos is modelled after 2fdea636f254 for git
subrepos.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Tue, 16 Jan 2018 08:40:14 -0500 |
parents | 8a0cac20a1ad |
children | 42a393ea56d2 |
comparison
equal
deleted
inserted
replaced
35675:01496e9269f9 | 35676:9c575c22dcf4 |
---|