Change location of date format comment solo-extension
authorChristian Ebert <blacktrash@gmx.net>
Fri, 29 Dec 2006 13:02:29 +0100
branchsolo-extension
changeset 53 b0db8ec7ac78
parent 52 7783eb22de30
child 54 ac67adabce13
Change location of date format comment
hgkw/keyword.py
--- a/hgkw/keyword.py	Fri Dec 29 12:58:06 2006 +0100
+++ b/hgkw/keyword.py	Fri Dec 29 13:02:29 2006 +0100
@@ -53,9 +53,9 @@
     RCSFile = os.path.basename(f)+',v'
     Source = os.path.join(repo.root, f)+',v'
     Date = util.datestr(date=date)
-    revdateauth = '%s %s %s' % (Revision,       # %Y-%m-%d %H:%M:%S
+    revdateauth = '%s %s %s' % (Revision,
             util.datestr(date=date, format=util.defaultdateformats[0]),
-            util.shortuser(Author))
+            util.shortuser(Author))             # %Y-%m-%d %H:%M:%S
     Header = '%s %s' % (Source, revdateauth)
     Id = '%s %s' % (RCSFile, revdateauth)