/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 20:27:11 UTC
  • Revision ID: tim@ed.am-20210705202711-vklvsctrh5yhgjj7
added staging commands; updated command helps

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 \
15
14
        command/status.py \
16
15
        command/update.py \
17
16
        config.py \
24
23
        util.py \
25
24
        vcs/__init__.py \
26
25
        vcs/vcs.py \
27
 
        vcs/brz.py \
 
26
        vcs/bzr.py \
28
27
        walker/conflict.py \
29
28
        walker/copy_base.py \
30
29
        walker/copy_in.py \