326
326
# Set the branch nick explicitly. This will ensure there's a branch
327
327
# config file in the branch.
328
328
branch.nick = "Aaron's branch"
330
329
if not isinstance(branch, remote.RemoteBranch):
333
331
# Because the nick has been set explicitly, the nick is now always
334
332
# "Aaron's branch", regardless of directory name.
335
333
self.assertEqual(branch.nick, "Aaron's branch")