File: vcs-log

package info (click to toggle)
ros-vcstool 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: python: 3,432; sh: 22; makefile: 19; csh: 1
file content (7 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys

from vcstool.commands.log import main

sys.exit(main() or 0)