##// END OF EJS Templates
templatefilters: add filter to convert date to local date (issue1674)...
templatefilters: add filter to convert date to local date (issue1674) Issue1674 suggests the localdate filter be applied as default to log, but this patch only introduces the filter, not the changed default behaviour.

File last commit:

r8020:777a9efd default
r8591:08c93b07 default
Show More
test-log.out
259 lines | 5.3 KiB | text/plain | TextLexer
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 adding a
changeset: 0:8580ff50825a
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: a
% -f, directory
Brendan Cully
Improved error message for log --follow...
r7404 abort: cannot follow nonexistent file: "dir"
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 % -f, but no args
Matt Mackall
Fix log regression where log -p file showed diffs for other files
r3837 changeset: 4:b30c444c7c84
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 tag: tip
user: test
date: Thu Jan 01 00:00:05 1970 +0000
summary: e
Matt Mackall
Fix log regression where log -p file showed diffs for other files
r3837 changeset: 3:16b60bf3f99a
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 user: test
date: Thu Jan 01 00:00:04 1970 +0000
summary: d
changeset: 2:21fba396af4c
user: test
date: Thu Jan 01 00:00:03 1970 +0000
summary: c
changeset: 1:c0296dabce9b
user: test
date: Thu Jan 01 00:00:02 1970 +0000
summary: b
changeset: 0:8580ff50825a
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: a
% one rename
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 0:8580ff50825a
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 user: test
date: Thu Jan 01 00:00:01 1970 +0000
files: a
description:
a
% many renames
Matt Mackall
Fix log regression where log -p file showed diffs for other files
r3837 changeset: 4:b30c444c7c84
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 tag: tip
user: test
date: Thu Jan 01 00:00:05 1970 +0000
files: dir/b e
description:
e
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 2:21fba396af4c
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 user: test
date: Thu Jan 01 00:00:03 1970 +0000
files: b dir/b
description:
c
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 1:c0296dabce9b
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 user: test
date: Thu Jan 01 00:00:02 1970 +0000
files: b
description:
b
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 0:8580ff50825a
Vadim Gelfer
log: add -f/--follow option, to follow rename/copy
r2741 user: test
date: Thu Jan 01 00:00:01 1970 +0000
files: a
description:
a
Brendan Cully
Show copies in hg log....
r3197 % log copies
4 e (dir/b)
3 b (a)
2 dir/b (b)
1 b (a)
0
Brendan Cully
Test case for log --copies on non-linear manifests (issue391)
r3383 % log copies, non-linear manifest
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
adding foo
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Brendan Cully
Test case for log --copies on non-linear manifests (issue391)
r3383 5 e (dir/b)
Maxim Dounin
Fix copies reporting in log and convert....
r5811 % log copies, execute bit set
6
Matt Mackall
Fix log regression where log -p file showed diffs for other files
r3837 % log -p d
changeset: 3:16b60bf3f99a
user: test
date: Thu Jan 01 00:00:04 1970 +0000
files: a b d
description:
d
diff -r 21fba396af4c -r 16b60bf3f99a d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/d Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,1 @@
+a
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 adding base
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
adding b1
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 % log -f
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 3:e62f78d544b4
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 tag: tip
Matt Mackall
Remove dummy branch hack from tests
r4180 parent: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: r1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 0:67e992f2c4f3
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: base
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
adding b2
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 % log -f -r 1:tip
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: r1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 2:60c670bf5b30
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: r2
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 3:e62f78d544b4
parent: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1
2 files updated, 0 files merged, 1 files removed, 0 files unresolved
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Thomas Arendsen Hein
Issue a warning if "-r ." is used with two working directory parents....
r4510 % log -r . with two parents
changeset: 3:e62f78d544b4
parent: 1:3d5bf5654eda
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1
% log -r . with one parent
changeset: 5:302e9dd6890d
tag: tip
parent: 3:e62f78d544b4
parent: 4:ddb82e70d1a1
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: m12
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 % log --follow-first
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 6:2404bbcab562
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 tag: tip
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1.1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 5:302e9dd6890d
parent: 3:e62f78d544b4
parent: 4:ddb82e70d1a1
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: m12
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 3:e62f78d544b4
parent: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 1:3d5bf5654eda
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: r1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 0:67e992f2c4f3
Brendan Cully
Test suite for log --follow and --follow-first.
r2785 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: base
Brendan Cully
Test for log --prune.
r2901 % log -P 2
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 6:2404bbcab562
Brendan Cully
Test for log --prune.
r2901 tag: tip
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1.1
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 5:302e9dd6890d
parent: 3:e62f78d544b4
parent: 4:ddb82e70d1a1
Brendan Cully
Test for log --prune.
r2901 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: m12
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 4:ddb82e70d1a1
parent: 0:67e992f2c4f3
Brendan Cully
Test for log --prune.
r2901 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b2
Matt Mackall
Remove dummy branch hack from tests
r4180 changeset: 3:e62f78d544b4
parent: 1:3d5bf5654eda
Brendan Cully
Test for log --prune.
r2901 user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1
Jim Correia
add --git option to commands supporting --patch (log, incoming, history, tip)...
r7762 % log -r tip -p --git
changeset: 6:2404bbcab562
tag: tip
user: test
date: Thu Jan 01 00:00:01 1970 +0000
summary: b1.1
diff --git a/b1 b/b1
--- a/b1
+++ b/b1
@@ -1,1 +1,2 @@
b1
+postm
Alexis S. L. Carvalho
fix hg log -r ''
r3718 % log -r ""
Matt Mackall
revlog: report node and file when lookup fails
r6228 abort: 00changelog.i@: ambiguous identifier!
Sune Foldager
provide nicer feedback when an unknown node id is passed to a command...
r7062 % log -r <some unknown node id>
abort: unknown revision '1000000000000000000000000000000000000000'!
Henrik Stuart
log: fix broken multiple user search...
r8020 adding a
adding b
changeset: 0:29a4c94f1924
user: User One <user1@example.org>
date: Thu Jan 01 00:00:00 1970 +0000
summary: a
changeset: 1:e834b5e69c0e
tag: tip
user: User Two <user2@example.org>
date: Thu Jan 01 00:00:00 1970 +0000
summary: b
changeset: 0:29a4c94f1924
user: User One <user1@example.org>
date: Thu Jan 01 00:00:00 1970 +0000
summary: a