# # patch "ChangeLog" # from [be36e93d9b9f9f73dc62d520c375b34e132ef19d] # to [674c48de176e04f74f97dade6a74d43ba78139a6] # # patch "Makefile.am" # from [48a6f9094633398ae0542cc1baaa29256b296d08] # to [74679dfa02c5874a5db690a4fdacdf378cf7ec19] # # patch "configure.in" # from [deadf54a88a97d8fd3b7934739b3f84d5e8897b4] # to [be5ec843f97066dcb95e79a09e4505a1a74fb473] # ======================================================================== --- ChangeLog be36e93d9b9f9f73dc62d520c375b34e132ef19d +++ ChangeLog 674c48de176e04f74f97dade6a74d43ba78139a6 @@ -1,9 +1,12 @@ #!/bin/sh # Usage: ChangeLog [] # print the most recent commit log entries # If is not given, it defaults to 15 # This script must be run from the root of a monotone working copy. +# If you got this in a tarball, the real change log will be in ChangeLog.txt +# This is the script used to generate it. + # If you came here wanting to write a log of your changes, put them in # the commit message instead (MT/log if you want to record them prior # to commit) ======================================================================== --- Makefile.am 48a6f9094633398ae0542cc1baaa29256b296d08 +++ Makefile.am 74679dfa02c5874a5db690a4fdacdf378cf7ec19 @@ -7,3 +7,8 @@ mtsh_SOURCES = main.cc misc.cc misc.hh monotone.cc monotone.hh \ revdat.cc revdat.hh rev_file_info.cc rev_file_info.hh \ rev_file_list.cc rev_file_list.hh + +EXTRA_DIST = ChangeLog.txt + +ChangeLog.txt: + $(srcdir)/ChangeLog > $@ ======================================================================== --- configure.in deadf54a88a97d8fd3b7934739b3f84d5e8897b4 +++ configure.in be5ec843f97066dcb95e79a09e4505a1a74fb473 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(mtsh, 0.1, BUG-REPORT-ADDRESS) +AC_INIT(mtsh, 0.1x, BUG-REPORT-ADDRESS) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([main.cc])