##// END OF EJS Templates
dirstate: remove obsolete comment from setbranch...
Tim Henigan -
r18077:777084ac stable
parent child Browse files
Show More
@@ -260,7 +260,6 b' class dirstate(object):'
260 return copies
260 return copies
261
261
262 def setbranch(self, branch):
262 def setbranch(self, branch):
263 # no repo object here, just check for reserved names
264 self._branch = encoding.fromlocal(branch)
263 self._branch = encoding.fromlocal(branch)
265 f = self._opener('branch', 'w', atomictemp=True)
264 f = self._opener('branch', 'w', atomictemp=True)
266 try:
265 try:
General Comments 0
You need to be logged in to leave comments. Login now