The calculation for the email to use is suboptimal, isn't it? Just
above, there's
if not name:
name = AUTHOR
so isn't it logical to use name in the calculation of email (if it's
not set)?
New patches:
[git email should use name
[EMAIL PROTECTED] {
hunk ./vcpx/repository/git/target.py 69
- email = "[EMAIL PROTECTED]" % (AUTHOR, HOST)
+ email = "[EMAIL PROTECTED]" % (name, HOST)
}
Context:
[Removed trailing space from the assert, since we just did a .rstrip()
[EMAIL PROTECTED]
[Remove microseconds from the timestamp, at monotone commit time
[EMAIL PROTECTED]
[bzrlib-pull-result-object
Wouter van Heyst <[EMAIL PROTECTED]>**20070428151313]
[python2.5-unittest-api-fix
Wouter van Heyst <[EMAIL PROTECTED]>**20070428150020]
[bazaar-ng-renaming
Wouter van Heyst <[EMAIL PROTECTED]>**20070428143747
What was formerly know as Bazaar-NG is no longer the next generation, but the current one.
See http://bazaar-vcs.org/Baz1x and http://bazaar-vcs.org/Branding.
]
[Create the pre-revprop-change hook only when svn repository is local
[EMAIL PROTECTED]
[Typo
[EMAIL PROTECTED]
[TAG Version 0.9.28
[EMAIL PROTECTED]
Patch bundle hash:
dcf4e3fe182f13d75f3229729140a715acb3d1cc
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor