##// END OF EJS Templates
spelling: synchronize
timeless@mozdev.org -
r17521:6a78548e default
parent child Browse files
Show More
@@ -1905,7 +1905,7 b' class localrepository(object):'
1905 ret = remote.addchangegroup(cg, 'push', self.url())
1905 ret = remote.addchangegroup(cg, 'push', self.url())
1906
1906
1907 if ret:
1907 if ret:
1908 # push succeed, synchonize target of the push
1908 # push succeed, synchronize target of the push
1909 cheads = outgoing.missingheads
1909 cheads = outgoing.missingheads
1910 elif revs is None:
1910 elif revs is None:
1911 # All out push fails. synchronize all common
1911 # All out push fails. synchronize all common
General Comments 0
You need to be logged in to leave comments. Login now