bookmarks and branches again: files
Uwe Brauer
oub at mat.ucm.es
Wed Jul 13 12:37:39 UTC 2016
>>> "Uwe" == Uwe Brauer <oub at mat.ucm.es> writes:
>>> "Simon" == Simon King <simon at simonking.org.uk> writes:
>> On Wed, Jul 13, 2016 at 9:18 AM, Uwe Brauer <oub at mat.ucm.es> wrote:
>>>
>>>
>>> > The `hg update` is unnecessary. `hg bookmark book2` creates
>>> > book2 on the current revision and makes it the active bookmark.
> hg log -r "adds('*.*')"
> which gives me a list of revisions in which I added files, which is helpful.
> But is there any command which would just list those files, by name and
> rev?
Hg manifest --all
Does almost what I want, it gives a list of files, but not the revision
when they have been added.
More information about the Mercurial
mailing list