Changeset 119864 in spip-zone for _plugins_/trad-lang/trunk
- Timestamp:
- Jan 20, 2020, 1:53:10 PM (15 months ago)
- Location:
- _plugins_/trad-lang/trunk
- Files:
-
- 1 added
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/trad-lang/trunk
- Property subgit:lock:05c55fd2cb51d3f3f21598155013ef3586574609 deleted
-
Property
subgit:lock:b4f7b430c76eca0422f42a172281242d1de92c81
set to
2020-01-20T15:00:34.369
-
_plugins_/trad-lang/trunk/salvatore/ecriveur.php
r119863 r119864 35 35 include_spip('inc/session'); 36 36 37 include_spip(' inc/salvatore_svn');38 include_spip(' inc/salvatore_git');37 include_spip('salvatore/vcs/svn'); 38 include_spip('salvatore/vcs/git'); 39 39 40 40 -
_plugins_/trad-lang/trunk/salvatore/pousseur.php
r119863 r119864 29 29 // il commit et push les fichiers modifies 30 30 31 include_spip(' inc/salvatore_git');32 include_spip(' inc/salvatore_svn');31 include_spip('salvatore/vcs/git'); 32 include_spip('salvatore/vcs/svn'); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.