Show More
@@ -326,6 +326,7 b' class changesetformatter(changesetprinte' | |||||
326 | fm = self._fm |
|
326 | fm = self._fm | |
327 | fm.startitem() |
|
327 | fm.startitem() | |
328 |
|
328 | |||
|
329 | fm.context(ctx=ctx) | |||
329 | # TODO: maybe this should be wdirrev/wdirnode? |
|
330 | # TODO: maybe this should be wdirrev/wdirnode? | |
330 | rev = ctx.rev() |
|
331 | rev = ctx.rev() | |
331 | if rev is None: |
|
332 | if rev is None: |
@@ -279,13 +279,13 b' Test that verbose, JSON, template and co' | |||||
279 | children: |
|
279 | children: | |
280 | command: up 0 |
|
280 | command: up 0 | |
281 | rev: 0 |
|
281 | rev: 0 | |
282 | children: |
|
282 | children: 1:1e6c11564562 | |
283 | command: commit -Aqm b |
|
283 | command: commit -Aqm b | |
284 | rev: 1 |
|
284 | rev: 1 | |
285 | children: |
|
285 | children: | |
286 | command: commit -Aqm a |
|
286 | command: commit -Aqm a | |
287 | rev: 0 |
|
287 | rev: 0 | |
288 | children: |
|
288 | children: 1:1e6c11564562 | |
289 |
|
289 | |||
290 | Test for behaviour on unexpected storage version information |
|
290 | Test for behaviour on unexpected storage version information | |
291 |
|
291 |
General Comments 0
You need to be logged in to leave comments.
Login now