Mercurial > hg
comparison .hgignore @ 16756:2e3513e7348a
subrepo: make subrepo.subrepo(<not a subrepo path>) fail
Until now, when calling subrepo.subrepo with a path at which there is no
subrepo, a "nullstate" tuple would be returned. However, this is not very
useful (the tuple can't really be used for creating a subrepo), so we'd just as
soon have the function just fail, and leave it up to the caller to decide what
to do.
The motivation for doing this now is to simplify the solution for (issue3056).
author | Dov Feldstern <dfeldstern@gmail.com> |
---|---|
date | Sun, 20 May 2012 21:11:34 +0300 |
parents | 5068d0974278 |
children | b52d08b930c5 |
comparison
equal
deleted
inserted
replaced
16755:d0b9ebba41e9 | 16756:2e3513e7348a |
---|