Mercurial > hg
comparison tests/generate-working-copy-states.py @ 51700:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 493034cc3265 |
children | ca7bde5dbafb |
comparison
equal
deleted
inserted
replaced
51699:bd1483fd7088 | 51700:7f0cb9ee0534 |
---|---|
30 # $ rm *_*_missing-* | 30 # $ rm *_*_missing-* |
31 | 31 |
32 | 32 |
33 import os | 33 import os |
34 import sys | 34 import sys |
35 | |
36 | 35 |
37 # Generates pairs of (filename, contents), where 'contents' is a list | 36 # Generates pairs of (filename, contents), where 'contents' is a list |
38 # describing the file's content at each revision (or in the working copy). | 37 # describing the file's content at each revision (or in the working copy). |
39 # At each revision, it is either None or the file's actual content. When not | 38 # At each revision, it is either None or the file's actual content. When not |
40 # None, it may be either new content or the same content as an earlier | 39 # None, it may be either new content or the same content as an earlier |