# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1465938523 -7200 # Node ID 7dc5c4368837bf58dbc8f5504579eb839a215188 # Parent cbc48ed3b56cd111e6add0cf980c143fb49f5e77 test_util: retain parent branch in commitchanges() diff --git a/tests/test_util.py b/tests/test_util.py --- a/tests/test_util.py +++ b/tests/test_util.py @@ -702,7 +702,8 @@ class TestBase(unittest.TestCase): changed + removed, filectxfn, 'an_author', - '2008-10-07 20:59:48 -0500') + '2008-10-07 20:59:48 -0500', + {'branch': parentctx.branch()}) nodeid = repo.commitctx(ctx) repo = self.repo hg.clean(repo, nodeid)