# # # patch "monotone.py" # from [a42bedb3c12adf7755c278bacf305396d5029055] # to [c190085bd22f61eb0b2cff31e5ff45af35503792] # ============================================================ --- monotone.py a42bedb3c12adf7755c278bacf305396d5029055 +++ monotone.py c190085bd22f61eb0b2cff31e5ff45af35503792 @@ -206,7 +206,7 @@ rv = [] entry = None command = self.base_command + " log " + ' '.join(map(lambda x: '-r ' + pipes.quote(x), ids)) - if limit > 0: command += " --depth=%d" % (limit) + if limit > 0: command += " --last=%d" % (limit) iterator = utility.iter_command(command) for line in iterator: if dash_re.match(line):