/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/Makefile.am

  • Committer: Tim Marston
  • Date: 2021-09-01 13:06:23 UTC
  • Revision ID: tim@ed.am-20210901130623-2yv2y02e3zwgd07y
fix newlines in resolve command

Show diffs side-by-side

added added

removed removed

1
1
# Makefile.am -- process this file with automake to produce Makefile.in
2
2
 
3
3
nobase_pkgpython_PYTHON = \
 
4
        command/add.py \
4
5
        command/command.py \
5
6
        command/diff.py \
6
7
        command/__init__.py \
7
8
        command/init.py \
8
9
        command/resolve.py \
9
10
        command/revert.py \
 
11
        command/stage_add.py \
 
12
        command/stage_commit.py \
10
13
        command/stage_revert.py \
 
14
        command/stage_status.py \
11
15
        command/status.py \
12
16
        command/update.py \
 
17
        config.py \
13
18
        deployment.py \
14
19
        file_matcher.py \
15
20
        __init__.py \
19
24
        util.py \
20
25
        vcs/__init__.py \
21
26
        vcs/vcs.py \
22
 
        vcs/bzr.py \
 
27
        vcs/brz.py \
23
28
        walker/conflict.py \
24
29
        walker/copy_base.py \
25
30
        walker/copy_in.py \