~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to fai/DEVELNOTES

  • Committer: Robert Collins
  • Date: 2005-09-14 11:27:20 UTC
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050914112720-c66a21de86eafa6e
trim fai cribbage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Development notes
2
 
 
3
 
Commit [--seal]
4
 
You have made no changes to this directory.  Do you wish to commit? [y/N]
5
 
This tree is out-of date.  Do you wish to stop, update, or continue? [s/U/c]
6
 
This is a sealed version.  Are you sure you wish to commit? [Y/n]
7
 
You have not created a log of these changes.  Do it now? [Y/n]
8
 
Native mirror lookup for writethrough, automirror
9
 
Update your local mirror? [Y/n]
10
 
 
11
 
Tag [--seal]
12
 
Do you wish to create [category--] [branch--] [version] [Y/n]?
13
 
This version already has commits/imports are you sure [y/N]?
14
 
You have already tagged this revision into this version.  Do it again? [y/N]
15
 
Do you want to cacherev to keep this archive independent? [Y/n]
16
 
You have not created a log of this tag.  Do it now? [y/N]
17
 
Native mirror lookup for writethrough, automirror
18
 
Update your local mirror? [Y/n]
19
 
 
20
 
Get
21
 
This archive is not registered.  Please enter the URL (or lookup to look it up)
22
 
[lookup]
23
 
Create a local mirror of this archive [Y/n]
24
 
Registering with "http://yada.dada.com"
25
 
Hard-link to revision library? [y/N]
26
 
Do you want to retain this archive registration?[Y/n] 
27
 
 
28
 
 
29
 
Prompt
30
 
All native commands handled as Cmd.do_
31
 
(be sure to support tla mv, etc!)
32
 
aba commands handled through Cmd.default()
33
 
Unknown commands handed by system()
34
 
Try to hook completion up to options parser
35
 
 
36
 
Alias handling
37
 
Aliases processed by context (no leading character? what about aba cmds?)
38
 
Per-tree aliases should be supported
39
 
 
40
 
Abstraction of option defaulting
41
 
use get_defaults() or something to retrieve the default values in one set of
42
 
options, then overlay the other set (from user)
43
 
 
44
 
Incremental output
45
 
Several kinds of output returned by iterator:
46
 
 
47
 
tree-lint:
48
 
FileBadName(name)
49
 
FileNoID(name)
50
 
IDNoFile(name)
51
 
 
52
 
tree-inventory
53
 
Source
54
 
Precious
55
 
Junk
56
 
Backup
57
 
Unrecognized
58
 
 
59
 
diff output
60
 
file
61
 
-origname
62
 
-modname
63
 
   -hunk[]
64
 
     --startline
65
 
     --endline
66
 
        line[]
67
 
        Addition
68
 
        Subtraction
69
 
        Context
70
 
 
71
 
Recipe for logless changeset:
72
 
tla get REVISION foo
73
 
cd foo
74
 
replay --reverse REVISION
75
 
tla sync-tree REVISION
76
 
tla delta . REVISION ,,changeset
77
 
 
78
 
Recipe for log-only replay:
79
 
tla get REVISION foo
80
 
cd foo
81
 
replay --reverse REVISION
82
 
OLDREV
83
 
tla sync-tree REVISION
84
 
tla delta OLDREV . ,,changeset