/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Makefile.am -- process this file with automake to produce Makefile.in

nobase_pkgpython_PYTHON = \
	command/add.py \
	command/command.py \
	command/diff.py \
	command/__init__.py \
	command/init.py \
	command/resolve.py \
	command/revert.py \
	command/stage_add.py \
	command/stage_commit.py \
	command/stage_revert.py \
	command/stage_status.py \
	command/status.py \
	command/update.py \
	config.py \
	deployment.py \
	file_matcher.py \
	__init__.py \
	program.py \
	repo.py \
	the.py \
	util.py \
	vcs/__init__.py \
	vcs/vcs.py \
	vcs/bzr.py \
	walker/conflict.py \
	walker/copy_base.py \
	walker/copy_in.py \
	walker/copy_out.py \
	walker/__init__.py \
	walker/status.py \
	walker/walker.py