[issue1365] Make bundle base accept relative arguments
Michele Mauro
mercurial-bugs at selenic.com
Wed Oct 29 09:24:08 UTC 2008
New submission from Michele Mauro <mauro.michele at gmail.com>:
For easier scripting, the --base parameter of bundle should accept relative
values. Eg:
hg bundle --base -10 filename
should make a bundle of the last 10 revisions. If the tip is revision 42, the
above example would me exactly like 'hg bundle --base 32 filename'.
----------
messages: 7694
nosy: michele.mauro
priority: wish
status: unread
title: Make bundle base accept relative arguments
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1365>
____________________________________________________
More information about the Mercurial-devel
mailing list