##// 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 self,
1378 self,
1379 repo,
1379 repo,
1380 remote,
1380 remote,
1381 path,
1382 heads=None,
1381 heads=None,
1383 force=False,
1382 force=False,
1384 bookmarks=(),
1383 bookmarks=(),
@@ -1387,6 +1386,7 b' class pulloperation(object):'
1387 includepats=None,
1386 includepats=None,
1388 excludepats=None,
1387 excludepats=None,
1389 depth=None,
1388 depth=None,
1389 path=None,
1390 ):
1390 ):
1391 # repo we pull into
1391 # repo we pull into
1392 self.repo = repo
1392 self.repo = repo
General Comments 0
You need to be logged in to leave comments. Login now