##// END OF EJS Templates
tests: add debug output in test-narrow-widen-no-ellipsis.t...
Pulkit Goyal -
r39707:dee88707 default
parent child Browse files
Show More
@@ -88,15 +88,41 Widen the narrow spec to see the widest
88 added upstream revisions.
88 added upstream revisions.
89
89
90 $ cd narrow
90 $ cd narrow
91 $ hg tracked --addinclude widest/f
91 $ hg tracked --addinclude widest/f --debug
92 comparing with ssh://user@dummy/master
92 comparing with ssh://user@dummy/master
93 running python "*dummyssh" 'user@dummy' 'hg -R master serve --stdio' (glob)
94 sending hello command
95 sending between command
96 remote: * (glob)
97 remote: capabilities: * (glob)
98 remote: 1
99 sending protocaps command
100 query 1; heads
101 sending batch command
93 searching for changes
102 searching for changes
103 all local heads known remotely
94 no changes found
104 no changes found
105 sending getbundle command
106 bundle2-input-bundle: with-transaction
107 bundle2-input-part: "changegroup" (params: * mandatory) supported (glob)
95 adding changesets
108 adding changesets
109 add changeset * (glob)
110 add changeset * (glob)
111 add changeset * (glob)
96 adding manifests
112 adding manifests
113 adding widest/ revisions (tree !)
97 adding file changes
114 adding file changes
115 adding widest/f revisions (tree !)
98 added 0 changesets with 1 changes to 1 files
116 added 0 changesets with 1 changes to 1 files
117 bundle2-input-part: total payload size * (glob)
118 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
119 bundle2-input-part: "phase-heads" supported
120 bundle2-input-part: total payload size 24
121 bundle2-input-bundle: 2 parts total
122 checking for updated bookmarks
99 3 local changesets published
123 3 local changesets published
124 widest/f: add from widened narrow clone -> g
125 getting widest/f
100 $ hg tracked
126 $ hg tracked
101 I path:inside
127 I path:inside
102 I path:widest/f
128 I path:widest/f
General Comments 0
You need to be logged in to leave comments. Login now