comparison mercurial/context.py @ 27637:b502138f5faa

cleanup: remove superfluous space after space after equals (python)
author timeless <timeless@mozdev.org>
date Thu, 31 Dec 2015 08:16:59 +0000
parents e6d3dad71e44
children 369c8f9453c2
comparison
equal deleted inserted replaced
27636:21b363bd87dc 27637:b502138f5faa
387 copied=copied, memctx=memctx) 387 copied=copied, memctx=memctx)
388 if extra is None: 388 if extra is None:
389 extra = {} 389 extra = {}
390 if branch: 390 if branch:
391 extra['branch'] = encoding.fromlocal(branch) 391 extra['branch'] = encoding.fromlocal(branch)
392 ctx = memctx(repo, parents, text, files, getfilectx, user, 392 ctx = memctx(repo, parents, text, files, getfilectx, user,
393 date, extra, editor) 393 date, extra, editor)
394 return ctx 394 return ctx
395 395
396 class changectx(basectx): 396 class changectx(basectx):
397 """A changecontext object makes access to data related to a particular 397 """A changecontext object makes access to data related to a particular
398 changeset convenient. It represents a read-only context already present in 398 changeset convenient. It represents a read-only context already present in