/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

8
8
        command/init.py \
9
9
        command/resolve.py \
10
10
        command/revert.py \
 
11
        command/stage_add.py \
 
12
        command/stage_commit.py \
11
13
        command/stage_revert.py \
 
14
        command/stage_status.py \
12
15
        command/status.py \
13
16
        command/update.py \
14
17
        config.py \
21
24
        util.py \
22
25
        vcs/__init__.py \
23
26
        vcs/vcs.py \
24
 
        vcs/bzr.py \
 
27
        vcs/brz.py \
25
28
        walker/conflict.py \
26
29
        walker/copy_base.py \
27
30
        walker/copy_in.py \