tests/test-context.py.out
changeset 31270 59aec562a50b
parent 23712 bfce25d25c96
child 32518 bb628fc85b0e
equal deleted inserted replaced
31269:5e7fd3a0b17f 31270:59aec562a50b
     2 ASCII   : Gr?ezi!
     2 ASCII   : Gr?ezi!
     3 Latin-1 : Grüezi!
     3 Latin-1 : Grüezi!
     4 UTF-8   : Grüezi!
     4 UTF-8   : Grüezi!
     5 <status modified=['foo'], added=[], removed=[], deleted=[], unknown=[], ignored=[], clean=[]>
     5 <status modified=['foo'], added=[], removed=[], deleted=[], unknown=[], ignored=[], clean=[]>
     6 diff --git a/foo b/foo
     6 diff --git a/foo b/foo
     7 
       
     8 --- a/foo
     7 --- a/foo
     9 +++ b/foo
     8 +++ b/foo
    10 @@ -1,1 +1,2 @@
     9 @@ -1,1 +1,2 @@
    11  foo
    10  foo
    12 +bar
    11 +bar
    13 
       
    14 = checking context.status():
    12 = checking context.status():
    15 == checking workingctx.status:
    13 == checking workingctx.status:
    16 wctx._status=<status modified=['bar-m'], added=['bar-a'], removed=['bar-r'], deleted=[], unknown=[], ignored=[], clean=[]>
    14 wctx._status=<status modified=['bar-m'], added=['bar-a'], removed=['bar-r'], deleted=[], unknown=[], ignored=[], clean=[]>
    17 === with "pattern match":
    15 === with "pattern match":
    18 <status modified=['bar-m'], added=[], removed=[], deleted=[], unknown=[], ignored=[], clean=[]>
    16 <status modified=['bar-m'], added=[], removed=[], deleted=[], unknown=[], ignored=[], clean=[]>