From 5107c9818774293c5ef936298090a62a2759bc8f Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 8 Feb 2013 20:17:46 -0600 Subject: [PATCH] Update links to http://nynim.org/code/svn2svn/ Renamed /projects/ -> /code/ on my personal site. Updating external referencers. --- README.mkd | 6 +++--- svn2svn/run/svnancest.py | 2 +- svn2svn/run/svnreplay.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.mkd b/README.mkd index 86de839..8a0998b 100644 --- a/README.mkd +++ b/README.mkd @@ -58,7 +58,7 @@ See `svnreplay.py --help`: $ ./svnreplay.py --help svn2svn, version 1.7.0 - + Usage: svnreplay.py [OPTIONS] source_url target_url @@ -196,7 +196,7 @@ the majority of the code. Links ----- -* Introduction: "**[svn2svn: Replaying SVN History](http://nynim.org/blog/2012/02/01/svn2svn-replaying-svn-history/)**" -* Project page: [http://nynim.org/projects/svn2svn](http://nynim.org/projects/svn2svn) +* Introduction: **[svn2svn: Replaying SVN History](http://nynim.org/blog/2012/02/01/svn2svn-replaying-svn-history/)** +* Project page: [http://nynim.org/code/svn2svn](http://nynim.org/code/svn2svn) * Source code @ Github: [https://github.com/tonyduckles/svn2svn](https://github.com/tonyduckles/svn2svn) * Source code @ git.nynim.org [http://git.nynim.org/svn2svn.git](http://git.nynim.org/svn2svn.git) diff --git a/svn2svn/run/svnancest.py b/svn2svn/run/svnancest.py index b0a2c8e..5a75e2c 100755 --- a/svn2svn/run/svnancest.py +++ b/svn2svn/run/svnancest.py @@ -39,7 +39,7 @@ def real_main(args): def main(): # Defined as entry point. Must be callable without arguments. usage = "svn2svn, version %s\n" % str(full_version) + \ - " \n\n" + \ + " \n\n" + \ "Usage: %prog [OPTIONS] url\n" description = """\ Display ancestry for a given path in an SVN repository.""" diff --git a/svn2svn/run/svnreplay.py b/svn2svn/run/svnreplay.py index a45d614..8669143 100644 --- a/svn2svn/run/svnreplay.py +++ b/svn2svn/run/svnreplay.py @@ -998,7 +998,7 @@ def real_main(args): def main(): # Defined as entry point. Must be callable without arguments. usage = "svn2svn, version %s\n" % str(full_version) + \ - " \n\n" + \ + " \n\n" + \ "Usage: %prog [OPTIONS] source_url target_url\n" description = """\ Replicate (replay) history from one SVN repository to another. Maintain -- 2.43.0