equal
deleted
inserted
replaced
1572 |
1572 |
1573 r.append(l) |
1573 r.append(l) |
1574 |
1574 |
1575 return r |
1575 return r |
1576 |
1576 |
1577 def pull(self, remote, heads=None, force=False, **kwargs): |
|
1578 return exchange.pull(self, remote, heads, force, **kwargs).cgresult |
|
1579 |
|
1580 def checkpush(self, pushop): |
1577 def checkpush(self, pushop): |
1581 """Extensions can override this function if additional checks have |
1578 """Extensions can override this function if additional checks have |
1582 to be performed before pushing, or call it if they override push |
1579 to be performed before pushing, or call it if they override push |
1583 command. |
1580 command. |
1584 """ |
1581 """ |