134
134
"""Commit working copy as a new revision.
143
136
timestamp -- if not None, seconds-since-epoch for a
144
137
postdated/predated commit.
151
142
Useful for test or import commands that need to tightly
152
143
control what revisions are assigned. If you duplicate
153
144
a revision id that exists elsewhere it is your own fault.
154
145
If null (default), a time/random revision id is generated.