##// END OF EJS Templates
commit: remove dead initialization of 'lock'...
Martin von Zweigbergk -
r22908:71570f31 default
parent child Browse files
Show More
@@ -1377,7 +1377,7 b' class localrepository(object):'
1377 Revision information is passed via the context argument.
1377 Revision information is passed via the context argument.
1378 """
1378 """
1379
1379
1380 tr = lock = None
1380 tr = None
1381 p1, p2 = ctx.p1(), ctx.p2()
1381 p1, p2 = ctx.p1(), ctx.p2()
1382 user = ctx.user()
1382 user = ctx.user()
1383
1383
General Comments 0
You need to be logged in to leave comments. Login now