equal
deleted
inserted
replaced
1842 commoninc=commoninc, force=force) |
1842 commoninc=commoninc, force=force) |
1843 |
1843 |
1844 |
1844 |
1845 if not outgoing.missing: |
1845 if not outgoing.missing: |
1846 # nothing to push |
1846 # nothing to push |
1847 scmutil.nochangesfound(self.ui, outgoing.excluded) |
1847 scmutil.nochangesfound(self.ui, self, outgoing.excluded) |
1848 ret = None |
1848 ret = None |
1849 else: |
1849 else: |
1850 # something to push |
1850 # something to push |
1851 if not force: |
1851 if not force: |
1852 # if self.obsstore == False --> no obsolete |
1852 # if self.obsstore == False --> no obsolete |