hgext/__init__.py
author Patrick Mezard <patrick@mezard.eu>
Sun, 26 Feb 2012 17:10:57 +0100
changeset 16184 6863caf01daa
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
graphlog: fix --removed "hg log --removed FILE" does not return changesets where FILE was removed, but ones where FILE was changed and possibly removed. The flag is really here to disable walkchangerevs() fast path, which cannot see file removals by scanning filelogs.

# placeholder