Add support for 'rbt patch -c' for Mercurial repositories
Review Request #6090 — Created July 9, 2014 and submitted
Information | |
---|---|
bcran | |
RBTools | |
release-0.6.x | |
Reviewers | |
rbtools | |
Implement create_commit() in mercurial.py to support committing using information from the review request.
Posted a patch to Review Board, popped it off the queue, ran 'rbt patch -c <review_id>' and verified that the changeset was correctly committed.
Testing Done: |
|
---|
-
-
-
rbtools/clients/mercurial.py (Diff revision 1) Since
files
is an empty list, all of this can be replaced with justexecute(hg_command + files)
-
Change Summary:
Changed help text to 'Git/Mercurial', added docstrings to create_commit() in git.py and mercurial.py, and simplified hg_command code.
Diff: |
Revision 2 (+18 -1) |
---|