mercurial/localrepo.py
changeset 5235 8ede77c2d008
parent 5211 bddb4ff134c0
child 5241 5517aa5aafb0
child 5242 466323968b23
equal deleted inserted replaced
5233:9d7052f17d77 5235:8ede77c2d008
  1310         if not lock:
  1310         if not lock:
  1311             lock = self.lock()
  1311             lock = self.lock()
  1312             mylock = True
  1312             mylock = True
  1313 
  1313 
  1314         try:
  1314         try:
  1315             fetch = self.findincoming(remote, force=force)
  1315             fetch = self.findincoming(remote, heads=heads, force=force)
  1316             if fetch == [nullid]:
  1316             if fetch == [nullid]:
  1317                 self.ui.status(_("requesting all changes\n"))
  1317                 self.ui.status(_("requesting all changes\n"))
  1318 
  1318 
  1319             if not fetch:
  1319             if not fetch:
  1320                 self.ui.status(_("no changes found\n"))
  1320                 self.ui.status(_("no changes found\n"))