tests/test-subrepo-svn.t
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: make "_sanitize()" work stable
Thu, 07 Mar 2013 14:17:56 +1100 Stephen Lee update: show message when a bookmark is activated by update
Wed, 14 May 2014 12:49:55 -0700 Siddharth Agarwal update: when deactivating a bookmark, print a message
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Fri, 06 Sep 2013 00:38:28 +0200 Angel Ezquerra merge: let the user choose to merge, keep local or keep remote subrepo revisions
Mon, 23 Sep 2013 20:07:30 -0700 Siddharth Agarwal update: add error message for dirty non-linear update with no rev
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Thu, 13 Dec 2012 23:37:53 +0100 Angel Ezquerra subrepo: append subrepo path to subrepo error messages
Fri, 27 Jul 2012 13:56:19 +0200 Patrick Mezard identity: show trailing '+' for dirty subrepos (issue2839) stable
Sat, 16 Jun 2012 22:34:06 -0400 Matt Harbison subrepo: propagate matcher to subrepos when archiving
Tue, 26 Jun 2012 03:35:22 +0200 Mads Kiilerich tests: cleanup of svn url handling
Sat, 23 Jun 2012 19:54:08 +0300 Eduard-Cristian Stefan test-subrepo-svn.t: partially adapt for Windows
Sun, 10 Jun 2012 13:01:40 +0200 Mads Kiilerich tests: change odd uses of 'if hghave' to #if
Mon, 30 Apr 2012 17:03:15 +0200 Patrick Mezard subrepo/svn: fix checked out rev number retrieval (issue2968) stable
Thu, 26 Apr 2012 12:13:20 +0200 Patrick Mezard subrepo/svn: improve error message on missing files stable
Thu, 26 Apr 2012 11:55:07 +0200 Patrick Mezard subrepo/svn: abort on commit with missing file (issue3029) stable
Fri, 27 Apr 2012 11:02:16 +0200 Patrick Mezard subrepo: fix default implementation of forget() (issue3404) stable
Fri, 27 Apr 2012 10:17:55 +0200 Patrick Mezard test-subrepo-svn: fix non-determinism stable
Mon, 16 Apr 2012 16:50:25 -0500 Matt Mackall merge with stable
Mon, 16 Apr 2012 11:48:15 +0200 Patrick Mezard archive: make it work with svn subrepos (issue3308) stable
Mon, 06 Feb 2012 15:10:01 -0600 Matt Mackall subrepo: rewrite handling of subrepo state at commit (issue2403)
Fri, 02 Dec 2011 16:50:48 +0100 Patrick Mezard test-svn-subrepo: fix reference output for svn 1.7 stable
Thu, 27 Oct 2011 17:22:04 -0500 Matt Mackall check-code: fix issues with finding patterns in unified tests, fix tests stable
Sun, 23 Oct 2011 21:22:55 +0200 Thomas Arendsen Hein tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions stable
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Mon, 17 Oct 2011 00:11:56 +0200 Mads Kiilerich tests: don't use 'test -e'
Thu, 30 Jun 2011 13:22:12 -0500 Eli Carter subrepo: correct revision in svn checkout stable
Fri, 17 Jun 2011 15:22:50 -0500 Augie Fackler svn subrepos: work around checkout obstructions (issue2752)
Sat, 30 Apr 2011 03:44:31 -0500 Matt Mackall merge with stable
Fri, 04 Mar 2011 14:00:49 +0100 Patrick Mezard subrepo: handle svn tracked/unknown directory collisions stable
Thu, 07 Apr 2011 09:47:30 -0500 Matt Mackall subrepo: fix up svn test output
Mon, 07 Mar 2011 23:02:04 +0100 Patrick Mezard subrepo: backout 67fbe566eff1, --force requires svn >= 1.5 stable
Fri, 04 Mar 2011 14:00:49 +0100 Patrick Mezard subrepo: handle svn tracked/unknown directory collisions stable
Wed, 09 Feb 2011 10:53:09 +0100 Erik Zielke subrepos: prompt on conflicts on update with dirty subrepos
Tue, 15 Feb 2011 16:19:11 -0600 Matt Mackall tests: fixes for svn 1.4.2
Tue, 01 Feb 2011 21:39:28 +0100 Patrick Mezard subrepo: fix update -C with svn subrepos when cwd != repo.root stable
Mon, 31 Jan 2011 13:33:41 +0100 Erik Zielke subrepo: make update -C clean the working directory for svn subrepos stable
Sat, 22 Jan 2011 16:15:40 +0100 Patrick Mezard subrepo: compare svn subrepo state to last committed revision stable
Wed, 17 Nov 2010 21:25:23 +0100 Patrick Mezard subrepo: prune empty directories when removing svn subrepo stable
Fri, 05 Nov 2010 15:13:22 +0100 Ronny Pfannschmidt subrepo: test & fix svn subrepo removal stable
Thu, 21 Oct 2010 03:28:51 -0500 Matt Mackall subrepo: fix status check on SVN subrepos (issue2445) stable
Sat, 09 Oct 2010 15:06:22 -0500 Mads Kiilerich test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Sat, 25 Sep 2010 02:35:35 +0200 Mads Kiilerich test-subrepo-svn: restore expr functionality for solaris
Wed, 22 Sep 2010 18:20:47 -0500 Matt Mackall tests: various fixes for new unified test pattern format
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Tue, 21 Sep 2010 16:44:13 -0500 Matt Mackall tests: drop a bunch of sed calls from unified tests
Tue, 21 Sep 2010 16:00:02 -0500 Matt Mackall tests: cleanup exit code handling in unified tests
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Fri, 10 Sep 2010 22:52:00 +0200 Patrick Mezard subrepos: handle diff nodeids in subrepos, not before
Tue, 17 Aug 2010 16:53:03 +0200 Martin Geisler tests: unify test-subrepo-svn
less more (0) tip