[Bug 3773] New: closed branches show up
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Tue Jan 22 03:32:56 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=3773
Priority: normal
Bug ID: 3773
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: closed branches show up
Severity: bug
Classification: Unclassified
OS: Linux
Reporter: dijkstra.arjen at gmail.com
Hardware: PC
Status: UNCONFIRMED
Version: unspecified
Component: Mercurial
Product: Mercurial
According to the documentation, hg log -r "not closed()" shows only the open
branches.
It fails in combination with the --date argument:
hg log --template "{branches}\n" --date "-7" -r "not closed()" --cwd
/path/to/repo
should show the revisions that are not closed and don't have any changes the
last seves days.
The date part works correctly, but it shows the closed branches too.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list