You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. create a mercurial repository with filenames containing spaces
2. run mercurial-gource.py
What is the expected output? What do you see instead?
Expected an entry for each filename, got an entry for each space-separated
filename component.
What version of the product are you using? On what operating system?
mercurial-gource 1.0, on win32
Please provide any additional information below.
I rewrote/refactored the script using Mercurial styles, which are one step
up from templates, and can format files individually. Actually, a style
file would be sufficient if not for a date format mismatch.
http://bitbucket.org/JustinLove/stylish-mercurial-gource/
Original issue reported on code.google.com by sepiaton...@gmail.com on 5 Dec 2009 at 3:20
The text was updated successfully, but these errors were encountered:
Cool.
Since from the look of it Mercurial has similar-or-better quality log support
to Git,
I think I might add some proper integration for it.
Gource can work out it been given a Mercurial directory, and invoke hg log with
your
gource.style and I'll make it accept timestamps with sub second precision.
Original comment by acaudw...@gmail.com on 6 Dec 2009 at 10:23
Awesome, thanks.
One small problem though: the default log command comes out in reverse order,
and
then gource processes it in file order. You should pass -r 0:tip to put it in
forward order. Did I miss a way to pass arguments through to the log command?
Original comment by sepiaton...@gmail.com on 12 Dec 2009 at 2:59
Original issue reported on code.google.com by
sepiaton...@gmail.com
on 5 Dec 2009 at 3:20The text was updated successfully, but these errors were encountered: