163
163
self.build_tree(['filename'])
164
164
t.add('filename', 'funky-chars<>%&;"\'')
165
165
t.commit('commit filename')
168
168
def test_push_dash_d(self):
169
169
t = self.make_branch_and_tree('from')
170
170
t.commit(allow_pointless=True,
173
173
self.failUnlessExists('to-one')
175
175
% tuple(map(urlutils.local_path_to_url, ['from', 'to-two'])))
176
176
self.failUnlessExists('to-two')