What steps will reproduce the problem?
1. Try to upload a changeset from a hg repository with --rev option, for
example "upload.py --rev 318:319" to upload changes introduced in revision
319.
2.
3.
What is the expected output? What do you see instead?
upload.py should upload the changes, instead it fails with "Got error
status from ['hg', 'cat', '-r', '316:317', 'codereview/engine.py']"
The problem is that the revision option isn't handled correctly when
uploading base files. The "-r" option when calling "hg cat" shouldn't be
the revision range, but the base revision, 316 in that case.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by albrecht.andi on 28 Jun 2009 at 7:18
Original issue reported on code.google.com by
albrecht.andi
on 28 Jun 2009 at 7:18