mercurial/localrepo.py
changeset 44023 3216cabffd4a
parent 44014 8042856c90b6
child 44043 b958419b6c53
equal deleted inserted replaced
44022:c1ccefb513e4 44023:3216cabffd4a
  2843         text=b"",
  2843         text=b"",
  2844         user=None,
  2844         user=None,
  2845         date=None,
  2845         date=None,
  2846         match=None,
  2846         match=None,
  2847         force=False,
  2847         force=False,
  2848         editor=False,
  2848         editor=None,
  2849         extra=None,
  2849         extra=None,
  2850     ):
  2850     ):
  2851         """Add a new revision to current repository.
  2851         """Add a new revision to current repository.
  2852 
  2852 
  2853         Revision information is gathered from the working directory,
  2853         Revision information is gathered from the working directory,