Merge lp://qastaging/~cmiller/desktopcouch/fix-rev_comment into lp://qastaging/desktopcouch

Proposed by Chad Miller
Status: Merged
Approved by: Chad Miller
Approved revision: not available
Merged at revision: not available
Proposed branch: lp://qastaging/~cmiller/desktopcouch/fix-rev_comment
Merge into: lp://qastaging/desktopcouch
Diff against target: 10 lines (+1/-1)
1 file modified
desktopcouch/records/record.py (+1/-1)
To merge this branch: bzr merge lp://qastaging/~cmiller/desktopcouch/fix-rev_comment
Reviewer Review Type Date Requested Status
Ubuntu One hackers Pending
Review via email: mp+15985@code.qastaging.launchpad.net

Commit message

Fix new, incorrect comment on Record.record_revision.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/records/record.py'
2--- desktopcouch/records/record.py 2009-12-10 15:19:55 +0000
3+++ desktopcouch/records/record.py 2009-12-10 20:44:14 +0000
4@@ -386,5 +386,5 @@
5
6 @property
7 def record_revision(self):
8- """Get the record type."""
9+ """Get the record revision."""
10 return self._data.get('_rev', None) # Retreive only; comes from DB.

Subscribers

People subscribed via source and target branches