contrib/debian/changelog
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 22 Dec 2016 19:35:30 +0530
changeset 30671 64a75655b988
parent 28989 a8256e3701be
child 30873 dc22729b4ebd
permissions -rw-r--r--
shelve: choose a legal shelve name when no name is passed (issue5112) Currently if our branch name contains '\' or starts with '.', shelve chooses an illegal shelve name. This behaviour is not good as it itself is choosing something which it won't accept further. We can raise errors if user passes a name which is illegal. After this patch, if '\' is contained in branch name or bookmark name, it will be replaced by '_' while choosing a shelve name and if they starts with '.', the first '.' is replaced by '_'.

mercurial (__VERSION__) __CODENAME__; urgency=medium

  * Automated build performed by upstream.

 -- Mercurial Devel <mercurial-devel@selenic.com>  __DATE__