dirstate: remove obsolete comment from setbranch

This comment should have been removed in 9d5893d31db9, when the call
to scmutil.checknewlabel was removed.
This commit is contained in:
Tim Henigan 2012-11-29 08:44:54 -05:00
parent 26e04e85c9
commit 31b2db1033

View File

@ -260,7 +260,6 @@ class dirstate(object):
return copies
def setbranch(self, branch):
# no repo object here, just check for reserved names
self._branch = encoding.fromlocal(branch)
f = self._opener('branch', 'w', atomictemp=True)
try: