comparison hgext/purge.py @ 23079:c4ce50a3d634 stable

keyword: use parent of working copy as base for status Instead of calling repo[None].status(), use the more common form that uses the parent of the working copy as the base: repo['.'].status(). Note that the former defaults to comparing to revision '.', while the latter defaults to revision None, so the contexts being compared are the same. It might seem like this would result in a reverse diff, but it turns out that workingctx.status() incorrectly reverses the result. That bug will be fixed in a later commit.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 23 Oct 2014 13:17:37 -0700
parents e049338d1a7b
children 80c5b2666a96
comparison
equal deleted inserted replaced
23078:eb763217152a 23079:c4ce50a3d634