~cafg10/bazaarsharp/trunk

« back to all changes in this revision

Viewing changes to BzrSharp/Commands/Add.cs

  • Committer: Carlos Flores
  • Date: 2010-06-06 19:07:30 UTC
  • Revision ID: cafg10@gmail.com-20100606190730-bovboh9wk4tsxhb8
Changes to move and add commands to correctly handle the new URI arguments system

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// You should have received a copy of the GNU Lesser General Public License
15
15
// along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
 
17
using System;
17
18
using System.Collections.Generic;
18
19
using System.IO;
19
 
using System;
20
20
 
21
21
namespace Bazaar.Commands
22
22
{