Skip to content

Commit

Permalink
Added a diagnostic git-log and some (commented) workaround pulls to t…
Browse files Browse the repository at this point in the history
…his test case
  • Loading branch information
wu-lee committed Nov 16, 2009
1 parent a55cba0 commit e6b077c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions t/von-1.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,34 @@ $git->playback(<<ACTIONS);
*git-cvs pull
?one
?two
## set the default log format (this is the earliest we can do that)
*git config format.pretty %h=%s%d%n
ACTIONS

$git->playback(<<ACTIONS);
## Now add a file in git
+alpha
*git add alpha
*git commit -m "added alpha"
*git log --graph --all
#? *git-cvs pull
## *git log --graph --all
*git-cvs push
*git log --graph --all
#? *git-cvs pull
#? *git reset --hard cvs/cvshead
## *git log --graph --all
ACTIONS

$git->playback(<<ACTIONS);
+beta
*git add beta
*git commit -m "added beta"
*git log --graph --all
*git-cvs push
ACTIONS
Expand Down

0 comments on commit e6b077c

Please sign in to comment.