##// END OF EJS Templates
tests: add test showing that repo filter is calculated for `hg st --copies`...
Martin von Zweigbergk -
r44748:66dab0d9 default
parent child Browse files
Show More
@@ -67,6 +67,13 b' Getting status of working copy'
67 R a
67 R a
68 ! b
68 ! b
69
69
70 $ hg status --copies
71 debug.filters: computing revision filter for "visible"
72 M c
73 A d
74 R a
75 ! b
76
70 Getting data about the working copy parent
77 Getting data about the working copy parent
71
78
72 $ hg log -r '.' -T "{node}\n{date}\n"
79 $ hg log -r '.' -T "{node}\n{date}\n"
General Comments 0
You need to be logged in to leave comments. Login now