/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 12:55:42 UTC
  • Revision ID: tim@ed.am-20210901125542-zbuzpswfo7mmm5br
fix broken use of self in @staticmethod

Show diffs side-by-side

added added

removed removed

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