Comment 5 for bug 890621

Revision history for this message
Evan Broder (broder) wrote : Re: [Bug 890621] Re: Please backport hg-git(0.3.1-1) from precise to oneiric

"hg outgoing" seems to produce completely bogus information for me,
but I can't seem to make it crash.

evan@caron:~/src$ hg clone git+ssh://<email address hidden>/nelhage/reptyr.git hgtest
importing Hg objects into Git
["git-upload-pack '/nelhage/reptyr.git'"]
Counting objects: 424, done.
Compressing objects: 100% (190/190), done.
Total 424 (delta 252), reused 394 (delta 222)
importing Git objects into Hg
updating to branch default
18 files updated, 0 files merged, 0 files removed, 0 files unresolved
evan@caron:~/src$ cd hgtest
evan@caron:~/src/hgtest$ rm *
rm: cannot remove `arch': Is a directory
evan@caron:~/src/hgtest$ ls
arch
evan@caron:~/src/hgtest$ hg addremove
removing COPYING
removing ChangeLog
removing Makefile
removing NOTES
removing README
removing attach.c
removing ptrace.c
removing ptrace.h
removing reptyr.1
removing reptyr.c
removing reptyr.fr.1
removing reptyr.h
evan@caron:~/src/hgtest$ hg commit -m 'Dummy commit'
evan@caron:~/src/hgtest$ hg out | head
comparing with git+ssh://<email address hidden>/nelhage/reptyr.git
importing Hg objects into Git
["git-receive-pack '/nelhage/reptyr.git'"]
searching for changes
changeset: 0:e2ab176fb90c
user: Nelson Elhage <email address hidden>
date: Tue Jan 11 09:35:37 2011 -0500
summary: Initial import. Mostly able to run barnowl.

changeset: 1:c81253a26a49