mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 24 Oct 2012 18:11:17 +0200
changeset 17918 2eb5f4d1c235
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
bookmark: remove useless line in `validdest` This case is already covered by the `if old == new:` conditional at the start of the function.