Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Created August 21, 2012 10:35
Show Gist options
  • Save cointoss1973/3414349 to your computer and use it in GitHub Desktop.
Save cointoss1973/3414349 to your computer and use it in GitHub Desktop.
TortoiseHg 2.4.3 で リビジョンの除外(strip)すると下記エラー。hgコマンドでは問題ない。
{{{
#!python
** Mercurial version (2.3). TortoiseHg version (2.4.3)
** Command:
** CWD: C:\windows\system32
** Encoding: cp932
** Extensions loaded: graphlog, mq, rebase, purge, win32mbcs, convert, record, hgsubversion, info, transplant
** Python version: 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
** Windows version: sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1')
** Processor architecture: x86
** Qt-4.8.0 PyQt-4.9.1
Traceback (most recent call last):
File "tortoisehg\hgqt\repowidget.pyo", line 1786, in stripRevision
File "tortoisehg\hgqt\thgstrip.pyo", line 139, in __init__
File "tortoisehg\hgqt\thgstrip.pyo", line 172, in preview
File "tortoisehg\hgqt\thgstrip.pyo", line 164, in updatecslist
File "mercurial\revlog.pyo", line 370, in descendants
TypeError: 'int' object is not iterable
}}}
@cointoss1973
Copy link
Author

単純に TortoiseHg 上で strip するだけでエラーとなりますね。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment