[PATCH] hgk should parse dates in the diff output
Matt Mackall
mpm at selenic.com
Wed Jun 8 20:42:28 UTC 2005
On Wed, Jun 08, 2005 at 01:49:37PM -0400, Chris Mason wrote:
> On Wednesday 08 June 2005 13:16, Matt Mackall wrote:
>
> > Gitk works with my git repo.
> >
> > With hgk, I'm not seeing those garish diffs at all in the lower
> > left. I just see the changeset comments. And clicking on a file makes
> > it die.
>
> Fun, either we aren't running the same code or I'm missing something...
>
> Could you please:
>
> hgit rev-list -c > foo
> hgit diff-tree 4f8174389001197176091fbc9779696f8345c58d 5da941efbb527fa0695197d6c9af0a1ab3e4675c >> foo
> hgit diff-tree -p 4f8174389001197176091fbc9779696f8345c58d 5da941efbb527fa0695197d6c9af0a1ab3e4675c >> foo
This last command generated an exception, which made me realize that
hgit was finding a different commands.py than hg because they were
running from different directories.
After running python setup.py, it seems to be working.
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial
mailing list