##// END OF EJS Templates
exchange: fix docs for pulloperation...
Siddharth Agarwal -
r20596:004a1744 default
parent child Browse files
Show More
@@ -378,14 +378,14 b' class pulloperation(object):'
378 378
379 379 It purpose is to carry push related state and very common operation.
380 380
381 A new should be created at the begining of each push and discarded
381 A new should be created at the begining of each pull and discarded
382 382 afterward.
383 383 """
384 384
385 385 def __init__(self, repo, remote, heads=None, force=False):
386 # repo we pull from
386 # repo we pull into
387 387 self.repo = repo
388 # repo we pull to
388 # repo we pull from
389 389 self.remote = remote
390 390 # revision we try to pull (None is "all")
391 391 self.heads = heads
General Comments 0
You need to be logged in to leave comments. Login now