chiark / gitweb /
fix a few bugs in THEORY
[topbloke.git] / BUGS
1 wibblings:
2         topgit import
3                 topbloke {base,tip} is ff desc of topgit {base,tip}
4                  with metadata adjusted
5                 topbloke branch has all the deps of the topgit
6                  branch (topgit branches mapped into topbloke
7                  branches) plus the topgit branch itself named in
8                  flags
9                 reject topbloke imports of topgit branches which
10                  also contain topbloke metadata
11
12         "checkout" shouldn't do any updates but also want
13         "goto" or "push" or "pop" or something which does do updates
14                (at least, the relevant ones)
15
16         topbloke series file under .git records current leaf
17
18         create creates leaf and thus series ?
19         insert patch operation to create new patch under this one
20         append patch operation to create new patch above this one
21                which is inserted into all clients' deps
22
23 what about ops which update multiple refs - atomicity ?
24  think about this later but for now abstract away commit and
25  other ref update
26
27 also would like some kind of --ff-only update ?