X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke.git;a=blobdiff_plain;f=BUGS;h=ec692dd0425ff92e6ea9e110bb09f57c43bdad1e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=HEAD;hpb=f46e6d667ede41cc57cf55cff505b91835d47da9 diff --git a/BUGS b/BUGS index e69de29..ec692dd 100644 --- a/BUGS +++ b/BUGS @@ -0,0 +1,27 @@ +wibblings: + topgit import + topbloke {base,tip} is ff desc of topgit {base,tip} + with metadata adjusted + topbloke branch has all the deps of the topgit + branch (topgit branches mapped into topbloke + branches) plus the topgit branch itself named in + flags + reject topbloke imports of topgit branches which + also contain topbloke metadata + + "checkout" shouldn't do any updates but also want + "goto" or "push" or "pop" or something which does do updates + (at least, the relevant ones) + + topbloke series file under .git records current leaf + + create creates leaf and thus series ? + insert patch operation to create new patch under this one + append patch operation to create new patch above this one + which is inserted into all clients' deps + +what about ops which update multiple refs - atomicity ? + think about this later but for now abstract away commit and + other ref update + +also would like some kind of --ff-only update ?