Opened 17 years ago

Closed 17 years ago

#5237 closed (fixed)

Add get_svn_revision path argument

Reported by: django@… Owned by: Adrian Holovaty
Component: Tools Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

get_svn_revision is very usefull in general. adding an optional arg element allows users to use it on custom modules, too

Attachments (1)

django_patch_get_svn_revision_01.patch (825 bytes ) - added by django@… 17 years ago.
add optional path argument

Download all attachments as: .zip

Change History (4)

by django@…, 17 years ago

add optional path argument

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Simon -- Note that patches like this (for features that aren't documented) should at the very least include updates to the docstrings. I'll leave it as "Ready for checkin" and will add the documentation on my own.

comment:3 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5995]) Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thanks, django@…

Note: See TracTickets for help on using tickets.
Back to Top