Modify ↓
Opened 15 years ago
Closed 15 years ago
#528 closed defect (fixed)
use revision hash instead of a number for hg/mercurial
Reported by: | hippo | Owned by: | osimons |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | Recipe commands | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
Trac Mercurial? plugin uses mixed revision names for mercurial changesets, like 1234:b89ce2e9eed5. It is usually better to reference revisions as b89ce2e9eed5 than 1234 because the revision number can be different across repositories while the revision hash can't.
Attachments (1)
Change History (4)
Changed 15 years ago by hippo
comment:1 Changed 15 years ago by hippo
Also, a similar fix should be applied after adding "clone" command (ticket #501).
comment:3 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Committed in [809]. Thanks!
Note: See
TracTickets for help on using
tickets.
proposed fix