192
192
>>> b.add('.bzrignore')
193
193
>>> list(b.unknowns())
194
194
['doc/configure']
196
Detection of missing files and directories:
195
>>> b.commit("commit 1")
196
>>> list(b.unknowns())
198
>>> b.add("doc/configure")
199
>>> b.commit("commit more")