Actions
Patch #983
closedGet proper file action on revision on Mercurial
Start date:
2008-04-03
Due date:
% Done:
0%
Estimated time:
Description
The patch is to allow getting proper Add/Modify/Delete action for Mercurial.
Current implementation just set it to 'X'.
The patch use call to hg status to get the information.
Files
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Target version set to 0.7
Committed in r1332. Thanks.
I made a small change to fix changes for revision 0 since hg status --rev -1:0
won't list changes for revision 0.
Actions