##// END OF EJS Templates
tests: show that adding an already included path still calls narrow_widen()...
Pulkit Goyal -
r40461:d362a41e default
parent child Browse files
Show More
@@ -140,6 +140,17 b' added upstream revisions.'
140 $ hg id -n
140 $ hg id -n
141 2
141 2
142
142
143 Test that extending already included files should not call narrow_widen
144 wireprotocol command
145
146 $ hg tracked --addinclude widest/f
147 comparing with ssh://user@dummy/master
148 searching for changes
149 adding changesets
150 adding manifests
151 adding file changes
152 added 0 changesets with 0 changes to 0 files
153
143 Pull down the newly added upstream revision.
154 Pull down the newly added upstream revision.
144
155
145 $ hg pull
156 $ hg pull
General Comments 0
You need to be logged in to leave comments. Login now