Mercurial > hg
diff contrib/debugshell.py @ 24170:fbc4d550a6ab
repair: setup hookargs when processing bundle2s
addchangegroup() modifies its behavior based on the transaction source.
This is incorrect for bundle2 repair files, causing rebases to abort when this
option is enabled.
This diff specifies the source type in the way recommended by comments in
bundle2.py and adds a test to ensure that rebases with the experimental option
work successfully.
author | Eric Sumner <ericsumner@fb.com> |
---|---|
date | Fri, 20 Feb 2015 13:55:01 -0800 |
parents | 8b5c039f2b4f |
children | e4b512bb6386 |