##// END OF EJS Templates
pull: make the new argument a keyword argument...
marmoute -
r49113:aad84024 default
parent child Browse files
Show More
@@ -1378,7 +1378,6 b' class pulloperation(object):'
1378 1378 self,
1379 1379 repo,
1380 1380 remote,
1381 path,
1382 1381 heads=None,
1383 1382 force=False,
1384 1383 bookmarks=(),
@@ -1387,6 +1386,7 b' class pulloperation(object):'
1387 1386 includepats=None,
1388 1387 excludepats=None,
1389 1388 depth=None,
1389 path=None,
1390 1390 ):
1391 1391 # repo we pull into
1392 1392 self.repo = repo
General Comments 0
You need to be logged in to leave comments. Login now