2009/5/21 Paweł Hajdan Jr. <[email protected]>: > What do you think about another solution: add command git cl branch, which > would remember from which branch did you branch off. Then it can check > whether that branch is still associated with review issue (and still > exists). This solution has its own fragility, i.e. you can later create a > branch with same name.
I really ought to give topgit another try -- it was made to do this sort of thing. http://repo.or.cz/w/topgit.git?a=blob;f=README >From their examples: $ tg create t/gitweb/pathinfo-action tg: Automatically marking dependency on master tg: Creating t/gitweb/pathinfo-action base from master... $ ..hack.. $ git commit $ tg create t/gitweb/nifty-links tg: Automatically marking dependency on t/gitweb/pathinfo-action It always felt a bit complicated to me though. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
