Modify ↓
#11075 closed defect (fixed)
Git changesets with same revision should be a single event in timeline view
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | plugin/git | Version: | 1.0 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix duplicated same changesets between git repositories in timeline view. |
||
API Changes: | |||
Internal Changes: |
Description
Because GitRepository.get_changeset_uid
is not implemented…
-
tracopt/versioncontrol/git/git_fs.py
diff --git a/tracopt/versioncontrol/git/git_fs.py b/tracopt/versioncontrol/git/git_fs.py index 3802d7f..12b167e 100644
a b class GitRepository(Repository): 434 434 """GitChangeset factory method""" 435 435 return GitChangeset(self, rev) 436 436 437 def get_changeset_uid(self, rev): 438 return self.normalize_rev(rev) 439 437 440 def get_changes(self, old_path, old_rev, new_path, new_rev, 438 441 ignore_ancestry=0): 439 442 # TODO: handle renames/copies, ignore_ancestry
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 12 years ago
Milestone: | next-stable-1.0.x → 1.0.2 |
---|
comment:2 by , 12 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed in [11706-11707].
(…, you should assign it to yourself, so it shows up as "yellow" in the milestone progress bar)
Sure. Thanks.
comment:3 by , 12 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
Oops… sure. Please commit!
(and if there's a patch, a branch, or anything meaning the thing is already well in progress, you should assign it to yourself, so it shows up as "yellow" in the milestone progress bar)