Changeset 43 for confman/confmanlib.sh
- Timestamp:
- 03/29/2006 15:41:30 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r42 r43 266 266 267 267 function conf_diff { 268 local filename=$1 269 svn diff $filename 268 svn diff $* 270 269 } 271 270 272 271 function conf_log { 273 local filename=$1 274 svn log $filename 272 svn log $* 275 273 } 276 274
Note: See TracChangeset
for help on using the changeset viewer.
