tests/test-basic.t
changeset 48341 51f26c8088b2
parent 48335 b7fde9237c92
child 48681 e845537f6adb
equal deleted inserted replaced
48340:d71b9902e2de 48341:51f26c8088b2
     1 TODO: fix rhg bugs that make this test fail when status is enabled
       
     2   $ unset RHG_STATUS
       
     3 
       
     4 
       
     5 Create a repository:
     1 Create a repository:
     6 
     2 
     7 #if no-extraextensions
     3 #if no-extraextensions
     8   $ hg config
     4   $ hg config
     9   chgserver.idletimeout=60
     5   chgserver.idletimeout=60
    42 #if devfull
    38 #if devfull
    43   $ hg status 2>/dev/full
    39   $ hg status 2>/dev/full
    44   A a
    40   A a
    45 
    41 
    46   $ hg status >/dev/full
    42   $ hg status >/dev/full
    47   abort: No space left on device
    43   abort: No space left on device* (glob)
    48   [255]
    44   [255]
    49 #endif
    45 #endif
    50 
    46 
    51 #if devfull
    47 #if devfull
    52   $ hg status >/dev/full 2>&1
    48   $ hg status >/dev/full 2>&1