~ubuntu-branches/ubuntu/wily/mercurial/wily

« back to all changes in this revision

Viewing changes to mercurial/phases.py

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2013-11-01 23:19:57 UTC
  • mfrom: (1.2.38) (9.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20131101231957-hs70pwpinavlz3t6
Tags: 2.8-1
* New upstream release
* Fix mercurial-git and hgsubversion autopkgtest by loading the
  appropriate extension
* Bump standards-version to 3.9.5 (no change needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
        if filtered:
268
268
            self.dirty = True
269
269
        # filterunknown is called by repo.destroyed, we may have no changes in
270
 
        # root but phaserevs contents is certainly invalide (or at least we
271
 
        # have not proper way to check that. related to issue 3858.
 
270
        # root but phaserevs contents is certainly invalid (or at least we
 
271
        # have not proper way to check that). related to issue 3858.
272
272
        #
273
273
        # The other caller is __init__ that have no _phaserevs initialized
274
274
        # anyway. If this change we should consider adding a dedicated
275
 
        # "destroyed" function to phasecache or a proper cache key mechanisme
 
275
        # "destroyed" function to phasecache or a proper cache key mechanism
276
276
        # (see branchmap one)
277
277
        self._phaserevs = None
278
278