# # # rename "LICENSE" # to "COPYING" # # patch "Monotone/AutomateStdio.pm" # from [a0a2f71fc2ad1d1802e6d45f47a5738e95db8cfb] # to [ff026bb9fa40bc78faa3d847244061e13ae38423] # # patch "Monotone/AutomateStdio.pod" # from [bae534ed758919e0fe144dcedc56053f3eab4b80] # to [c01d7e34334d4b47e6a27fd63bff19d6bc07208d] # ============================================================ --- Monotone/AutomateStdio.pm a0a2f71fc2ad1d1802e6d45f47a5738e95db8cfb +++ Monotone/AutomateStdio.pm ff026bb9fa40bc78faa3d847244061e13ae38423 @@ -1239,9 +1239,9 @@ sub get_revision($\$$) $$ref[$j ++] = {type => "new_manifest", manifest_id => $id}; } - elsif ($lines[$i] =~ m/^ *old_revision \[[^\]]+\]$/o) + elsif ($lines[$i] =~ m/^ *old_revision \[[^\]]*\]$/o) { - ($id) = ($lines[$i] =~ m/^ *old_revision \[([^\]]+)\]$/o); + ($id) = ($lines[$i] =~ m/^ *old_revision \[([^\]]*)\]$/o); $$ref[$j ++] = {type => "old_revision", revision_id => $id}; } ============================================================ --- Monotone/AutomateStdio.pod bae534ed758919e0fe144dcedc56053f3eab4b80 +++ Monotone/AutomateStdio.pod c01d7e34334d4b47e6a27fd63bff19d6bc07208d @@ -285,7 +285,7 @@ type of entry: manifest_id - The id of the revision's new manifest. old_revision: - old_revision - The id of the parent revision. + revision_id - The id of the parent revision. patch: name - The name of the file that was changed. @@ -448,7 +448,7 @@ that will totally divorce you from the a dramatically, it will probably not be possible to protect Perl applications from those changes. This library is a convenience wrapper rather than something that will totally divorce you from the automate stdio interface. Also the -changes are you will want the new type of output anyway. +chances are you will want the new type of output anyway. =head1 SEE ALSO