ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/FileSystem.cpp
(Generate patch)

Comparing GoogleTron/FileSystem.cpp (file contents):
Revision 700 by douglas, 2006-03-12T19:56:59-08:00 vs.
Revision 701 by douglas, 2006-03-13T03:54:44-08:00

# Line 12 | Line 12 | FileSystem::FileSystem(const cse::String
12   {
13          api::Cout << _B("File System") << ios::NewLine;
14  
15 <        _synchronized (queueLock)
16 <                queue.Push(Url(_S<ios::String>() << base << _B("make.sh"), client.GetEntryCommittedDate(_B("make.sh"))));
17 <
18 <        api::Cout << client.GetProperty(_B("svn:keywords"), _B("make.sh")) << ios::NewLine;
15 >        _foreach (const _L<Subversion::Entry>, entry, client.GetEntries(*command))
16 >                api::Cout << cse::String(*entry) << ios::NewLine;
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines