Skip to content

Commit fe0b3bc

Browse files
author
Michel Samia
committed
p4: full length of commit message
1 parent be93b59 commit fe0b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vcs/backends/p4/repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_changesets(self, start=None, end=None, start_date=None,
113113
start_date=start_date.strftime(STR_FORMAT),
114114
end_date=end_date.strftime(STR_FORMAT))
115115

116-
result = self.repo.run(['changes', '-s', 'submitted', path_with_revspec])
116+
result = self.repo.run(['changes', '-l', '-s', 'submitted', path_with_revspec])
117117
result = [P4Changeset(cs) for cs in result]
118118

119119
return result

0 commit comments

Comments
 (0)