Lele Gaifax schrieb:
Henry Nestler writes:

    Henry> Single patches, sorted by 'series':
    Henry> http://www.henrynestler.com/tailor/patches-breakout/

Thank you Henry, I applied the monotone patches, see
http://progetti.arstecnica.it/tailor/timeline

I stopped on the svn ones, for two reasons:
a) lunch time :-]
b) the first one introduces a "commit-all-files" option, that seems a
   bit misleading to me, and I'd prefer another name
   (commit-by-file-name?) What do you think?

No problem.
But revert the true/false and lets svn do it without filenames as default.

More - better would be to remove the '.' from command line. I'm not clear with tailors execute would work with empty entries?

For example, this:
    if not entries or not self.repository.commit-by-file-name:
        entries = []

or a more redable this:
    if not self.repository.commit-by-file-name:
        entries = []
    elif not entries:
        entries = ['.']
--
Henry
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to