mercurial/interfaces/dirstate.py
changeset 51273 79cd29d598af
parent 50256 a6e0b7d4ae9d
equal deleted inserted replaced
51272:c4cbb515b006 51273:79cd29d598af
   121         returned by the call.
   121         returned by the call.
   122 
   122 
   123         See localrepo.setparents()
   123         See localrepo.setparents()
   124         """
   124         """
   125 
   125 
   126     def setbranch(branch, transaction=None):
   126     def setbranch(branch, transaction):
   127         pass
   127         pass
   128 
   128 
   129     def invalidate():
   129     def invalidate():
   130         """Causes the next access to reread the dirstate.
   130         """Causes the next access to reread the dirstate.
   131 
   131