changeset 19837:c38eaeb3b45e

branchmap: fix blank line position The blank line was after was after the `if` condition instead of before.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 30 Sep 2013 15:52:37 +0200
parents e7c0e5f81367
children 23386881abeb
files mercurial/branchmap.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/branchmap.py	Tue Oct 01 00:12:34 2013 +0900
+++ b/mercurial/branchmap.py	Mon Sep 30 15:52:37 2013 +0200
@@ -210,8 +210,8 @@
             if not nodes:
                 droppednodes.extend(nodes)
                 del self[branch]
+
         if ((not self.validfor(repo)) or (self.tipnode in droppednodes)):
-
             # cache key are not valid anymore
             self.tipnode = nullid
             self.tiprev = nullrev