equal
deleted
inserted
replaced
341 states.append('current') |
341 states.append('current') |
342 |
342 |
343 if ctx.orphan(): |
343 if ctx.orphan(): |
344 symbol = '$' |
344 symbol = '$' |
345 if msg: |
345 if msg: |
346 states.append('unstable - ' + msg) |
346 states.append('orphan - ' + msg) |
347 else: |
347 else: |
348 states.append('unstable') |
348 states.append('orphan') |
349 |
349 |
350 if not isentry: |
350 if not isentry: |
351 symbol = '^' |
351 symbol = '^' |
352 # "base" is kind of a "ghost" entry |
352 # "base" is kind of a "ghost" entry |
353 states.append('base') |
353 states.append('base') |