[PATCH hglib] client: add summary command

Matt Mackall mpm at selenic.com
Thu Aug 18 17:06:50 CDT 2011


On Thu, 2011-08-18 at 16:23 +0300, Idan Kamara wrote:
> # HG changeset patch
> # User Idan Kamara <idankk86 at gmail.com>
> # Date 1313673823 -10800
> # Node ID c52383a550fbf0ab08224ae07723d56bf57d76d7
> # Parent  bd7dfd94b0d9be7dca312c354b56d2026a5f1e28
> client: add summary command

I'm getting the following test failure:

======================================================================
FAIL: test_remote (tests.test-summary.test_summary)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mpm/hglib/tests/test-summary.py", line 78, in test_remote
    self.assertEquals(other.summary(remote=True), d)
AssertionError: {'remote': (1, 1, 0, 1), 'parent': [(0, '49e1e9e20a4c',
'tip', 'first')], 'update': 0, 'branch': 'default', 'commit': True,
'bookmarks': '*bmother'} != {'commit': True, 'remote': (1, 1, 0, 1),
'branch': 'default', 'parent': [(0, '49e1e9e20a4c', 'tip bmother',
'first')], 'update': 0}



-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list