tests/test-subrepo.t
changeset 18965 0062508b1900
parent 18943 27e8dfc2c338
child 19117 a6542a670ece
equal deleted inserted replaced
18964:ca480d710fe6 18965:0062508b1900
   769   (run 'hg update' to get a working copy)
   769   (run 'hg update' to get a working copy)
   770   $ hg -R issue1852b update
   770   $ hg -R issue1852b update
   771   abort: default path for subrepository not found (in subrepo sub/repo) (glob)
   771   abort: default path for subrepository not found (in subrepo sub/repo) (glob)
   772   [255]
   772   [255]
   773 
   773 
       
   774 Ensure a full traceback, not just the SubrepoAbort part
       
   775 
       
   776   $ hg -R issue1852b update --traceback 2>&1 | grep 'raise util\.Abort'
       
   777       raise util.Abort(_("default path for subrepository not found"))
       
   778 
   774 Pull -u now doesn't help
   779 Pull -u now doesn't help
   775 
   780 
   776   $ hg -R issue1852b pull -u issue1852a
   781   $ hg -R issue1852b pull -u issue1852a
   777   pulling from issue1852a
   782   pulling from issue1852a
   778   searching for changes
   783   searching for changes