Mercurial > public > mercurial-scm > hg
comparison tests/drawdag.py @ 41774:2e2076c8c25f
commit: migrate to new method for getting copy info
Differential Revision: https://phab.mercurial-scm.org/D6014
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 27 Dec 2017 22:31:24 -0800 |
parents | 8d4ee2d9ffb8 |
children | 15f04d652b62 |
comparison
equal
deleted
inserted
replaced
41773:151cc149b17f | 41774:2e2076c8c25f |
---|---|
273 return None | 273 return None |
274 | 274 |
275 def path(self): | 275 def path(self): |
276 return self._path | 276 return self._path |
277 | 277 |
278 def renamed(self): | 278 def copysource(self): |
279 return None | 279 return None |
280 | 280 |
281 def flags(self): | 281 def flags(self): |
282 return b'' | 282 return b'' |
283 | 283 |