mercurial/interfaces/dirstate.py
changeset 50256 a6e0b7d4ae9d
parent 50208 3f3fca243dca
child 51273 79cd29d598af
equal deleted inserted replaced
50255:fa04407bda7a 50256:a6e0b7d4ae9d
   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):
   126     def setbranch(branch, transaction=None):
   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