Re: Re: request for comments on partial commits
"Andy Tai" <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
Paul, thank you very much for providing this information. I would definitely be interested in your work. To help me figuring out the changes specific for partial commit, it would be great if you can point out the patch numbers and/or the files relevant to this in the source code of bazaar. Thanks! Andy On 2/27/06, Paul LeoNerd Evans <[email protected]> wrote: > > As the implementor of new partial commit/undo/changeset code in Bazaar, > I'd like to bring it to attention at this point. > > The original code in TLA was a very special case of either full commit, > or of partial commit provided the only modifications anywhere in the > tree were file contents. > > The new code now implemented in Bazaar allows any partial commit of > outstanding changes, where no changes to directories (i.e. > add/delete/rename directories) are present, and no changes of metadata > files (like {arch}/=tagging-method). > > Paul "LeoNerd" Evans >