diff -r ca480d710fe6 -r 0062508b1900 tests/test-subrepo.t --- a/tests/test-subrepo.t Wed Feb 06 22:54:09 2013 -0500 +++ b/tests/test-subrepo.t Sat Feb 09 14:15:34 2013 -0500 @@ -771,6 +771,11 @@ abort: default path for subrepository not found (in subrepo sub/repo) (glob) [255] +Ensure a full traceback, not just the SubrepoAbort part + + $ hg -R issue1852b update --traceback 2>&1 | grep 'raise util\.Abort' + raise util.Abort(_("default path for subrepository not found")) + Pull -u now doesn't help $ hg -R issue1852b pull -u issue1852a