mercurial/interfaces/repository.py
changeset 46508 f7b61ad3c64a
parent 46373 711ba0f1057e
child 46509 7a93b7b3dc2d
equal deleted inserted replaced
46507:9ee4e988e2be 46508:f7b61ad3c64a
   732         p2,
   732         p2,
   733         node=None,
   733         node=None,
   734         flags=0,
   734         flags=0,
   735         cachedelta=None,
   735         cachedelta=None,
   736     ):
   736     ):
   737         """Add a new revision to the store.
   737         """Add a new revision to the store and return its number.
   738 
   738 
   739         This is similar to ``add()`` except it operates at a lower level.
   739         This is similar to ``add()`` except it operates at a lower level.
   740 
   740 
   741         The data passed in already contains a metadata header, if any.
   741         The data passed in already contains a metadata header, if any.
   742 
   742