##// END OF EJS Templates
Strip whitespace from changeset description in changeset_templater....
Strip whitespace from changeset description in changeset_templater. changeset_printer already does this, too.

File last commit:

r4353:5e857d72 default
r4824:f3f84d5c default
Show More
test-command-template.out
469 lines | 9.4 KiB | text/plain | TextLexer
/ tests / test-command-template.out
Vadim Gelfer
add tests for command line template....
r1915 # default style is like normal output
Thomas Arendsen Hein
Adjust default cmdline style to really match verbose/debug log.
r3459 # normal
# verbose
# debug
Alexis S. L. Carvalho
fix 'hg <not-log> -v --template foo' with revisions without copies
r4351 # revision with no copies (used to print a traceback)
Vadim Gelfer
add tests for command line template....
r1915 # compact style works
TK Soh
test-command-template: improve test coverage
r4353 6[tip]:5,4 c7b487c6c50e 1970-01-18 08:40 +0000 person
merge
5:3 13207e5a10d9 1970-01-18 08:40 +0000 person
new head
4 32a18f097fcc 1970-01-17 04:53 +0000 person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 new branch
3 10e46f2dcbf4 1970-01-16 01:06 +0000 person
Vadim Gelfer
fix template tests.
r1918 no user, no domain
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 2 97054abb4ab8 1970-01-14 21:20 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 no person
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 1 b608e9d1a3f0 1970-01-13 17:33 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 other 1
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 0 1e4e1b8f71e0 1970-01-12 13:46 +0000 user
Vadim Gelfer
add tests for command line template....
r1915 line 1
TK Soh
test-command-template: improve test coverage
r4353 6[tip]:5,4 c7b487c6c50e 1970-01-18 08:40 +0000 person
merge
5:3 13207e5a10d9 1970-01-18 08:40 +0000 person
new head
4 32a18f097fcc 1970-01-17 04:53 +0000 person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 new branch
3 10e46f2dcbf4 1970-01-16 01:06 +0000 person
Vadim Gelfer
fix template tests.
r1918 no user, no domain
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 2 97054abb4ab8 1970-01-14 21:20 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 no person
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 1 b608e9d1a3f0 1970-01-13 17:33 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 other 1
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 0 1e4e1b8f71e0 1970-01-12 13:46 +0000 user
Vadim Gelfer
add tests for command line template....
r1915 line 1
TK Soh
test-command-template: improve test coverage
r4353 6[tip]:5,4 c7b487c6c50e 1970-01-18 08:40 +0000 person
merge
5:3,-1 13207e5a10d9 1970-01-18 08:40 +0000 person
new head
4:3,-1 32a18f097fcc 1970-01-17 04:53 +0000 person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 new branch
3:2,-1 10e46f2dcbf4 1970-01-16 01:06 +0000 person
Vadim Gelfer
fix template tests.
r1918 no user, no domain
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 2:1,-1 97054abb4ab8 1970-01-14 21:20 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 no person
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 1:0,-1 b608e9d1a3f0 1970-01-13 17:33 +0000 other
Vadim Gelfer
add tests for command line template....
r1915 other 1
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 0:-1,-1 1e4e1b8f71e0 1970-01-12 13:46 +0000 user
Vadim Gelfer
add tests for command line template....
r1915 line 1
# error if style not readable
Thomas Arendsen Hein
Fixed OSError "No such file or directory: None" and make IOError consistent....
r3080 abort: Permission denied: ./q
Vadim Gelfer
add tests for command line template....
r1915 # error if no style
Thomas Arendsen Hein
Fixed OSError "No such file or directory: None" and make IOError consistent....
r3080 abort: No such file or directory: notexist
Vadim Gelfer
add tests for command line template....
r1915 # error if style missing key
abort: ./t: no key named 'changeset'
# error if include fails
abort: template file ./q: Permission denied
# include works
TK Soh
test-command-template: improve test coverage
r4353 6
5
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 4
Vadim Gelfer
fix template tests.
r1918 3
Vadim Gelfer
add tests for command line template....
r1915 2
1
0
# ui.style works
TK Soh
test-command-template: improve test coverage
r4353 6
5
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 4
Vadim Gelfer
fix template tests.
r1918 3
Vadim Gelfer
add tests for command line template....
r1915 2
1
0
Thomas Arendsen Hein
Make "hg log --style=changelog > changelog" work (issue338)...
r3193 # issue338
TK Soh
test-command-template: improve test coverage
r4353 1970-01-18 person <person>
* merge
[c7b487c6c50e] [tip]
* d:
new head
[13207e5a10d9]
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 1970-01-17 person <person>
* new branch
TK Soh
test-command-template: improve test coverage
r4353 [32a18f097fcc]
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463
Thomas Arendsen Hein
Make "hg log --style=changelog > changelog" work (issue338)...
r3193 1970-01-16 person <person>
* c:
no user, no domain
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 [10e46f2dcbf4]
Thomas Arendsen Hein
Make "hg log --style=changelog > changelog" work (issue338)...
r3193
1970-01-14 other <other@place>
* c:
no person
[97054abb4ab8]
1970-01-13 A. N. Other <other@place>
* b:
other 1 other 2
other 3
[b608e9d1a3f0]
1970-01-12 User Name <user@hostname>
* a:
line 1 line 2
[1e4e1b8f71e0]
Vadim Gelfer
add tests for command line template....
r1915 # keys work
Vadim Gelfer
fix template tests.
r1918 author: person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 author: person
TK Soh
test-command-template: improve test coverage
r4353 author: person
author: person
Vadim Gelfer
add tests for command line template....
r1915 author: other@place
author: A. N. Other <other@place>
author: User Name <user@hostname>
Vadim Gelfer
fix template tests.
r1918 author--verbose: person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 author--verbose: person
TK Soh
test-command-template: improve test coverage
r4353 author--verbose: person
author--verbose: person
Vadim Gelfer
add tests for command line template....
r1915 author--verbose: other@place
author--verbose: A. N. Other <other@place>
author--verbose: User Name <user@hostname>
Vadim Gelfer
fix template tests.
r1918 author--debug: person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 author--debug: person
TK Soh
test-command-template: improve test coverage
r4353 author--debug: person
author--debug: person
Vadim Gelfer
add tests for command line template....
r1915 author--debug: other@place
author--debug: A. N. Other <other@place>
author--debug: User Name <user@hostname>
TK Soh
test-command-template: improve test coverage
r4353 branches:
branches:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 branches: foo
Vadim Gelfer
add tests for command line template....
r1915 branches:
branches:
branches:
Vadim Gelfer
fix template tests.
r1918 branches:
TK Soh
test-command-template: improve test coverage
r4353 branches--verbose:
branches--verbose:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 branches--verbose: foo
Vadim Gelfer
fix template tests.
r1918 branches--verbose:
Vadim Gelfer
add tests for command line template....
r1915 branches--verbose:
branches--verbose:
branches--verbose:
TK Soh
test-command-template: improve test coverage
r4353 branches--debug:
branches--debug:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 branches--debug: foo
Vadim Gelfer
add tests for command line template....
r1915 branches--debug:
branches--debug:
branches--debug:
Vadim Gelfer
fix template tests.
r1918 branches--debug:
TK Soh
test-command-template: improve test coverage
r4353 date: 1500001.00
date: 1500000.00
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 date: 1400000.00
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 date: 1300000.00
date: 1200000.00
date: 1100000.00
date: 1000000.00
TK Soh
test-command-template: improve test coverage
r4353 date--verbose: 1500001.00
date--verbose: 1500000.00
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 date--verbose: 1400000.00
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 date--verbose: 1300000.00
date--verbose: 1200000.00
date--verbose: 1100000.00
date--verbose: 1000000.00
TK Soh
test-command-template: improve test coverage
r4353 date--debug: 1500001.00
date--debug: 1500000.00
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 date--debug: 1400000.00
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 date--debug: 1300000.00
date--debug: 1200000.00
date--debug: 1100000.00
date--debug: 1000000.00
TK Soh
test-command-template: improve test coverage
r4353 desc: merge
desc: new head
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 desc: new branch
Vadim Gelfer
fix template tests.
r1918 desc: no user, no domain
Vadim Gelfer
add tests for command line template....
r1915 desc: no person
desc: other 1
other 2
other 3
desc: line 1
line 2
TK Soh
test-command-template: improve test coverage
r4353 desc--verbose: merge
desc--verbose: new head
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 desc--verbose: new branch
Vadim Gelfer
fix template tests.
r1918 desc--verbose: no user, no domain
Vadim Gelfer
add tests for command line template....
r1915 desc--verbose: no person
desc--verbose: other 1
other 2
other 3
desc--verbose: line 1
line 2
TK Soh
test-command-template: improve test coverage
r4353 desc--debug: merge
desc--debug: new head
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 desc--debug: new branch
Vadim Gelfer
fix template tests.
r1918 desc--debug: no user, no domain
Vadim Gelfer
add tests for command line template....
r1915 desc--debug: no person
desc--debug: other 1
other 2
other 3
desc--debug: line 1
line 2
file_adds:
file_adds:
file_adds:
Vadim Gelfer
fix template tests.
r1918 file_adds:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 file_adds:
TK Soh
test-command-template: improve test coverage
r4353 file_adds:
file_adds:
file_adds--verbose:
file_adds--verbose:
Vadim Gelfer
add tests for command line template....
r1915 file_adds--verbose:
file_adds--verbose:
file_adds--verbose:
Vadim Gelfer
fix template tests.
r1918 file_adds--verbose:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 file_adds--verbose:
file_adds--debug:
TK Soh
test-command-template: improve test coverage
r4353 file_adds--debug: d
file_adds--debug:
Vadim Gelfer
fix template tests.
r1918 file_adds--debug:
Vadim Gelfer
add tests for command line template....
r1915 file_adds--debug: c
file_adds--debug: b
file_adds--debug: a
file_dels:
file_dels:
file_dels:
Vadim Gelfer
fix template tests.
r1918 file_dels:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 file_dels:
TK Soh
test-command-template: improve test coverage
r4353 file_dels:
file_dels:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 file_dels--verbose:
Vadim Gelfer
fix template tests.
r1918 file_dels--verbose:
Vadim Gelfer
add tests for command line template....
r1915 file_dels--verbose:
file_dels--verbose:
file_dels--verbose:
TK Soh
test-command-template: improve test coverage
r4353 file_dels--verbose:
file_dels--verbose:
file_dels--debug:
file_dels--debug:
Vadim Gelfer
add tests for command line template....
r1915 file_dels--debug:
file_dels--debug:
file_dels--debug:
Vadim Gelfer
fix template tests.
r1918 file_dels--debug:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 file_dels--debug:
files:
TK Soh
test-command-template: improve test coverage
r4353 files: d
files:
Vadim Gelfer
fix template tests.
r1918 files: c
Vadim Gelfer
add tests for command line template....
r1915 files: c
files: b
files: a
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 files--verbose:
TK Soh
test-command-template: improve test coverage
r4353 files--verbose: d
files--verbose:
Vadim Gelfer
add tests for command line template....
r1915 files--verbose: c
Vadim Gelfer
fix template tests.
r1918 files--verbose: c
Vadim Gelfer
add tests for command line template....
r1915 files--verbose: b
files--verbose: a
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 files--debug:
TK Soh
test-command-template: improve test coverage
r4353 files--debug:
files--debug:
Vadim Gelfer
fix template tests.
r1918 files--debug: c
Vadim Gelfer
add tests for command line template....
r1915 files--debug:
files--debug:
files--debug:
manifest:
manifest:
manifest:
Vadim Gelfer
fix template tests.
r1918 manifest:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 manifest:
TK Soh
test-command-template: improve test coverage
r4353 manifest:
manifest:
Vadim Gelfer
add tests for command line template....
r1915 manifest--verbose:
manifest--verbose:
manifest--verbose:
Vadim Gelfer
fix template tests.
r1918 manifest--verbose:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 manifest--verbose:
TK Soh
test-command-template: improve test coverage
r4353 manifest--verbose:
manifest--verbose:
manifest--debug: 6:91015e9dbdd76a6791085d12b0a0ec7fcd22ffbf
manifest--debug: 5:4dc3def4f9b4c6e8de820f6ee74737f91e96a216
Alexis S. L. Carvalho
command line templates: add formatnode filter...
r4352 manifest--debug: 4:90ae8dda64e1a876c792bccb9af66284f6018363
manifest--debug: 3:cb5a1327723bada42f117e4c55a303246eaf9ccc
manifest--debug: 2:6e0e82995c35d0d57a52aca8da4e56139e06b4b1
manifest--debug: 1:4e8d705b1e53e3f9375e0e60dc7b525d8211fe55
manifest--debug: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0
TK Soh
test-command-template: improve test coverage
r4353 node: c7b487c6c50ef1cf464cafdc4f4f5e615fc5999f
node: 13207e5a10d9fd28ec424934298e176197f2c67f
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 node: 32a18f097fcccf76ef282f62f8a85b3adf8d13c4
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 node: 10e46f2dcbf4823578cf180f33ecf0b957964c47
node: 97054abb4ab824450e9164180baf491ae0078465
node: b608e9d1a3f0273ccf70fb85fd6866b3482bf965
node: 1e4e1b8f71e05681d422154f5421e385fec3454f
TK Soh
test-command-template: improve test coverage
r4353 node--verbose: c7b487c6c50ef1cf464cafdc4f4f5e615fc5999f
node--verbose: 13207e5a10d9fd28ec424934298e176197f2c67f
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 node--verbose: 32a18f097fcccf76ef282f62f8a85b3adf8d13c4
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 node--verbose: 10e46f2dcbf4823578cf180f33ecf0b957964c47
node--verbose: 97054abb4ab824450e9164180baf491ae0078465
node--verbose: b608e9d1a3f0273ccf70fb85fd6866b3482bf965
node--verbose: 1e4e1b8f71e05681d422154f5421e385fec3454f
TK Soh
test-command-template: improve test coverage
r4353 node--debug: c7b487c6c50ef1cf464cafdc4f4f5e615fc5999f
node--debug: 13207e5a10d9fd28ec424934298e176197f2c67f
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 node--debug: 32a18f097fcccf76ef282f62f8a85b3adf8d13c4
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 node--debug: 10e46f2dcbf4823578cf180f33ecf0b957964c47
node--debug: 97054abb4ab824450e9164180baf491ae0078465
node--debug: b608e9d1a3f0273ccf70fb85fd6866b3482bf965
node--debug: 1e4e1b8f71e05681d422154f5421e385fec3454f
TK Soh
test-command-template: improve test coverage
r4353 parents: 5:13207e5a10d9 4:32a18f097fcc
parents: 3:10e46f2dcbf4
Vadim Gelfer
add tests for command line template....
r1915 parents:
parents:
parents:
Vadim Gelfer
fix template tests.
r1918 parents:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 parents:
TK Soh
test-command-template: improve test coverage
r4353 parents--verbose: 5:13207e5a10d9 4:32a18f097fcc
parents--verbose: 3:10e46f2dcbf4
Vadim Gelfer
add tests for command line template....
r1915 parents--verbose:
parents--verbose:
parents--verbose:
Vadim Gelfer
fix template tests.
r1918 parents--verbose:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 parents--verbose:
TK Soh
test-command-template: improve test coverage
r4353 parents--debug: 5:13207e5a10d9fd28ec424934298e176197f2c67f 4:32a18f097fcccf76ef282f62f8a85b3adf8d13c4
parents--debug: 3:10e46f2dcbf4823578cf180f33ecf0b957964c47 -1:0000000000000000000000000000000000000000
Alexis S. L. Carvalho
command line templates: add formatnode filter...
r4352 parents--debug: 3:10e46f2dcbf4823578cf180f33ecf0b957964c47 -1:0000000000000000000000000000000000000000
parents--debug: 2:97054abb4ab824450e9164180baf491ae0078465 -1:0000000000000000000000000000000000000000
parents--debug: 1:b608e9d1a3f0273ccf70fb85fd6866b3482bf965 -1:0000000000000000000000000000000000000000
parents--debug: 0:1e4e1b8f71e05681d422154f5421e385fec3454f -1:0000000000000000000000000000000000000000
parents--debug: -1:0000000000000000000000000000000000000000 -1:0000000000000000000000000000000000000000
TK Soh
test-command-template: improve test coverage
r4353 rev: 6
rev: 5
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 rev: 4
Vadim Gelfer
fix template tests.
r1918 rev: 3
Vadim Gelfer
add tests for command line template....
r1915 rev: 2
rev: 1
rev: 0
TK Soh
test-command-template: improve test coverage
r4353 rev--verbose: 6
rev--verbose: 5
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 rev--verbose: 4
Vadim Gelfer
fix template tests.
r1918 rev--verbose: 3
Vadim Gelfer
add tests for command line template....
r1915 rev--verbose: 2
rev--verbose: 1
rev--verbose: 0
TK Soh
test-command-template: improve test coverage
r4353 rev--debug: 6
rev--debug: 5
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 rev--debug: 4
Vadim Gelfer
fix template tests.
r1918 rev--debug: 3
Vadim Gelfer
add tests for command line template....
r1915 rev--debug: 2
rev--debug: 1
rev--debug: 0
tags: tip
tags:
tags:
Vadim Gelfer
fix template tests.
r1918 tags:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 tags:
TK Soh
test-command-template: improve test coverage
r4353 tags:
tags:
Vadim Gelfer
add tests for command line template....
r1915 tags--verbose: tip
tags--verbose:
tags--verbose:
Vadim Gelfer
fix template tests.
r1918 tags--verbose:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 tags--verbose:
TK Soh
test-command-template: improve test coverage
r4353 tags--verbose:
tags--verbose:
Vadim Gelfer
add tests for command line template....
r1915 tags--debug: tip
tags--debug:
tags--debug:
Vadim Gelfer
fix template tests.
r1918 tags--debug:
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 tags--debug:
TK Soh
test-command-template: improve test coverage
r4353 tags--debug:
tags--debug:
Vadim Gelfer
add tests for command line template....
r1915 # filters work
Vadim Gelfer
fix template tests.
r1918
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463
TK Soh
test-command-template: improve test coverage
r4353
Vadim Gelfer
add tests for command line template....
r1915 place
place
hostname
Vadim Gelfer
fix template tests.
r1918 person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 person
TK Soh
test-command-template: improve test coverage
r4353 person
person
Vadim Gelfer
add tests for command line template....
r1915 other
A. N. Other
User Name
Vadim Gelfer
fix template tests.
r1918 person
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 person
TK Soh
test-command-template: improve test coverage
r4353 person
person
Vadim Gelfer
add tests for command line template....
r1915 other
other
user
TK Soh
test-command-template: improve test coverage
r4353 Sun Jan 18 08:40:01 1970 +0000
Sun Jan 18 08:40:00 1970 +0000
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 Sat Jan 17 04:53:20 1970 +0000
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 Fri Jan 16 01:06:40 1970 +0000
Wed Jan 14 21:20:00 1970 +0000
Tue Jan 13 17:33:20 1970 +0000
Mon Jan 12 13:46:40 1970 +0000
TK Soh
test-command-template: improve test coverage
r4353 1970-01-18 08:40 +0000
1970-01-18 08:40 +0000
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 1970-01-17 04:53 +0000
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 1970-01-16 01:06 +0000
1970-01-14 21:20 +0000
1970-01-13 17:33 +0000
1970-01-12 13:46 +0000
TK Soh
test-command-template: improve test coverage
r4353 Sun, 18 Jan 1970 08:40:01 +0000
Sun, 18 Jan 1970 08:40:00 +0000
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 Sat, 17 Jan 1970 04:53:20 +0000
Thomas Arendsen Hein
Use timestamps without leading 0 in test-command-template for portable tests.
r1939 Fri, 16 Jan 1970 01:06:40 +0000
Wed, 14 Jan 1970 21:20:00 +0000
Tue, 13 Jan 1970 17:33:20 +0000
Mon, 12 Jan 1970 13:46:40 +0000
TK Soh
test-command-template: improve test coverage
r4353 merge
new head
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 new branch
Vadim Gelfer
fix template tests.
r1918 no user, no domain
Vadim Gelfer
add tests for command line template....
r1915 no person
other 1
line 1
TK Soh
test-command-template: improve test coverage
r4353 c7b487c6c50e
13207e5a10d9
Thomas Arendsen Hein
Extended templating test for new branches and extra changeset info.
r3463 32a18f097fcc
Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
r2303 10e46f2dcbf4
97054abb4ab8
b608e9d1a3f0
1e4e1b8f71e0
Alexis S. L. Carvalho
command line templates: add formatnode filter...
r4352 # formatnode filter works
# quiet
1e4e1b8f71e0
# normal
1e4e1b8f71e0
# verbose
1e4e1b8f71e0
# debug
1e4e1b8f71e05681d422154f5421e385fec3454f
Vadim Gelfer
add tests for command line template....
r1915 # error on syntax
abort: t:3: unmatched quotes
# done