##// END OF EJS Templates
push: reunite comment with the line of code it describes
Kevin Bullock -
r18044:f3991bcf default
parent child Browse files
Show More
@@ -1885,8 +1885,8 b' class localrepository(object):'
1885
1885
1886 if not remote.canpush():
1886 if not remote.canpush():
1887 raise util.Abort(_("destination does not support push"))
1887 raise util.Abort(_("destination does not support push"))
1888 unfi = self.unfiltered()
1888 # get local lock as we might write phase data
1889 # get local lock as we might write phase data
1889 unfi = self.unfiltered()
1890 locallock = self.lock()
1890 locallock = self.lock()
1891 try:
1891 try:
1892 self.checkpush(force, revs)
1892 self.checkpush(force, revs)
General Comments 0
You need to be logged in to leave comments. Login now