chiark / gitweb /
Some thoughts
[topbloke.git] / BUGS
1 merge alg needs to check for cyclic dependencies
2
3 wibblings:
4         what about strangeness in ancient history wrt merge alg
5         topgit import
6                topbloke {base,tip} is ff desc of topgit {base,tip}
7                 with metadata adjusted
8         need patch name in metadata
9         patch dep metadata syntax unsatisfactory: too twiddly
10         flags metadata unsatisfactory: wants to be valued properties
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