equal
deleted
inserted
replaced
273 listclean=False, listunknown=False, listsubrepos=False): |
273 listclean=False, listunknown=False, listsubrepos=False): |
274 """return status of files between two nodes or node and working |
274 """return status of files between two nodes or node and working |
275 directory. |
275 directory. |
276 |
276 |
277 If other is None, compare this node with working directory. |
277 If other is None, compare this node with working directory. |
|
278 |
|
279 returns (modified, added, removed, deleted, unknown, ignored, clean) |
278 """ |
280 """ |
279 |
281 |
280 ctx1 = self |
282 ctx1 = self |
281 ctx2 = self._repo[other] |
283 ctx2 = self._repo[other] |
282 |
284 |