/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-07-05 21:01:29 UTC
  • Revision ID: tim@ed.am-20210705210129-gc746mez1vhzobz7
add stage-status command; add common stage notice to helps

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
 
pkgpython_PYTHON = \
 
3
nobase_pkgpython_PYTHON = \
 
4
        command/add.py \
 
5
        command/command.py \
 
6
        command/diff.py \
 
7
        command/__init__.py \
 
8
        command/init.py \
 
9
        command/resolve.py \
 
10
        command/revert.py \
 
11
        command/stage_add.py \
 
12
        command/stage_commit.py \
 
13
        command/stage_revert.py \
 
14
        command/stage_status.py \
 
15
        command/status.py \
 
16
        command/update.py \
 
17
        config.py \
 
18
        deployment.py \
 
19
        file_matcher.py \
4
20
        __init__.py \
5
 
        the.py \
6
21
        program.py \
7
22
        repo.py \
8
 
        deployment.py \
9
 
        command_init.py
 
23
        the.py \
 
24
        util.py \
 
25
        vcs/__init__.py \
 
26
        vcs/vcs.py \
 
27
        vcs/bzr.py \
 
28
        walker/conflict.py \
 
29
        walker/copy_base.py \
 
30
        walker/copy_in.py \
 
31
        walker/copy_out.py \
 
32
        walker/__init__.py \
 
33
        walker/status.py \
 
34
        walker/walker.py