mercurial/__init__.py
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Fri, 11 Dec 2009 15:25:33 +0900
branchstable
changeset 10084 4c844f16bf39
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
graphlog: fix output when both a limit and a path are provided Limit was interpreted as absolute, from the topmost revision, without counting the number of revisions matching a given file. Which caused "glog -lN file" to show sometimes less than N csets if the file was not modified in all of the N previous csets. glog will now match the behavior of log.