Author: cmpilato
Date: 2006-03-30 16:16:16-0800
New Revision: 1300
Modified:
trunk/lib/viewvc.py
Log:
* lib/viewvc.py
(_orig_path): Update comment which include 'rev=' examples.
Modified: trunk/lib/viewvc.py
Url:
http://viewvc.tigris.org/source/browse/viewvc/trunk/lib/viewvc.py?view=diff&rev=1300&p1=trunk/lib/viewvc.py&p2=trunk/lib/viewvc.py&r1=1299&r2=1300
==============================================================================
--- trunk/lib/viewvc.py (original)
+++ trunk/lib/viewvc.py 2006-03-30 16:16:16-0800
@@ -713,15 +713,18 @@
# circle image is visible at the following URLs:
#
# *checkout*/circle.jpg?pathrev=3
- # *checkout*/square.jpg?rev=3
- # *checkout*/square.jpg?rev=3&pathrev=4
+ # *checkout*/square.jpg?revision=3
+ # *checkout*/square.jpg?revision=3&pathrev=4
#
- # Note that the following (which used to work in ViewCVS) yields a 404:
+ # Note that the following:
#
# *checkout*/circle.jpg?rev=3
#
- # Because pathrev is not specified and circle.jpg doesn't exist in the HEAD
- # revision.
+ # now gets redirected to one of the following URLs:
+ #
+ # *checkout*/circle.jpg?pathrev=3 (for Subversion)
+ # *checkout*/circle.jpg?revision=3 (for CVS)
+ #
rev = request.query_dict.get(rev_param, request.pathrev)
path = request.query_dict.get(path_param, request.where)
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|