# HG changeset patch # User Matt Harbison # Date 1423273160 18000 # Node ID b5898bf7119afba8107c7794e64ad5c647351122 # Parent a2d869e22b5e14da6ef6f0d1aaa332e4ba149ede subrepo: annotate addremove with @annotatesubrepoerror diff -r a2d869e22b5e -r b5898bf7119a mercurial/subrepo.py --- a/mercurial/subrepo.py Tue Feb 17 19:59:26 2015 -0800 +++ b/mercurial/subrepo.py Fri Feb 06 20:39:20 2015 -0500 @@ -626,6 +626,7 @@ os.path.join(prefix, self._path), explicitonly, **opts) + @annotatesubrepoerror def addremove(self, m, prefix, opts, dry_run, similarity): # In the same way as sub directories are processed, once in a subrepo, # always entry any of its subrepos. Don't corrupt the options that will