equal
deleted
inserted
replaced
717 $ hg -R src log -q |
717 $ hg -R src log -q |
718 0:e1bab28bca43 |
718 0:e1bab28bca43 |
719 $ hg -R src debugrevlog -c | egrep 'format|flags' |
719 $ hg -R src debugrevlog -c | egrep 'format|flags' |
720 format : 0 |
720 format : 0 |
721 flags : (none) |
721 flags : (none) |
|
722 $ hg root -R src -T json | sed 's|\\\\|\\|g' |
|
723 [ |
|
724 { |
|
725 "hgpath": "$TESTTMP/src/.hg", |
|
726 "reporoot": "$TESTTMP/src", |
|
727 "storepath": "$TESTTMP/src/.hg" |
|
728 } |
|
729 ] |
722 $ hg clone -U -q src dst |
730 $ hg clone -U -q src dst |
723 $ hg -R dst log -q |
731 $ hg -R dst log -q |
724 0:e1bab28bca43 |
732 0:e1bab28bca43 |
725 |
733 |
726 Create repositories to test auto sharing functionality |
734 Create repositories to test auto sharing functionality |