Webrev has a feature of exporting an HG changeset under certain circumstances. Clearly, an actual changeset in the repo is necessary for this to work. However, if the base changeset is specified with the -r option, a bare patch is produced instead of the actual exported changeset.
The fix is to set HG_LIST_FROM_COMMIT=1 in the processing of the -r option.
The fix is to set HG_LIST_FROM_COMMIT=1 in the processing of the -r option.
- relates to
-
CODETOOLS-7901115 webrev -N -r generates broken patch files
-
- Closed
-