Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
octobus
mercurial-devel
Commits
eac9c8efcd9b
Commit
21aab531
authored
Aug 20, 2005
by
mpm@selenic.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove call to non-existent date_parser
parent
bf375e93073b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
mercurial/hg.py
mercurial/hg.py
+1
-3
No files found.
mercurial/hg.py
View file @
eac9c8ef
...
...
@@ -280,9 +280,7 @@ class changelog(revlog):
def
add
(
self
,
manifest
,
list
,
desc
,
transaction
,
p1
=
None
,
p2
=
None
,
user
=
None
,
date
=
None
):
if
date
:
date
=
util
.
date_parser
(
date
)
else
:
if
not
date
:
if
time
.
daylight
:
offset
=
time
.
altzone
else
:
offset
=
time
.
timezone
date
=
"%d %d"
%
(
time
.
time
(),
offset
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment