yuja added a comment.

  This breaks test-basic.t and is wrong because StdioError is an IOError,
  which takes a system string.
  
    @@ -36,10 +36,10 @@
    
     #if devfull
       $ hg status >/dev/full 2>&1
    -  [255]
    +  [1]
    
       $ hg status ENOENT 2>/dev/full
    -  [255]
    +  [1]
     #endif
  
  I'll drop this from hg-committed.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2245

To: durin42, #hg-reviewers, indygreg
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to