Changeset 1302 in tailor for vcpx/repository/monotone.py
- Timestamp:
- 12/12/06 06:30:20 (6 years ago)
- Hash name:
- 20061212053020-8115f-273363665fc6719aa7b769b7b54a4e7900c1b252
- File:
-
- 1 edited
-
vcpx/repository/monotone.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/monotone.py
r1296 r1302 744 744 Add a whole subtree (recursively) 745 745 """ 746 cmd = self.repository.command("add" )746 cmd = self.repository.command("add", "--recursive") 747 747 add = ExternalCommand(cwd=self.repository.basedir, command=cmd) 748 748 add.execute(subdir, stdout=PIPE, stderr=PIPE)
Note: See TracChangeset
for help on using the changeset viewer.
