Merge "Don't include path in /drafts list"

This commit is contained in:
Shawn O. Pearce
2012-11-26 22:56:35 -08:00
committed by Gerrit Code Review

View File

@@ -56,6 +56,7 @@ class ListDrafts implements RestReadView<RevisionResource> {
list = Lists.newArrayList();
out.put(o.path, list);
}
o.path = null;
list.add(o);
}
for (List<Comment> list : out.values()) {