Modify ↓
Opened 10 years ago
Closed 9 years ago
#12051 closed defect (fixed)
Generalized diffs for Mercurial repositories
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | plugin - mercurial |
Component: | plugin/mercurial | Version: | 1.0-stable |
Severity: | normal | Keywords: | diff |
Cc: | Branch: | ||
Release Notes: |
Fix not working diff view between changesets on Mercurial repository. |
||
API Changes: | |||
Internal Changes: |
Description
Generalized diffs for Mercurial repositories don't seem to be implemented.
Attachments (0)
Change History (4)
comment:1 by , 10 years ago
Keywords: | diff added |
---|---|
Type: | enhancement → defect |
comment:2 by , 10 years ago
That issue is introduced in [5003d9004d1c/mercurial-plugin]. Also, mercurial-plugin@0.12 doesn't have it.
comment:3 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Version: | → 1.0-stable |
I'll apply the patch in comment:1 after I confirm fixing it again.
comment:4 by , 9 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in [7be798c48b82/mercurial-plugin].
Note:
See TracTickets
for help on using tickets.
It seems that
MercurialRepository.get_changes()
is broken. The following patch would probably fix it.tracext/hg/backend.py
self.to_s(new_path)self.to_s(old_path)Currently, mercurial-plugin has no unit tests. We should add unit tests.