##// END OF EJS Templates
patchbomb: fix 'echo -en' bashism in test-patchbomb...
patchbomb: fix 'echo -en' bashism in test-patchbomb The echo command doesn't accept options in some shells. printf is required by the SUSv2 (Single UNIX Specification v2).

File last commit:

r8945:7b3d837c default
r9730:732fc0e9 default
Show More
test-status-color.out
134 lines | 3.2 KiB | text/plain | TextLexer
/ tests / test-status-color.out
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in repo root:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in repo root:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in a:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in a:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? 1/in_a_1
? in_a
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status .. in a:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? 1/in_a_1
? in_a
? ../b/1/in_b_1
? ../b/2/in_b_2
? ../b/in_b
? ../in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in b:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in b:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? 1/in_b_1
? 2/in_b_2
? in_b
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status .. in b:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? ../a/1/in_a_1
? ../a/in_a
? 1/in_b_1
? 2/in_b_2
? in_b
? ../in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in a/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in a/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? in_a_1
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status .. in a/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? in_a_1
? ../in_a
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in b/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in b/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? in_b_1
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status .. in b/1:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? in_b_1
? ../2/in_b_2
? ../in_b
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status in b/2:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? a/1/in_a_1
? a/in_a
? b/1/in_b_1
? b/2/in_b_2
? b/in_b
? in_root
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status . in b/2:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? in_b_2
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status .. in b/2:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 ? ../1/in_b_1
? in_b_2
? ../in_b
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 adding .hgignore
adding deleted
adding modified
adding removed
hg status:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 A added
R removed
! deleted
? unknown
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status modified added removed deleted unknown never-existed ignored:
never-existed: No such file or directory
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 A added
R removed
! deleted
? unknown
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status -C:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 A added
A copied
 modified
R removed
! deleted
? unknown
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status -A:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 A added
A copied
 modified
R removed
! deleted
? unknown
I ignored
C .hgignore
C modified
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 hg status ignoreddir/file:
hg status -i ignoreddir/file:
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 I ignoreddir/file
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 adding .hgignore
adding deleted
adding modified
adding removed
Greg Ward
color: don't blow up if configured with unknown color (just warn).
r8945 % test unknown color
ignoring unknown color/effect 'periwinkle' (configured in color.status.modified)
M modified
A added
A copied
R removed
! deleted
? unknown