Comments
Patch
@@ -23,6 +23,14 @@
$ echo a > a
$ hg ci -Am adda
adding a
+ $ hg commit --config ui.allowemptycommit=True -m 'empty'
+ $ hg debugrevlog -c -d
+ # rev p1rev p2rev start end deltastart base p1 p2 rawsize totalsize compression heads chainlen
+ 0 -1 -1 0 58 0 0 0 0 57 57 0 1 0
+ 1 0 -1 58 87 0 0 0 0 56 113 1 1 1
+ $ hg rollback
+ repository tip rolled back to revision 0 (undo commit)
+ working directory now based on revision 0
$ hg debugrevlog -m
format : 1
flags : inline, generaldelta