Changeset 1302 in tailor for vcpx/repository/monotone.py


Ignore:
Timestamp:
12/12/06 06:30:20 (6 years ago)
Author:
elb@…
Hash name:
20061212053020-8115f-273363665fc6719aa7b769b7b54a4e7900c1b252
Message:

Monotone add is no longer recursive by default (as of 2006-11-02).
Use add --recursive when adding subtrees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/monotone.py

    r1296 r1302  
    744744        Add a whole subtree (recursively) 
    745745        """ 
    746         cmd = self.repository.command("add") 
     746        cmd = self.repository.command("add", "--recursive") 
    747747        add = ExternalCommand(cwd=self.repository.basedir, command=cmd) 
    748748        add.execute(subdir, stdout=PIPE, stderr=PIPE) 
Note: See TracChangeset for help on using the changeset viewer.