##// END OF EJS Templates
tests: actualize the comment in test-hgweb-descend-empties.t...
Anton Shestakov -
r25345:8be8c2d3 default
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 3 Test chains of near empty directories, terminating 3 different ways:
4 4 - a1: file at level 4 (deepest)
5 5 - b1: two dirs at level 3
6 - e1: file at level 2
6 - d1: file at level 2
7 7
8 8 Set up the repo
9 9
@@ -11,17 +11,17 b' Set up the repo'
11 11 $ cd test
12 12 $ mkdir -p a1/a2/a3/a4
13 13 $ mkdir -p b1/b2/b3/b4
14 $ mkdir -p b1/b2/c3/c4
14 $ mkdir -p b1/b2/b3/c4
15 15 $ mkdir -p d1/d2/d3/d4
16 16 $ echo foo > a1/a2/a3/a4/foo
17 17 $ echo foo > b1/b2/b3/b4/foo
18 $ echo foo > b1/b2/c3/c4/foo
18 $ echo foo > b1/b2/b3/c4/foo
19 19 $ echo foo > d1/d2/d3/d4/foo
20 20 $ echo foo > d1/d2/foo
21 21 $ hg ci -Ama
22 22 adding a1/a2/a3/a4/foo
23 23 adding b1/b2/b3/b4/foo
24 adding b1/b2/c3/c4/foo
24 adding b1/b2/b3/c4/foo
25 25 adding d1/d2/d3/d4/foo
26 26 adding d1/d2/foo
27 27 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
@@ -40,7 +40,7 b' manifest with descending'
40 40 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
41 41 <script type="text/javascript" src="/static/mercurial.js"></script>
42 42
43 <title>test: 9087c84a0f5d /</title>
43 <title>test: c9f45f7a1659 /</title>
44 44 </head>
45 45 <body>
46 46
@@ -51,14 +51,14 b' manifest with descending'
51 51 <img src="/static/hglogo.png" alt="mercurial" /></a>
52 52 </div>
53 53 <ul>
54 <li><a href="/shortlog/9087c84a0f5d">log</a></li>
55 <li><a href="/graph/9087c84a0f5d">graph</a></li>
54 <li><a href="/shortlog/c9f45f7a1659">log</a></li>
55 <li><a href="/graph/c9f45f7a1659">graph</a></li>
56 56 <li><a href="/tags">tags</a></li>
57 57 <li><a href="/bookmarks">bookmarks</a></li>
58 58 <li><a href="/branches">branches</a></li>
59 59 </ul>
60 60 <ul>
61 <li><a href="/rev/9087c84a0f5d">changeset</a></li>
61 <li><a href="/rev/c9f45f7a1659">changeset</a></li>
62 62 <li class="active">browse</li>
63 63 </ul>
64 64 <ul>
@@ -71,7 +71,7 b' manifest with descending'
71 71
72 72 <div class="main">
73 73 <h2 class="breadcrumb"><a href="/">Mercurial</a> </h2>
74 <h3>directory / @ 0:9087c84a0f5d <span class="tag">tip</span> </h3>
74 <h3>directory / @ 0:c9f45f7a1659 <span class="tag">tip</span> </h3>
75 75
76 76 <form class="search" action="/log">
77 77
@@ -90,17 +90,17 b' manifest with descending'
90 90 </thead>
91 91 <tbody class="stripes2">
92 92 <tr class="fileline">
93 <td class="name"><a href="/file/9087c84a0f5d/">[up]</a></td>
93 <td class="name"><a href="/file/c9f45f7a1659/">[up]</a></td>
94 94 <td class="size"></td>
95 95 <td class="permissions">drwxr-xr-x</td>
96 96 </tr>
97 97
98 98 <tr class="fileline">
99 99 <td class="name">
100 <a href="/file/9087c84a0f5d/a1">
100 <a href="/file/c9f45f7a1659/a1">
101 101 <img src="/static/coal-folder.png" alt="dir."/> a1/
102 102 </a>
103 <a href="/file/9087c84a0f5d/a1/a2/a3/a4">
103 <a href="/file/c9f45f7a1659/a1/a2/a3/a4">
104 104 a2/a3/a4
105 105 </a>
106 106 </td>
@@ -109,11 +109,11 b' manifest with descending'
109 109 </tr>
110 110 <tr class="fileline">
111 111 <td class="name">
112 <a href="/file/9087c84a0f5d/b1">
112 <a href="/file/c9f45f7a1659/b1">
113 113 <img src="/static/coal-folder.png" alt="dir."/> b1/
114 114 </a>
115 <a href="/file/9087c84a0f5d/b1/b2">
116 b2
115 <a href="/file/c9f45f7a1659/b1/b2/b3">
116 b2/b3
117 117 </a>
118 118 </td>
119 119 <td class="size"></td>
@@ -121,10 +121,10 b' manifest with descending'
121 121 </tr>
122 122 <tr class="fileline">
123 123 <td class="name">
124 <a href="/file/9087c84a0f5d/d1">
124 <a href="/file/c9f45f7a1659/d1">
125 125 <img src="/static/coal-folder.png" alt="dir."/> d1/
126 126 </a>
127 <a href="/file/9087c84a0f5d/d1/d2">
127 <a href="/file/c9f45f7a1659/d1/d2">
128 128 d2
129 129 </a>
130 130 </td>
General Comments 0
You need to be logged in to leave comments. Login now