Skip to content
Snippets Groups Projects
Commit 3b4d0485fc80 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

test-clone: check phases

parent 70b17f186ecd
No related branches found
No related tags found
1 merge request!103pull: ensure that all commits are at least draft
......@@ -24,4 +24,5 @@
$ cd ..
clone a tag
......@@ -27,4 +28,5 @@
clone a tag
$ hg clone -r alpha gitrepo hgrepo-a
importing 1 git commits
new changesets ff7a2f2d8d70 (1 drafts)
......@@ -32,9 +34,9 @@
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg -R hgrepo-a bookmarks
master 0:ff7a2f2d8d70
$ hg -R hgrepo-a log --graph
$ hg -R hgrepo-a log --graph --template=phases
@ changeset: 0:ff7a2f2d8d70
bookmark: master
tag: alpha
tag: default/master
tag: tip
......@@ -36,8 +38,9 @@
@ changeset: 0:ff7a2f2d8d70
bookmark: master
tag: alpha
tag: default/master
tag: tip
phase: draft
user: test <test@example.org>
date: Mon Jan 01 00:00:10 2007 +0000
summary: add alpha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment