##// END OF EJS Templates
ui: refactor option setting...
ui: refactor option setting No more passing options as constructor keywords. Basic options are now always stored in the overlay for simplicity and consistency.

File last commit:

r7459:3fb5c142 default
r8136:6b5522cb default
Show More
test-status-color.out
126 lines | 3.0 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