##// END OF EJS Templates
tests: order the imports in test-fastannotate-hg.t...
Pulkit Goyal -
r39492:4babb55e default
parent child Browse files
Show More
@@ -439,7 +439,7 b' and (2) the extension to allow filelog m'
439 and its ancestor by overriding "repo._filecommit".
439 and its ancestor by overriding "repo._filecommit".
440
440
441 $ cat > ../legacyrepo.py <<EOF
441 $ cat > ../legacyrepo.py <<EOF
442 > from mercurial import node, error
442 > from mercurial import error, node
443 > def reposetup(ui, repo):
443 > def reposetup(ui, repo):
444 > class legacyrepo(repo.__class__):
444 > class legacyrepo(repo.__class__):
445 > def _filecommit(self, fctx, manifest1, manifest2,
445 > def _filecommit(self, fctx, manifest1, manifest2,
General Comments 0
You need to be logged in to leave comments. Login now