copies: fix misaligned lines
authorGábor Stefanik <gabor.stefanik@nng.com>
Tue, 22 Aug 2017 16:16:39 +0200
changeset 33899 edf503e5dfd4
parent 33898 169baf3d1d3c
child 33900 6a49c74b1e8f
copies: fix misaligned lines
mercurial/copies.py
--- a/mercurial/copies.py	Tue Aug 22 16:08:31 2017 +0200
+++ b/mercurial/copies.py	Tue Aug 22 16:16:39 2017 +0200
@@ -381,7 +381,7 @@
     # if we have a dirty endpoint, we need to trigger graft logic, and also
     # keep track of which endpoint is dirty
     dirtyc1 = not (base == _c1 or base.descendant(_c1))
-    dirtyc2 = not (base== _c2 or base.descendant(_c2))
+    dirtyc2 = not (base == _c2 or base.descendant(_c2))
     graft = dirtyc1 or dirtyc2
     tca = base
     if graft: